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

When positive numbers x, y and z are divided by 31, the remainders are 17, 24 and 27, respectively. When (4x - 2y + 3z) is divided by 31, the remainder will be:

This question was previously asked in
SSC CGL 2019 (Tier 2) GS Finance & Economics Previous Year Paper (17-Nov-2020)
The correct answer is

8

Understanding Remainders with Modular Arithmetic

The question asks us to find the remainder when a specific linear combination of numbers, (4x - 2y + 3z), is divided by 31. We are given the remainders when the individual positive numbers x, y, and z are divided by 31.

This problem can be efficiently solved using the properties of modular arithmetic. Modular arithmetic deals with remainders after division.

Given Information on Remainders

We are given the following information:

  • When x is divided by 31, the remainder is 17. This can be written in modular notation as: \(x \equiv 17 \pmod{31}\).
  • When y is divided by 31, the remainder is 24. This can be written as: \(y \equiv 24 \pmod{31}\).
  • When z is divided by 31, the remainder is 27. This can be written as: \(z \equiv 27 \pmod{31}\).

We need to find the remainder of \((4x - 2y + 3z)\) when divided by 31, which is equivalent to finding \((4x - 2y + 3z) \pmod{31}\).

Applying Modular Arithmetic Properties

A key property of modular arithmetic states that if \(a \equiv b \pmod{m}\) and \(c \equiv d \pmod{m}\), then:

  • \(a + c \equiv b + d \pmod{m}\)
  • \(a - c \equiv b - d \pmod{m}\)
  • \(ka \equiv kb \pmod{m}\) for any integer k.

We can use these properties to find the remainder of the expression \((4x - 2y + 3z)\) modulo 31.

Step-by-Step Calculation of the Remainder

Let's find the remainder for each term in the expression \((4x - 2y + 3z)\) when divided by 31.

  1. Find the remainder of \(4x\) when divided by 31:
    Since \(x \equiv 17 \pmod{31}\), we have \(4x \equiv 4 \times 17 \pmod{31}\).
    \(4 \times 17 = 68\).
    Now find the remainder of 68 when divided by 31:
    \(68 = 2 \times 31 + 6\). So, \(68 \equiv 6 \pmod{31}\).
    Therefore, \(4x \equiv 6 \pmod{31}\).
  2. Find the remainder of \(-2y\) when divided by 31:
    Since \(y \equiv 24 \pmod{31}\), we have \(-2y \equiv -2 \times 24 \pmod{31}\).
    \(-2 \times 24 = -48\).
    Now find the remainder of -48 when divided by 31. A remainder must be non-negative and less than the divisor (31).
    We can write \(-48 = -2 \times 31 + 14\). So, \(-48 \equiv 14 \pmod{31}\).
    Alternatively, \(-48 \equiv -48 + 31 \pmod{31} \equiv -17 \pmod{31}\), and \(-17 \equiv -17 + 31 \pmod{31} \equiv 14 \pmod{31}\).
    Therefore, \(-2y \equiv 14 \pmod{31}\).
  3. Find the remainder of \(3z\) when divided by 31:
    Since \(z \equiv 27 \pmod{31}\), we have \(3z \equiv 3 \times 27 \pmod{31}\).
    \(3 \times 27 = 81\).
    Now find the remainder of 81 when divided by 31:
    \(81 = 2 \times 31 + 19\). So, \(81 \equiv 19 \pmod{31}\).
    Therefore, \(3z \equiv 19 \pmod{31}\).

Now, we can combine the remainders using the addition and subtraction properties of modular arithmetic for the expression \((4x - 2y + 3z)\).

\((4x - 2y + 3z) \equiv (6 + 14 + 19) \pmod{31}\)

Calculate the sum of the remainders:

\(6 + 14 + 19 = 20 + 19 = 39\)

So, \((4x - 2y + 3z) \equiv 39 \pmod{31}\).

Finally, we need to find the remainder of 39 when divided by 31. This is the final remainder for the expression.

\(39 = 1 \times 31 + 8\).

Thus, \(39 \equiv 8 \pmod{31}\).

The remainder when \((4x - 2y + 3z)\) is divided by 31 is 8.

Conclusion

By applying the properties of modular arithmetic, we calculated the remainder for each term and then combined them to find the final remainder of the entire expression when divided by 31. The resulting remainder is 8.

Revision Table: Understanding Remainders

Number Divided By Remainder Modular Congruence
x 31 17 \(x \equiv 17 \pmod{31}\)
y 31 24 \(y \equiv 24 \pmod{31}\)
z 31 27 \(z \equiv 27 \pmod{31}\)
\(4x\) 31 6 \(4x \equiv 6 \pmod{31}\)
\(-2y\) 31 14 \(-2y \equiv 14 \pmod{31}\)
\(3z\) 31 19 \(3z \equiv 19 \pmod{31}\)
\(4x - 2y + 3z\) 31 8 \(4x - 2y + 3z \equiv 8 \pmod{31}\)

Additional Information on Modular Arithmetic

Modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" upon reaching a certain value—the modulus. It is widely used in number theory, cryptography, and computer science.

  • The expression \(a \equiv b \pmod{m}\) means that \(a\) and \(b\) have the same remainder when divided by \(m\). Equivalently, \(a - b\) is a multiple of \(m\).
  • Working with remainders directly simplifies calculations involving large numbers or expressions, as shown in this problem. Instead of calculating the large number \((4x - 2y + 3z)\) first and then dividing by 31, we worked with the smaller remainders throughout the process.
  • When dealing with negative numbers in modular arithmetic, the remainder must be a non-negative integer between 0 and \(m-1\). For example, \(-48 \pmod{31}\) is 14, not -17, because \(14\) is in the range \([0, 30]\).
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. When m is divided by 7, the remainder is 5. When 3m is divided by 7, the remainder is:

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

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

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

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

  10. 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?  


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
2501 Tests 6 Tests Free
4026 Attempts
4.2(839)
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