Question:

The least non-negative remainder when 351 is divided by 7 is:

Show Hint

In modular arithmetic, powers of numbers often repeat in cycles. This is called the periodicity of powers in modular arithmetic. Identifying the cycle can significantly simplify calculations, especially when dealing with large exponents. For example, instead of calculating \( 3^{51} \) directly, you can reduce the exponent modulo the length of the cycle (in this case, 6) to find an equivalent smaller exponent and simplify the calculation.

Updated On: Jun 2, 2025
  • 2
  • 3
  • 6
  • 5
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

To find the least non-negative remainder when \(3^{51}\) is divided by 7, we use Fermat's Little Theorem which states that if \(p\) is a prime number and \(a\) is an integer not divisible by \(p\), then \(a^{p-1} \equiv 1 \pmod{p}\). 

In this case, \(p = 7\) and \(a = 3\), so according to the theorem, \(3^{6} \equiv 1 \pmod{7}\).

This means any power of 3 that is a multiple of 6 will have a remainder of 1 when divided by 7.

First, express 51 in terms of multiples of 6:

\(51 = 6 \times 8 + 3\).

Thus, we can write:

\(3^{51} = (3^6)^8 \times 3^3\).

Since \(3^6 \equiv 1 \pmod{7}\), we have:

\((3^6)^8 \equiv 1^8 \equiv 1 \pmod{7}\).

Therefore:

\(3^{51} \equiv 1 \times 3^3 \equiv 3^3 \pmod{7}\).

Next, calculate \(3^3\):

\(3^3 = 27\).

Now, find the remainder of 27 when divided by 7:

\(27 \div 7 = 3\) with a remainder of 6.

Therefore:

\(3^3 \equiv 6 \pmod{7}\).

Thus, the least non-negative remainder when \(3^{51}\) is divided by 7 is: 6

Was this answer helpful?
0
1
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Use modular arithmetic to calculate \( 3^{51} \mod 7 \).

First, observe the powers of 3 modulo 7: \[ 3^1 \equiv 3 \mod 7, \quad 3^2 \equiv 9 \equiv 2 \mod 7, \quad 3^3 \equiv 6 \mod 7, \quad 3^4 \equiv 18 \equiv 4 \mod 7. \] Further, \[ 3^5 \equiv 12 \equiv 5 \mod 7, \quad 3^6 \equiv 15 \equiv 1 \mod 7. \]

Step 1: Identify the cycle:

Notice that the powers of 3 modulo 7 repeat cyclically every 6 steps: \[ 3, 2, 6, 4, 5, 1. \] Thus, the powers of 3 modulo 7 follow a repeating cycle with a period of 6.

Step 2: Find \( 51 \mod 6 \):

Since the powers of 3 modulo 7 repeat every 6 terms, we calculate: \[ 51 \mod 6 = 3. \] This means that \( 3^{51} \equiv 3^3 \mod 7 \).

Step 3: Calculate \( 3^3 \mod 7 \):

From the earlier observation, we know: \[ 3^3 \equiv 6 \mod 7. \]

Conclusion: The least non-negative remainder when \( 3^{51} \) is divided by 7 is 6.

Was this answer helpful?
3
1

Top Questions on Number Systems

View More Questions