Step 1: Use modular arithmetic
We are looking for:
\[10^{100} \mod 7\]
Step 2: Simplify the base modulo 7
\[10 \mod 7 = 3\]
Thus:
\[10^{100} \equiv 3^{100} \mod 7\]
subsection*{Step 3: Find the cyclic pattern of powers of 3 modulo 7
Calculate successive powers of \(3\) modulo \(7\):
\[3^1 \mod 7 = 3\]
\[3^2 \mod 7 = 9 \mod 7 = 2\]
\[3^3 \mod 7 = 27 \mod 7 = 6\]
\[3^4 \mod 7 = 81 \mod 7 = 4\]
\[3^5 \mod 7 = 243 \mod 7 = 5\]
\[3^6 \mod 7 = 729 \mod 7 = 1\]
The powers of \(3\) modulo \(7\) repeat every \(6\) steps. This means:
\[3^{6k} \equiv 1 \mod 7 \quad \text{for any integer } k.\]
Step 4: Simplify \(3^{100} \mod 7\)
Divide \(100\) by \(6\) to find the remainder:
\[100 \div 6 = 16 \, \text{remainder } 4.\]
Thus:
\[3^{100} \equiv 3^4 \mod 7\]
From Step 3:
\[3^4 \mod 7 = 4\]
Final Answer
The remainder when \(10^{100}\) is divided by \(7\) is:
\[\boxed{4}\]
Directions: In Question Numbers 19 and 20, a statement of Assertion (A) is followed by a statement of Reason (R).
Choose the correct option from the following:
(A) Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
(B) Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of Assertion (A).
(C) Assertion (A) is true, but Reason (R) is false.
(D) Assertion (A) is false, but Reason (R) is true.
Assertion (A): For any two prime numbers $p$ and $q$, their HCF is 1 and LCM is $p + q$.
Reason (R): For any two natural numbers, HCF × LCM = product of numbers.