ONLY NEED SOLUTION TO 5 B For any integer a prove the follow
ONLY NEED SOLUTION TO 5 B)
For any integer a, prove the following statements: (a) a^2 = 0 or 1 (mod 3). (b) a^3 = 0, 1 or -1 (mod 7). (c) a^4 = 0 or 1 (mod 5).Solution
b) Let a be an integer.
Then
a=7q+r 0r<7
then,
a3=a*a*a=(7q+r )3=343q3+r3+21ar2+147a2r=(343q3+21ar2+147a2r)+r3
the terms inside the bracket are divisible by 7 ,so only r3 wil decise remainder
0r3<7
the only integer value to satisfy this equation are r=0,-1,1
hence proved
