Follow @ProbabilityPuz Q: What is the last digit of the giant number \(7^{2000}\). Kindle Fire HDX 7", HDX Display, Wi-Fi, 16 GB - Includes Special Offers A: At first blush this is an impossible task. The above number is impossible to compute. However, using some simple rules from modulo arithmetic, it is possible to answer this. Let us first try to solve this the long way and run some experiments with 7. $$ 7^{2} = 49 \text{ last digit is 9}\\ 7^{3} \equiv 49 \times 7 \equiv \text{ last digit is 3 as } 9\times7 \equiv \text{ last digit is 3}\\ $$ Continuing in the same fashion $$ 7^{4} \equiv 3 \times 7 \equiv \text{ last digit is 1 as } 3 \times 7 = 21 $$ Now \(7 ^ {5}\) would have its last digit as 7, because 21's last digit is 1 and when multiplied by 7 yields 7. But this is the same as \(7^{1}\). This resets the entire process. We can conclude that as we multiply into higher powers of 7, the last digits cycles (of length 4) as \({7,9,3,1,...}...