Let and be the respective maximum and minimum possible values for in the following system of equations:
If , where are positive coprime integers, then find .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Solution 1:
First note that y + z = 5 − x and y z = 8 − x ( y + z ) = 8 − x ( 5 − x ) = 8 − 5 x + x 2 . Then
0 ≤ ( y − z ) 2 = ( y + z ) 2 − 4 y z = ( 5 − x ) 2 − 4 ( 8 − 5 x + x 2 ) ⟹
0 ≤ 2 5 − 1 0 x + x 2 − 3 2 + 2 0 x − 4 x 2 = − 3 x 2 + 1 0 x − 7 = − ( 3 x 2 − 1 0 x + 7 ) ⟹
0 ≤ − ( 3 x − 7 ) ( x − 1 ) ⟹ 1 ≤ x ≤ 3 7 .
So M = 3 7 and m = 1 , and thus b a = 3 7 ⟹ a + b = 7 + 3 = 1 0 .
The maximum for x is achieved when ( x , y , z ) = ( 3 7 , 3 4 , 3 4 ) and the minimum for x is achieved when ( x , y , z ) = ( 1 , 2 , 2 ) .
Solution 2:
Alternatively, note that x 2 + y 2 + z 2 = ( x + y + z ) 2 − 2 ( x y + y z + x z ) = 5 2 − 2 × 8 = 9 ,
which describes a sphere of radius 3 .So the solution set to the given set of equations will be the intersection of this sphere and the plane x + y + z = 5 , which describes a circle. The circle is symmetric about the plane y = z , (as y and z are interchangeable in the original system of equations), so both the maximum and minimum of x will occur when y = z . This transforms the given system of equations to
x + 2 y = 5 ⟹ 2 y = 5 − x and
2 x y + y 2 = y ( 2 x + y ) = 8 ⟹ 2 y ( 4 x + 2 y ) = 3 2 ⟹ ( 5 − x ) ( 4 x + ( 5 − x ) ) = 3 2 ⟹
( 5 − x ) ( 3 x + 5 ) = 3 2 ⟹ − 3 x 2 + 1 0 x + 2 5 = 3 2 ⟹ 3 x 2 − 1 0 x + 7 = ( 3 x − 7 ) ( x − 1 ) = 0 ,
from which we see that M = 3 7 and m = 1 as found before.