Question
Quantitative Aptitude Question on Number Systems
One direct question from the Number System was 10 to the power 100 divided by seven, candidates had to choose the correct answer for the problem.
Answer
Step 1: Use modular arithmetic
We are looking for:
10100mod7
Step 2: Simplify the base modulo 7
10mod7=3
Thus:
10100≡3100mod7
subsection*{Step 3: Find the cyclic pattern of powers of 3 modulo 7
Calculate successive powers of 3 modulo 7:
31mod7=3
32mod7=9mod7=2
33mod7=27mod7=6
34mod7=81mod7=4
35mod7=243mod7=5
36mod7=729mod7=1
The powers of 3 modulo 7 repeat every 6 steps. This means:
36k≡1mod7for any integer k.
Step 4: Simplify 3100mod7
Divide 100 by 6 to find the remainder:
100÷6=16remainder 4.
Thus:
3100≡34mod7
From Step 3:
34mod7=4
Final Answer
The remainder when 10100 is divided by 7 is:
4