Question:medium

Find the greatest value of \(xyz\) for positive values of \(x,y,z\) subject to the condition \(xy + yz + zx = 12\)

Show Hint

Use AM-GM inequality on the three product terms.
Updated On: Jun 18, 2026
  • 64
  • 8
  • 16
  • 32
Show Solution

The Correct Option is B

Solution and Explanation

To find the greatest value of \(xyz\) for positive values of \(x, y, z\) subject to the condition \(xy + yz + zx = 12\), we can use the AM-GM inequality. The AM-GM inequality states that for non-negative numbers, the arithmetic mean is greater than or equal to the geometric mean. We can apply this to the given problem.

Given:

\(xy + yz + zx = 12\)

By the AM-GM inequality, we know:

\(\frac{xy + yz + zx}{3} \geq \sqrt[3]{x^2y^2z^2}\)

Substituting the given condition:

\(\frac{12}{3} \geq \sqrt[3]{x^2y^2z^2}\) \(4 \geq \sqrt[3]{x^2y^2z^2}\)

Cubing both sides yields:

\(64 \geq x^2y^2z^2\)

Taking the square root of both sides:

\(8 \geq xyz\)

The maximum value of \(xyz\) is therefore 8.

Now, we need to check if such a case is possible with positive values of \(x\), \(y\), and \(z\). We set \(x = y = z\) since this is when the AM-GM inequality achieves equality:

From \(xy + yz + zx = 12\), substituting \(x = y = z = t\):

\(3t^2 = 12\)

Solving for \(t\):

\(t^2 = 4\) \(t = 2\) (since \(t\) is positive)

Substituting back, we get:

\(xyz = (2)(2)(2) = 8\)

Thus, the maximum value of \(xyz\) given the constraint is 8. Therefore, the correct answer is 8.

Was this answer helpful?
0