## Let's solve it exactly using the discussion method (the Binomial Theorem shortcut), not cyclicity.
Question
Find the remainder when
3^84
is divided by 26.
-----------------
Step 1: Look for a power of 3 close to 26
The article says:
Look for a power that is 1 more or 1 less than the divisor.
We notice:
3^3 = 27
and
27 = 26 + 1
Perfect.
--------
Step 2: Rewrite the expression
3^84
= (3^3)^28
because
84 = 3 × 28
Therefore:
3^84
= 27^28
-------
Step 3: Replace 27 by (26 + 1)
27^28
= (26 + 1)^28
-------------
Step 4: Apply the article's idea
When you expand:
(26 + 1)^28
every term contains a factor of 26 except the last term.
For example:
(26 + 1)^2
= 26^2 + 2(26)(1) + 1
Notice:
• 26^2 is divisible by 26
• 2(26) is divisible by 26
• only 1 is not
Same thing happens for power 28.
Every term is divisible by 26 except:
1^28
----
Step 5: Find the remainder
The last term is:
1^28 = 1
So the whole expression is:
multiple of 26 + 1
Therefore the remainder is:
1
-
Answer
(B) 1
-----
Exam Brain Tag
Whenever you see:
a^n (mod m)
look for:
a^k = m + 1
or
a^k = m − 1
Here:
3^3 = 27 = 26 + 1
So immediately think:
3^84 = (26 + 1)^28
and the remainder becomes 1.
Answer: (B) 1.