Find a positive integer x such that the last three digits of
Find a positive integer x such that the last three digits of 7^7x are 007.
Solution
Given that the last three digits of 77x is 007
so let x=1
=> 77(1) = 823543
the last three digits are not 007
let x=2
=> 77(2) = 714
=678223072849
the last three digits are not 007
let x=3
=> 77(3)
=721
=558545864083284007
the last three digits are 007
so x=3
