- #1
thereddevils
- 438
- 0
Homework Statement
What are the last two digits of 16^198
Homework Equations
The Attempt at a Solution
I begin by looking for a pattern.
16^2 = 256
16^4 = ...36
16^6 = ...16
16^8 = ...96
16^10 = ...56
so i see that the pattern repeats itself every 4 times. Then, i grouped the power as follows,
(2,4,6,8) , (10,12,14,16) , (18,20,22,24) , ... , (194,196,198,200)
The last number of each group has formula of 8n and that's how i got the last group.
198 is third in the group which corresponds to the number having 16 as its last two digits.
But i think i went wrong somewhere because the answer given is 96. Am i totally off track?