Suppose I have a basic calculator, even one without exponentiation.
I can form a table for the last two digits of the powers of 17 and use it again for more than one problem.
(I have separated digits in the right-hand column for emphasis.)
1*17 = 17
17*17 = 2 89
89*17 = 15 13
13*17 = 2 21
21*17 = 3 57
57*17 = 9 69
69*17 = 11 73
73*17 = 12 41
41*17 = 6 97
97*17 = 16 49
49*17 = 8 33
33*17 = 5 61
61*17 = 10 37
37*17 = 6 29
29*17 = 4 93
93*17 = 15 81
81*17 = 13 77
77*17 = 13 09
9*17 = 1 53
53*17 = 9 01
It is cycling through again.
20172017 = 20172000+17 = 20172000∗201717 = (201720)100∗201717 leads to 1∗201717
The seventeenth line down in the list shows that the last two digits for the problem are 7, 7.
_________________________________________________________________________
Here's an example of mine using the already created list and the basic calculator.
What are the last two (rightmost) digits of
2017201720 ?
You can likely answer it faster than WolframAlpha.
In WolframAlpha, type "last two digits of 2017^201720" (without the quotation marks) and press the equals icon on the screen to the right of it.
By hand, the calculator, and the list we have:
2017201720 = (201720)10086 leads to 110086
The last two digits are 1, 7.