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

If the seven-digit number 52A6B7C is divisible by 33, and A, B, C are primes, then the maximum value of 2A + 3B + C is:

This question was previously asked in
SSC CGL 2022 Tier-II (Paper 2 JSO) Previous Year Paper (04-Mar-2023)
The correct answer is

23

Solving the Divisibility Problem with Prime Digits

We are given a seven-digit number, 52A6B7C, which is divisible by 33. The digits A, B, and C are prime numbers. Our goal is to find the maximum possible value of the expression 2A + 3B + C.

Understanding Divisibility by 33

A number is divisible by 33 if and only if it is divisible by both 3 and 11. We will use the divisibility rules for 3 and 11 to find the possible values of A, B, and C.

Divisibility Rule for 3

A number is divisible by 3 if the sum of its digits is divisible by 3.

The sum of the digits of 52A6B7C is \(5 + 2 + A + 6 + B + 7 + C = 20 + A + B + C\).

For the number to be divisible by 3, \(20 + A + B + C\) must be divisible by 3.

We can rewrite this as \(18 + 2 + A + B + C\). Since 18 is divisible by 3, this means \(2 + A + B + C\) must be divisible by 3. Alternatively, we can say \(A + B + C\) must leave the same remainder as \(20\) when divided by 3, which is 2. So, \(A + B + C \equiv 2 \pmod{3}\).

Divisibility Rule for 11

A number is divisible by 11 if the alternating sum of its digits is divisible by 11. Starting from the rightmost digit and moving left, we alternate adding and subtracting digits.

For 52A6B7C, the alternating sum is \(C - 7 + B - 6 + A - 2 + 5 = A + B + C - 10\).

For the number to be divisible by 11, \(A + B + C - 10\) must be divisible by 11.

This means \(A + B + C - 10 = 11k\) for some integer \(k\).

Identifying Possible Values for A, B, C

We know that A, B, and C are prime numbers. Since they are single digits within the number 52A6B7C, they must be single-digit prime numbers. The single-digit prime numbers are 2, 3, 5, and 7.

So, A, B, C must be chosen from the set {2, 3, 5, 7}.

Combining the Conditions

Let's look at the condition from the divisibility rule for 11: \(A + B + C - 10\) must be a multiple of 11.

Since A, B, and C are single-digit primes, their minimum sum is \(2 + 2 + 2 = 6\) and their maximum sum is \(7 + 7 + 7 = 21\).

So, \(A + B + C - 10\) must be between \(6 - 10 = -4\) and \(21 - 10 = 11\).

The possible multiples of 11 in the range [-4, 11] are 0 and 11.

  • If \(A + B + C - 10 = 0\), then \(A + B + C = 10\).
  • If \(A + B + C - 10 = 11\), then \(A + B + C = 21\).

Now let's check these possibilities against the divisibility rule for 3: \(20 + A + B + C\) must be divisible by 3.

  • Case 1: \(A + B + C = 10\). Sum of digits = \(20 + 10 = 30\). Since 30 is divisible by 3, \(A + B + C = 10\) is a valid condition.
  • Case 2: \(A + B + C = 21\). Sum of digits = \(20 + 21 = 41\). Since 41 is not divisible by 3, \(A + B + C = 21\) is not a valid condition.

Therefore, we must have \(A + B + C = 10\).

Now we need to find three prime numbers from the set {2, 3, 5, 7} that add up to 10.

Let's list combinations:

  • If we use 7, the remaining two primes must sum to \(10 - 7 = 3\). The only prime pair summing to 3 is 2+1, but 1 is not prime. So 7 cannot be one of the primes.
  • The primes must be from the set {2, 3, 5}. Let's check combinations of these three primes: \(2 + 3 + 5 = 10\). This works.

So, the digits A, B, and C must be a permutation of the prime numbers 2, 3, and 5.

Maximizing the Expression 2A + 3B + C

We need to find the maximum value of the expression \(2A + 3B + C\), where {A, B, C} is a permutation of {2, 3, 5}.

To maximize a sum of the form \(w_1 x_1 + w_2 x_2 + w_3 x_3\), where \(x_1, x_2, x_3\) are fixed numbers (the primes 2, 3, 5) and \(w_1, w_2, w_3\) are fixed coefficients (2, 3, 1 for A, B, C respectively), we should assign the largest available number to the largest coefficient, the second largest number to the second largest coefficient, and so on.

The coefficients for A, B, and C are 2, 3, and 1 (since C has a coefficient of 1).

The primes we can use for A, B, C are 2, 3, and 5.

To maximize \(2A + 3B + C\):

  • The largest coefficient is 3, which is multiplied by B. So, B should be the largest prime, 5.
  • The next largest coefficient is 2, which is multiplied by A. The remaining primes are 2 and 3. So, A should be the larger of these, which is 3.
  • The smallest coefficient is 1, which is multiplied by C. The remaining prime is 2. So, C should be 2.

Proposed values: A=3, B=5, C=2.

Let's verify these values satisfy A+B+C = 10: \(3 + 5 + 2 = 10\). Yes.

Now, calculate the value of the expression with these values:

\(2A + 3B + C = 2(3) + 3(5) + 2\)

\(= 6 + 15 + 2\)

\(= 23\)

Let's quickly check another assignment to confirm this is the maximum, for example, assigning the largest prime 5 to A (coefficient 2) instead of B (coefficient 3):

  • A=5 (coeff 2), B=3 (coeff 3), C=2 (coeff 1): \(2(5) + 3(3) + 2 = 10 + 9 + 2 = 21\). This is smaller than 23.
  • A=2 (coeff 2), B=5 (coeff 3), C=3 (coeff 1): \(2(2) + 3(5) + 3 = 4 + 15 + 3 = 22\). This is smaller than 23.

The assignment A=3, B=5, C=2 indeed gives the maximum value.

The maximum value of 2A + 3B + C is 23.

Revision Table: Key Concepts Review

Concept Explanation Application in Problem
Divisibility by 33 A number must be divisible by both 3 and 11. Used to derive conditions on A, B, C.
Divisibility by 3 Sum of digits is divisible by 3. \(20 + A + B + C\) must be divisible by 3.
Divisibility by 11 Alternating sum of digits is divisible by 11. \(A + B + C - 10\) must be divisible by 11.
Prime Numbers Natural numbers greater than 1 with no positive divisors other than 1 and itself. Single-digit primes are 2, 3, 5, 7. A, B, C are primes from {2, 3, 5, 7}.
Maximizing Linear Expression Assign larger values to variables with larger coefficients. Used to determine which prime goes to A, B, C to maximize \(2A + 3B + C\).

Additional Information: Divisibility Rules and Number Properties

Divisibility rules are useful shortcuts to determine if a number is divisible by another number without performing long division.

For example, the rule for 4: A number is divisible by 4 if the number formed by its last two digits is divisible by 4.

The rule for 9: A number is divisible by 9 if the sum of its digits is divisible by 9.

Prime numbers are fundamental building blocks in number theory. The first few prime numbers are 2, 3, 5, 7, 11, 13, 17, 19, and so on. The number 1 is not considered prime.

Understanding how to combine different mathematical concepts, such as divisibility rules and properties of prime numbers, is crucial for solving complex quantitative aptitude problems.

Was this answer helpful?

Similar Questions

  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. Which of the following is the smallest number that is a perfect square and is divisible by each of the numbers 6, 8 and 15?

  3. If the seven-digit number 94x29y6 is divisible by 72, then what is the value of (2x + 3y) for x ≠ y ?

  4. A four-digit pin, say abcd, of a lock has different non-zero digits. The digits satisfy b = 2a, c = 2b, d = 2c. The pin is divisible by ________.

  5. The least number that should be added to 35460 so that the sum is exactly divisible by 3, 4, 5 and 7 is:

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

  7. The number 5769116 is divisible by which of the following numbers?

  8. The number 2918245 is divisible by which of the following numbers?

  9. The number 1254216 is divisible by which of the following numbers?

  10. If the 5-digit number 676xy is divisible by 3, 7 and 11, then what is the value of (3x - 5y)?


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?
Upcoming Exams
SSC CGL
September 30, 2026
UPSSSC PET
October 23, 2026
Test Series
SSC CGL img
SSC
SSC CGL (Tier I + Tier II) 2026 Mock Test Series - Latest Pattern
2503 Tests 6 Tests Free
5389 Attempts
4.2(868)
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