Question

Difficulty: HardProperties of Integers and Divisibility

If xx and yy are positive integers such that 3x+5y=1013x + 5y = 101 and xx is a prime number, what is the maximum possible value of the product xyxy?

  1. A
    38
  2. B
    108
  3. C
    112
  4. 170Answer
  5. E
    180

Answer

170
The equation 3x+5y=1013x + 5y = 101 requires 1013x101 - 3x to be a multiple of 5. For positive integers xx and yy, xx must be less than 34 and leave a remainder of 2 when divided by 5 (meaning xx ends in 2 or 7). Testing the primes meeting this condition yields three valid pairs: (2,19)(2, 19) with product 38, (7,16)(7, 16) with product 112, and (17,10)(17, 10) with product 170. Thus, 170 is the maximum product.

Step-by-Step Solution

1
Isolate 5y5y and analyze modular divisibility by 5.
5y=1013x5y = 101 - 3x. For yy to be an integer, 1013x101 - 3x must be divisible by 5. Since 1011(mod5)101 \equiv 1 \pmod 5, we require 3x1(mod5)3x \equiv 1 \pmod 5, which simplifies to x2(mod5)x \equiv 2 \pmod 5.
Properties of modular arithmetic determine which values of xx yield integer values for yy.
2
Determine the boundary constraints and prime condition for xx.
Since yy is a positive integer (y1y \ge 1), 3x<101    x333x < 101 \implies x \le 33. The prime numbers x33x \le 33 that satisfy x2(mod5)x \equiv 2 \pmod 5 (or end in 2 or 7) are x=2x = 2, x=7x = 7, and x=17x = 17.
Only primes satisfying both the inequality bound and divisibility criteria need to be tested.
3
Calculate the corresponding values of yy and products xyxy for each prime candidate.
For x=2x = 2: 5y=1016=95    y=195y = 101 - 6 = 95 \implies y = 19, product xy=2×19=38xy = 2 \times 19 = 38.
For x=7x = 7: 5y=10121=80    y=165y = 101 - 21 = 80 \implies y = 16, product xy=7×16=112xy = 7 \times 16 = 112.
For x=17x = 17: 5y=10151=50    y=105y = 101 - 51 = 50 \implies y = 10, product xy=17×10=170xy = 17 \times 10 = 170.
Evaluating all valid candidate pairs allows identifying the absolute maximum product.
4
Identify the maximum product.
The maximum possible value of xyxy is 170.
Comparing 38, 112, and 170 confirms that 170 is the greatest value.

Key Concept

Linear Diophantine equations with prime integer constraints
Rate this question