Maths Olympiad Prep

Track / Stage 6 / 342 of 400 #1342 of 1964

Problem 1342

National olympiad, first round
Algebra Difficulty 6.7 Find the answer

Determine the largest real number zz such that
\begin{align*}
x + y + z = 5 \\
xy + yz + xz = 3
\end{align*}
and xx, yy are also real.

A number or a short expression. Spacing and $ signs are ignored.

Official solution

1. Given the equations:
x+y+z=5 x + y + z = 5
xy+yz+xz=3 xy + yz + xz = 3
we need to determine the largest real number z z such that x x and y y are also real.

2. Express x+y x + y and xy xy in terms of z z :
x+y=5z x + y = 5 - z
xy+yz+xz=3    xy+z(x+y)=3    xy+z(5z)=3 xy + yz + xz = 3 \implies xy + z(x + y) = 3 \implies xy + z(5 - z) = 3
Simplifying the second equation:
xy+5zz2=3    xy=z25z+3 xy + 5z - z^2 = 3 \implies xy = z^2 - 5z + 3

3. For x x and y y to be real, the discriminant of the quadratic equation t2(x+y)t+xy=0 t^2 - (x+y)t + xy = 0 must be non-negative. The quadratic equation is:
t2(5z)t+(z25z+3)=0 t^2 - (5 - z)t + (z^2 - 5z + 3) = 0
The discriminant Δ\Delta of this quadratic equation is:
Δ=(5z)24(z25z+3) \Delta = (5 - z)^2 - 4(z^2 - 5z + 3)
Simplifying the discriminant:
Δ=(5z)24(z25z+3)=2510z+z24z2+20z12=3z2+10z+13 \Delta = (5 - z)^2 - 4(z^2 - 5z + 3) = 25 - 10z + z^2 - 4z^2 + 20z - 12 = -3z^2 + 10z + 13

4. For x x and y y to be real, the discriminant must be non-negative:
3z2+10z+130 -3z^2 + 10z + 13 \geq 0
Solving the inequality:
3z210z130 3z^2 - 10z - 13 \leq 0
The roots of the quadratic equation 3z210z13=0 3z^2 - 10z - 13 = 0 are:
z=10±100+1566=10±2566=10±166 z = \frac{10 \pm \sqrt{100 + 156}}{6} = \frac{10 \pm \sqrt{256}}{6} = \frac{10 \pm 16}{6}
Thus, the roots are:
z=266=133andz=66=1 z = \frac{26}{6} = \frac{13}{3} \quad \text{and} \quad z = \frac{-6}{6} = -1
Therefore, the inequality 3z210z130 3z^2 - 10z - 13 \leq 0 holds for:
1z133 -1 \leq z \leq \frac{13}{3}

5. To find the maximum value of z z , we check the upper bound z=133 z = \frac{13}{3} :
x+y=5133=153133=23 x + y = 5 - \frac{13}{3} = \frac{15}{3} - \frac{13}{3} = \frac{2}{3}
xy=(133)25(133)+3=1699653+3=16991959+279=19 xy = \left(\frac{13}{3}\right)^2 - 5 \left(\frac{13}{3}\right) + 3 = \frac{169}{9} - \frac{65}{3} + 3 = \frac{169}{9} - \frac{195}{9} + \frac{27}{9} = \frac{1}{9}
The quadratic equation for x x and y y is:
t223t+19=0 t^2 - \frac{2}{3}t + \frac{1}{9} = 0
Solving this quadratic equation:
t=23±(23)24192=23±49492=232=13 t = \frac{\frac{2}{3} \pm \sqrt{\left(\frac{2}{3}\right)^2 - 4 \cdot \frac{1}{9}}}{2} = \frac{\frac{2}{3} \pm \sqrt{\frac{4}{9} - \frac{4}{9}}}{2} = \frac{\frac{2}{3}}{2} = \frac{1}{3}
Thus, x=y=13 x = y = \frac{1}{3} , and z=133 z = \frac{13}{3} is valid.

Conclusion:
The largest value of z z is 133\boxed{\frac{13}{3}}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.