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

When m is divided by 7, the remainder is 5. When 3m is divided by 7, the remainder is:

This question was previously asked in
SSC CGL 2023 (Tier-II) Paper 1 Previous Year Paper (26-Oct-2023) (Shift-1)
The correct answer is

1

Understanding Remainders and Modular Arithmetic

This problem involves finding the remainder when a multiple of a number is divided by a specific divisor, given the remainder of the original number. This concept is best understood using modular arithmetic.

The problem states that when an integer \(m\) is divided by 7, the remainder is 5. In the language of modular arithmetic, this can be written as:

\(m \equiv 5 \pmod{7}\)

This means that \(m\) can be expressed in the form \(m = 7k + 5\) for some integer \(k\).

Finding the Remainder of 3m

We need to find the remainder when \(3m\) is divided by 7. Let's use the property of congruences that allows multiplication. If \(a \equiv b \pmod{n}\), then \(ca \equiv cb \pmod{n}\) for any integer \(c\).

Since we know \(m \equiv 5 \pmod{7}\), we can multiply both sides of the congruence by 3:

\(3m \equiv 3 \times 5 \pmod{7}\)

Now, calculate the product on the right side:

\(3m \equiv 15 \pmod{7}\)

To find the remainder when \(3m\) is divided by 7, we need to find the remainder when 15 is divided by 7.

We can perform the division:

\(15 = 2 \times 7 + 1\)

The remainder when 15 is divided by 7 is 1.

Therefore, in terms of modular arithmetic:

\(15 \equiv 1 \pmod{7}\)

Substituting this back into our congruence for \(3m\):

\(3m \equiv 15 \equiv 1 \pmod{7}\)

This tells us that when \(3m\) is divided by 7, the remainder is 1.

Step-by-Step Calculation

Here is a summary of the steps:

  1. Understand the given information: \(m\) divided by 7 gives a remainder of 5.
  2. Write this using modular notation: \(m \equiv 5 \pmod{7}\).
  3. Determine what needs to be found: the remainder when \(3m\) is divided by 7.
  4. Multiply the congruence by 3: \(3m \equiv 3 \times 5 \pmod{7}\).
  5. Calculate the product: \(3m \equiv 15 \pmod{7}\).
  6. Find the remainder of the new number (15) when divided by the original divisor (7): \(15 = 2 \times 7 + 1\).
  7. The remainder is 1.
  8. Conclude that \(3m \equiv 1 \pmod{7}\).

Using the Algebraic Form

Alternatively, we can use the algebraic form \(m = 7k + 5\).

Multiply \(m\) by 3:

\(3m = 3(7k + 5)\)

Distribute the 3:

\(3m = 21k + 15\)

We want to find the remainder when \(3m\) is divided by 7. We can rewrite the expression for \(3m\) to explicitly show division by 7:

\(3m = 21k + 15\)

Since \(21k\) is a multiple of 7 (\(21k = 7 \times 3k\)), the remainder when \(21k\) is divided by 7 is 0.

So, the remainder of \(3m\) when divided by 7 is the same as the remainder of 15 when divided by 7.

\(15 = 2 \times 7 + 1\)

The remainder is 1. Thus, \(3m = 7 \times (3k + 2) + 1\). This confirms that when \(3m\) is divided by 7, the remainder is 1.

Concept Explanation Example
Remainder The integer left over after dividing one integer by another. 15 divided by 7 is 2 with a remainder of 1.
Modular Arithmetic A system of arithmetic for integers, where numbers "wrap around" upon reaching a certain value (the modulus). \(15 \equiv 1 \pmod{7}\) because \(15 - 1\) is divisible by 7.
Congruence Property (Multiplication) If \(a \equiv b \pmod{n}\), then \(ca \equiv cb \pmod{n}\). Since \(5 \equiv 5 \pmod{7}\), \(3 \times 5 \equiv 3 \times 5 \pmod{7}\), which is \(15 \equiv 15 \pmod{7}\). More importantly, if \(m \equiv 5 \pmod{7}\), then \(3m \equiv 3 \times 5 \pmod{7}\).

Revision Table: Key Concepts for Remainder Problems

Concept Description Formula/Notation
Division Algorithm For integers \(a\) and \(b\) with \(b > 0\), there exist unique integers \(q\) (quotient) and \(r\) (remainder) such that \(a = bq + r\), where \(0 \le r < b\). \(a = bq + r\), \(0 \le r < b\)
Modular Congruence \(a \equiv b \pmod{n}\) means \(a - b\) is divisible by \(n\), or \(a\) and \(b\) have the same remainder when divided by \(n\). \(n \mid (a - b)\) or \(a \pmod{n} = b \pmod{n}\)
Properties of Congruence (Addition) If \(a \equiv b \pmod{n}\) and \(c \equiv d \pmod{n}\), then \(a + c \equiv b + d \pmod{n}\). \(a+c \equiv b+d \pmod{n}\)
Properties of Congruence (Multiplication) If \(a \equiv b \pmod{n}\) and \(c \equiv d \pmod{n}\), then \(ac \equiv bd \pmod{n}\). Also, if \(a \equiv b \pmod{n}\), then \(ca \equiv cb \pmod{n}\). \(ac \equiv bd \pmod{n}\)
\(ca \equiv cb \pmod{n}\)

Additional Information: Exploring Modular Arithmetic

Modular arithmetic is a fundamental concept in number theory and has applications in various fields like cryptography, computer science, and clock arithmetic.

The set of possible remainders when dividing by 7 is \(\{0, 1, 2, 3, 4, 5, 6\}\). All integers fall into one of these 7 congruence classes modulo 7.

  • Any integer \(n\) such that \(n \equiv 0 \pmod{7}\) is a multiple of 7.
  • Any integer \(n\) such that \(n \equiv 1 \pmod{7}\) is one more than a multiple of 7.
  • And so on, up to \(n \equiv 6 \pmod{7}\), which is one less than a multiple of 7 (or equivalently, \(-1 \pmod{7}\)).

In our problem, \(m \equiv 5 \pmod{7}\). This means \(m\) could be 5, 12, 19, 26, etc.

Let's check for \(m=5\): \(3m = 3 \times 5 = 15\). \(15\) divided by 7 is 2 with a remainder of 1.

Let's check for \(m=12\): \(3m = 3 \times 12 = 36\). \(36\) divided by 7 is 5 with a remainder of 1 (\(36 = 5 \times 7 + 1\)).

Let's check for \(m=19\): \(3m = 3 \times 19 = 57\). \(57\) divided by 7 is 8 with a remainder of 1 (\(57 = 8 \times 7 + 1\)).

As you can see, regardless of the specific value of \(m\) (as long as it satisfies \(m \equiv 5 \pmod{7}\)), the remainder when \(3m\) is divided by 7 is always 1. Modular arithmetic provides a concise way to arrive at this general result without testing specific values of \(m\).

Was this answer helpful?

Similar Questions

  1. Find the smallest number that can be subtracted from 148109326 so that it becomes divisible by 8.

  2. The largest 5 - digit number exactly divisible by 88 is:

  3. During a division, Pranjal mistakenly took as the dividend a number that was 10% more than the original dividend. He also mistakenly took as the divisor a number that was 25% more than the original divisor. If the correct quotient of the original division problem was 25 and the remainder was 0, what was the quotient that Pranjal obtained, assuming his calculations had no error?

  4. Which of the following numbers is divisible by 36 ?  

  5. Which number among 98984, 98992, 98998 and 99008 is NOT divisible by 8?

  6. How many of the following numbers are divisible by 3 but NOT by 9?

    5826, 5964, 6039, 6336, 6489, 6564, 6867 and 6960

  7. Which number among 11368, 11638, 11863 and 12638 is divisible by 11?

  8. What is the remainder when 8127 is divided by 8?

  9. The difference of two numbers is 1564. After dividing the larger number by the smaller, we get 6 as quotient and 19 as remainder. What is the smaller number?  

  10. Which of the following numbers are divisible by 2, 3 and 5?


Important Questions from Divisibility and Remainder

  1. What is the sum of the digits of the least number which when divided by 12, 16 and 20 leaves the same remainder 6 in each case and it is divisible by 9?

  2. As nine-digit number 89563x87y is divisible by 72. What is the value of \(\sqrt{7x-3y}\)  ?

  3. The greatest number that on dividing 2675 and 2320 leaves the reminder 5 and 6 ,respectively is : 

  4. Find the greatest number that exactly divides 2880, 6525 and 8307.

  5. If a 10 - digit number 643x1145y2 is divisible by 88, then the value of (2x - 3y) for the largest value of y is :

Need Expert Advice?
Upcoming Exams
SSC JHT
September 08, 2026
SSC Stenographer
September 09, 2026
SSC Selection Post
September 16, 2026
Test Series
SSC CGL img
SSC
SSC CGL (Tier I + Tier II) 2026 Mock Test Series - Latest Pattern
2500 Tests 6 Tests Free
3902 Attempts
4.2(835)
English, Hindi

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