All Exams Test series for 1 year @ ₹349 only
Question

What is the remainder when 6599 is divided by 11 ?  

This question was previously asked in
CDS I 2023 English Previous Year Paper (16-April-2023)
The correct answer is

10

Finding the Remainder Using Modular Arithmetic

The problem asks for the remainder when a large power, 6599, is divided by 11. This type of problem can be efficiently solved using the concept of modular arithmetic.

Understanding Modular Arithmetic for Remainders

Modular arithmetic deals with remainders. The expression \(a \equiv b \pmod{m}\) means that when \(a\) is divided by \(m\), the remainder is the same as when \(b\) is divided by \(m\). In other words, \(a - b\) is divisible by \(m\). We are looking for the value of \(65^{99} \pmod{11}\).

Step 1: Simplify the Base Modulo 11

First, let's find the remainder of the base, 65, when divided by 11.

We divide 65 by 11:

\(65 = 11 \times 5 + 10\)

The remainder is 10. So, we can write:

\(65 \equiv 10 \pmod{11}\)

An equivalent way to express \(10 \pmod{11}\) is \(-1 \pmod{11}\), because \(10 - (-1) = 11\), which is divisible by 11. Using \(-1\) is often helpful for powers.

So, \(65 \equiv 10 \equiv -1 \pmod{11}\).

Step 2: Evaluate the Power Modulo 11

Now we need to find the remainder of \(65^{99}\) when divided by 11. Since \(65 \equiv -1 \pmod{11}\), we can substitute:

\(65^{99} \equiv (-1)^{99} \pmod{11}\)

Step 3: Calculate the Power of -1

We need to calculate \((-1)^{99}\). When -1 is raised to an odd power, the result is -1.

\((-1)^{99} = -1\)

Step 4: Express the Result as a Positive Remainder

So, we have:

\(65^{99} \equiv -1 \pmod{11}\)

Remainders in modular arithmetic are typically expressed as non-negative integers less than the modulus (in this case, less than 11). To convert -1 to a positive remainder modulo 11, we add the modulus:

\(-1 \equiv -1 + 11 \pmod{11}\)

\(-1 \equiv 10 \pmod{11}\)

Therefore, the remainder when \(65^{99}\) is divided by 11 is 10.

Summary of the Calculation

  • We want to find \(65^{99} \pmod{11}\).
  • Simplify the base: \(65 \equiv 10 \pmod{11}\).
  • Alternatively, \(65 \equiv -1 \pmod{11}\).
  • Substitute the equivalent base: \(65^{99} \equiv (-1)^{99} \pmod{11}\).
  • Calculate the power: \((-1)^{99} = -1\).
  • Convert to a positive remainder: \(-1 \equiv 10 \pmod{11}\).

The final remainder is 10.

Modular Calculation Steps
Step Calculation Result (mod 11)
Simplify base \(65 \div 11\) \(10 \text{ or } -1\)
Substitute base \(65^{99} \pmod{11}\) \((-1)^{99} \pmod{11}\)
Evaluate power \((-1)^{99}\) \(-1\)
Positive remainder \(-1 \pmod{11}\) \(10\)

Revision Table: Key Concepts

Key Concepts in Remainder Problems
Concept Description Example
Modular Arithmetic (\(a \equiv b \pmod{m}\)) \(a\) and \(b\) have the same remainder when divided by \(m\). \(a-b\) is a multiple of \(m\). \(15 \equiv 3 \pmod{12}\) because \(15 = 1 \times 12 + 3\).
Properties of Modulo
  • \((a+b) \pmod m \equiv ((a \pmod m) + (b \pmod m)) \pmod m\)
  • \((a \times b) \pmod m \equiv ((a \pmod m) \times (b \pmod m)) \pmod m\)
  • \(a^n \pmod m \equiv (a \pmod m)^n \pmod m\)
  • \((15+7) \pmod{12} \equiv (3+7) \pmod{12} \equiv 10 \pmod{12}\)
  • \((15 \times 7) \pmod{12} \equiv (3 \times 7) \pmod{12} \equiv 21 \pmod{12} \equiv 9 \pmod{12}\)
  • \(15^2 \pmod{12} \equiv (3 \pmod{12})^2 \equiv 3^2 \pmod{12} \equiv 9 \pmod{12}\)
Negative Remainders If \(a \equiv -b \pmod m\), then the positive remainder is \(m-b\). \(-1 \pmod{11} \equiv -1 + 11 \pmod{11} \equiv 10 \pmod{11}\)

Additional Information: Other Methods for Remainders

While using \(65 \equiv -1 \pmod{11}\) was the quickest method here because of the odd exponent, for other numbers and exponents, we might use Fermat's Little Theorem or Euler's Totient Theorem.

Fermat's Little Theorem: If \(p\) is a prime number, then for any integer \(a\) not divisible by \(p\), \(a^{p-1} \equiv 1 \pmod{p}\).

In our problem, \(p=11\) (which is prime) and \(a=65\) (not divisible by 11). So, \(65^{11-1} \equiv 65^{10} \equiv 1 \pmod{11}\).

We could write \(65^{99} = 65^{10 \times 9 + 9} = (65^{10})^9 \times 65^9\).

Using modular properties:

\(65^{99} \equiv (65^{10})^9 \times 65^9 \pmod{11}\)

Since \(65^{10} \equiv 1 \pmod{11}\), we get:

\(65^{99} \equiv (1)^9 \times 65^9 \pmod{11}\)

\(65^{99} \equiv 1 \times 65^9 \pmod{11}\)

\(65^{99} \equiv 65^9 \pmod{11}\)

Now, we need to find \(65^9 \pmod{11}\). We know \(65 \equiv 10 \pmod{11}\), so:

\(65^9 \equiv 10^9 \pmod{11}\)

Since \(10 \equiv -1 \pmod{11}\), we have \(10^9 \equiv (-1)^9 \equiv -1 \pmod{11}\).

And \(-1 \equiv 10 \pmod{11}\).

Both methods lead to the same remainder, 10.

Was this answer helpful?

Similar Questions

  1. If 17 2020 is divided by 18, then what is the remainder ?

  2. What is the remainder when 27 27 - 15 27 is divided by 6?

  3. If the number 413283P759387 is divisible by 13, then what is the value of P?

  4. A number divides 12288, 28200 and 44333 so as to leave the same remainder in each case. What is that number?

  5. If 10 ndivides 6 23 × 75 9× 105 2, then what is the largest value of n?

  6. 710 − 510  is divisible by

  7. A is a set of positive integers such that when divided by 2, 3, 4, 5 and 6 leaves the reminder 1, 2, 3, 4 and 5 respectively. How many integers between 0 and 100 belong to the set A?

  8. 4 61 + 4 62  + 4 63  + 4 64  is divisible by

  9. Let p = 2 2n + 2 + m and q = 2 4n  - m (where n is even natural number). What should be the least value of m such that p as well as q is divisible by 5?

  10. What is the remainder when 2 1000000 is divided by 7?


Important Questions from Divisibility and Remainder

  1. If the 8-digit number 888x53y4 is divisible by 72, then what is the value of (7x + 2y), for the maximum value of y?

  2. If all positive divisors of 132 are arranged in descending order, then what digit will be at unit place of first divisor ?

  3. If 3 2019 is divided by 10, then what is the remainder?

  4. The number 3798125P369 is divisible by 7. What is the value of the digit P?

  5. Consider all 3-digit numbers (without repetition of digits) obtained using three non-zero digits which are multiples of 3. Let S be their sum.

    Which of the following is/are correct?

    1. S is always divisible by 74.

    2. S is always divisible by 9.

    select the correct answer using the code given below:

Need Expert Advice?
Test Series
CDS img
Defence
UPSC CDS 2026 Mock Test Series
536 Tests 4 Tests Free
1647 Attempts
4.3(174)
English, Hindi
More Questions from CDS

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App