Power numbers and its divisibility
When a seventh power of a number ‘a’ is divided by 7, the
remainder will be equal to that number itself when a < 7 and (a-7n) when a
> 6 where n is the whole number of 7’s
in ‘a’ . e.g.,
17 = 1 = 7(0) + 1
27 = 128 = 7(18) + 2
37 = 2187 = 7(312) + 3
47 = 16384 = 7(2340) + 4
57 = 78125 = 7(11160) + 5
67 = 279936 = 7(39990) + 6
When a = 7 or > 7, a= (7n+d)
a7 = (7n+d)7 and the remainder is
determined by d7 / 7 and it is equal to d itself.
77 = 823543 = 7 (117648) + 7
= 7 (117649) + 0
87 = 2097152 = 7 (299593) + 8
= 7 (299594) + 1
When a fourth
power of a number ‘a’ is divided by (a+1) ,the remainder is 1 for all
values of a.
a=1; a4 = 1 = 2(0) + 1
a=2; a4 = 16 = 3(5) + 1
a=3; a4 = 81 = 4(20) + 1
a=4; a4 = 256= 5(51) + 1
a=5; a4 = 625 = 6(104) + 1
a=6; a4 = 1296 = 7(185) + 1
a=7; a4 = 2401 = 8(300) + 1
a=8; a4 = 4096 = 9(455) +1
The quotient is equal to a3 – a2 +
a - 1
No comments:
Post a Comment