The last digit of 7^x rotates among 1, 7, 9, and 3 because:
7^0 = 1 7^4 = 7^4 x 7^0 = 2401 7^8 = 7^4 x 7^4 x 7^0 = 5764801 ...
7^1 = 7 7^5 = 7^4 x 7^1 = 16707 7^9 = 7^4 x 7^4 x 7^1 = 40353607 ...
7^2 = 49 7^6 = 7^4 x 7^2 = 117649 ...
7^3 = 343 7^7 = 7^4 x 7^3 = 823543 ...
What I'm trying to show is extra factors of 7^4 doesn't change the last digit of the answer.
So divide the exponent by 4,
if the remainder is 0, the last digit will be a 1
if the remainder is 1, the last digit will be a 7
if the remainder is 2, the last digit will be a 9
if the remainder is 3, the last digit will be a 3
Dividing the exponent of 2800 by 4, gives a remainder of 0, so the last digit will be a 1.