Determine the largest real number z such that \begin{align*} x + y + z = 5 \\ xy + yz + xz = 3 \end{align*} and x, y are also real.
A number or a short expression. Spacing and $ signs are ignored.
Official solution
1. Given the equations: x+y+z=5 xy+yz+xz=3 we need to determine the largest real number z such that x and y are also real.
2. Express x+y and xy in terms of z: x+y=5−z xy+yz+xz=3⟹xy+z(x+y)=3⟹xy+z(5−z)=3 Simplifying the second equation: xy+5z−z2=3⟹xy=z2−5z+3
3. For x and y to be real, the discriminant of the quadratic equation t2−(x+y)t+xy=0 must be non-negative. The quadratic equation is: t2−(5−z)t+(z2−5z+3)=0 The discriminant Δ of this quadratic equation is: Δ=(5−z)2−4(z2−5z+3) Simplifying the discriminant: Δ=(5−z)2−4(z2−5z+3)=25−10z+z2−4z2+20z−12=−3z2+10z+13
4. For x and y to be real, the discriminant must be non-negative: −3z2+10z+13≥0 Solving the inequality: 3z2−10z−13≤0 The roots of the quadratic equation 3z2−10z−13=0 are: z=610±100+156=610±256=610±16 Thus, the roots are: z=626=313andz=6−6=−1 Therefore, the inequality 3z2−10z−13≤0 holds for: −1≤z≤313
5. To find the maximum value of z, we check the upper bound z=313: x+y=5−313=315−313=32 xy=(313)2−5(313)+3=9169−365+3=9169−9195+927=91 The quadratic equation for x and y is: t2−32t+91=0 Solving this quadratic equation: t=232±(32)2−4⋅91=232±94−94=232=31 Thus, x=y=31, and z=313 is valid.
Conclusion: The largest value of z is 313.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.