2023 AMC 10B Problems/Problem 8
What is the units digit of ?
Solution
(mod 10). ~andliu766
Solution 2 (Digit Cycles)
Note that the units digit will be the same regardless of the tens, hundreds, and thousands digits, so we can simplify this problem to finding the last digit of . We can find the units digit of , by listing the units digits of the first few powers of two, and trying to find a pattern.
As we can see the units digits of powers of two repeat after every four iterations. Now we know the units digit of is and the units digit of . Similarly we can find the last digits of powers of three repeat after every four, so the units digit of is . Adding these together, the ones digit is the same as the ones digit of which is .
~vsinghminhas