Aishna1034
Bunuel could you please clarify here in the answer choices if there would have been another choice with units digit 9, then what would have been the approach?
Aishna1034 If I may help- If the choices had included, say, both \(49\) and \(29\) (or \(89\)), finding just the units digit wouldn't be sufficient.
The Complete Approach When Units Digit Isn't EnoughWhen multiple answer choices share the same units digit, you need to find the
complete remainder when dividing by \(100\). Here's the systematic method:
Step 1: Calculate Powers Modulo 100\(7^1 = 7\)
\(7^2 = 49\)
\(7^3 = 343\) → remainder \(= 43\) when divided by \(100\)
\(7^4 = 43 \times 7 = 301\) → remainder \(= 1\)
\(7^5 = 1 \times 7 = 7\) (pattern repeats!)
Step 2: Identify the PatternThe remainders cycle every \(4\) powers: \(7, 49, 43, 1, 7, 49, 43, 1...\)
Step 3: Find Your Position in the CycleSince \(10 = 4 \times 2 + 2\), we know \(7^{10}\) has the same remainder as \(7^2 = 49\)
Process DiagnosisThe units digit approach (finding \(7^{10} \mod 10\)) only gives you the last digit. But remainder after division by \(100\) requires both the tens and units digits. This is why calculating the full pattern modulo \(100\) is essential when answer choices could share units digits.
Strategic Insight - Pattern Recognition FrameworkThis belongs to the
"Remainder with Large Divisors" family of problems. When you see:
- Division by \(100\) → You need two-digit remainders
- Division by \(1000\) → You need three-digit remainders
- Multiple answer choices with same units digit → Calculate complete remainder, not just units
Decision Rule:
If divisor > 10, always calculate the full remainder pattern, not just the units digit.You can practice similar questions
here (you'll find a lot of OG questions) - select
Number Properties under
Quant and choose
Medium level questions focused on remainders and patterns.