2023 AMC 10B Problems/Problem 8

Revision as of 17:23, 15 November 2023 by Vsinghminhas (talk | contribs) (Solution)

What is the units digit of $2022^{2023} + 2023^{2022}$?

$\text{(A)}\ 7 \qquad \text{(B)}\ 1 \qquad \text{(C)}\ 9 \qquad \text{(D)}\ 5 \qquad \text{(E)}\ 3$

Solution

$2022^{2023} + 2023^{2022} \equiv 2^3 + 3^2 \equiv 17 \equiv 7$ (mod 10). $\boxed{\text{A}}$ ~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 $2^{2023} + 3^{2022}$. We can find the units digit of $2^{2023}$, by listing the units digits of the first few powers of two, and trying to find a pattern.

$2^1=2$

$2^2=4$

$2^3=8$

$2^4=6+10$

$2^5=2+30$

$2^6=4+60$

As we can see the units digits of powers of two repeat after every four iterations. Now we know the units digit of $2^{2020}$ is $6$ and the units digit of $2^{2023} \Rightarrow 2^3\cdot 2^{2020} \Rightarrow 6\cdot 8 \Rightarrow 8$. Similarly we can find the last digits of powers of three repeat after every four so the units digit of $3^{2022}$ to be $1\cdot 3^2 = 9$. Adding these together, the ones digit is the same as the ones digit of $9+8$ which is $7$. $\boxed{\text{(A) 7}}$

~vsinghminhas