This question applies the Binomial Theorem to solve problems involving remainders, last digits, and divisibility of large powers.
To apply the Binomial Theorem to a large power like an, rewrite the base as a sum or difference involving a convenient number:
an=(b+r)noran=(b−r)n
Then expand using the Binomial Theorem:
(a+b)n=∑r=0n(rn)an−rbr
The general term is:
Tr+1=(rn)an−rbr
To find the remainder when a large power is divided by a number d:
- Write the base as (d+k) or (d−k) for a small integer k.
- Expand using the Binomial Theorem.
- All terms except the last (constant) term will be divisible by d.
- The remainder is determined by the last term.
Example: Find the remainder when 7100 is divided by 6.
7100=(6+1)100=∑r=0100(r100)6100−r⋅1r
Every term except the last (r=100) contains a factor of 6, so:
7100=6k+(100100)⋅60⋅1100=6k+1
∴Remainder=1
The last (units) digit of an equals the remainder when an is divided by 10.
- Write the base as (10+k) or (10−k).
- Expand; all terms except the last are divisible by 10.
- The last digit comes from the constant term.
Example: Find the last digit of 3100.
3100=(32)50=950=(10−1)50
=∑r=050(r50)1050−r(−1)r
All terms with r<50 contain a factor of 10, so:
950=10m+(−1)50=10m+1
∴Last digit of 3100=1
To show an−1 (or similar expressions) is divisible by some number d:
- Write a=(1+(a−1)) or a similar form.
- Expand and show all terms are divisible by d.
For the expansion of (a+b)n:
- If n is even: one middle term, T2n+1
- If n is odd: two middle terms, T2n+1 and T2n+3