Minimum Value of xyz

CAT 2022 Slot 1 · QA · Medium · Number System

For natural numbers x,y,x, y, and zz, if xy+yz=19xy + yz = 19 and yz+xz=51yz + xz = 51, then the minimum possible value of xyzxyz is

Answer

34

Explanation

Given:

  1. y(x+z)=19y(x + z) = 19
  2. z(y+x)=51z(y + x) = 51

Since x,y,zx, y, z are natural numbers: From (1), y(x+z)=19y(x + z) = 19. Since 19 is a prime number, either: Case I: y=1y = 1 and x+z=19x + z = 19 Case II: y=19y = 19 and x+z=1x + z = 1 Since x,z1x, z \ge 1, x+z2x + z \ge 2, so Case II is impossible. Therefore, y=1y = 1 and x+z=19x + z = 19.

Substitute y=1y = 1 into equation (2): z(1+x)=51z(1 + x) = 51

We have x+z=19    x=19zx + z = 19 \implies x = 19 - z. Substitute x=19zx = 19 - z into z(1+x)=51z(1 + x) = 51: z(1+19z)=51z(1 + 19 - z) = 51 z(20z)=51z(20 - z) = 51 20zz2=5120z - z^2 = 51 z220z+51=0z^2 - 20z + 51 = 0 (z3)(z17)=0(z - 3)(z - 17) = 0

So z=3z = 3 or z=17z = 17.

  • If z=3z = 3: x=193=16x = 19 - 3 = 16. Then xyz=16×1×3=48xyz = 16 \times 1 \times 3 = 48.
  • If z=17z = 17: x=1917=2x = 19 - 17 = 2. Then xyz=2×1×17=34xyz = 2 \times 1 \times 17 = 34.

The minimum possible value of xyzxyz is 3434.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace