Problem
What is the remainder when 255 + 1 is divided by 33.?
The simple way to solve this problem is to reduce the number
conveniently smaller to workout.When 1000 is divided by 33,
the remainder will be 10 ,If it is 1024, the remainder will be 10+24=34, and
the final remainder will be 1
250 = (210)5 = (1024)5
= (y+1)5 , where y is perfectly divisible by 33.On expanding it into
a power series,all the terms will contain y except the last term which will be
equal to 1
255 = (210)5 x 25
= (y+1)5 x 32 .The ultimate remainder will be 32 times the remainder
in (y+l)5.i.e., 32 x 1 = 32.
Alternatively it can be worked out by considering 255
= (211)5 = (2048)5
The remainder for
2000 is 20 and for 2048 it is 68 and final remainder is 2
255 = (y+2)5, where y is perfectly
divisible by 33. The polynomial technique predicts its last term (25) as remainder .It
is 33 when + 1 is also taken into account.
Problem
What is the remainder when (918273)3 when divided
by 7 ?
One may know that all cube numbers when divided by 7, the
remainder will always be 1 or 6 or 0.
When the base number is divisible by 7, the remainder will
be 0, It the base number is in the form (1+7n) or(2+7n) or (4+7n), the
remainder will be 1 ,If it is in the form (3+7n) or (5+7n) or (6+7n), the
remainder will be 6.
918273/7 =131181(7) +6, so the remainder is 6.
It shows that the remainder of any base number is equal to
the remainder of cube of the number when divided by 7.
No comments:
Post a Comment