y x + z + 1 y + x z = 2 5
How many ordered triples of positive integers ( x , y , z ) satisfy the equation above?
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.
Excuse me Sir. can you explain me what do they mean \left and \right in the Latex text, please?
Log in to reply
\left and \right are used to stretch parentheses and other such symbols vertically to make certain expressions look nicer. For example, without \left and \right: 5 ( 2 1 ) , with \left and \right: 5 ( 2 1 )
By AM-GM we obtain that z must be equal to 1
\sqrt[3]{\dfrac{x}{y} \cdot \dfrac{y}{z+1} \cdot \dfrac{z}{x}} \leq \dfrac{\dfrac{x}{y} +\dfrac{y}{z+1} +\dfrac{z}{x}}{3} = \dfrac{5}{6}
z + 1 z ≤ ( 5 / 6 ) 3 ≈ 0 . 5 7 8 7
z + 1 z is smaller or equal to 0 . 5 7 8 7 only for z = 1
Our new diophantine equation becames:
y x + 2 y + x 1 = 2 5
Now we can express y in function of x:
y = 2 5 − x 2 ± x 2 − 8 x 3 + 2 5 x 2 − 2 0 x + 4
The function under the square root is strictly decreasing and assume a non-negative value only for x=1 or x=2
It is easy now finding the solutions and they are: ( 1 , 1 , 1 , ) ( 1 ; 2 ; 1 ) ( 2 , 2 , 1 )
Problem Loading...
Note Loading...
Set Loading...
From the AM-GM inequality,
2 5 = y x + z + 1 y + x z ≥ 3 3 y x ( z + 1 y ) ( x z ) = 3 3 z + 1 z .
Thus, z + 1 z ≤ 2 1 6 1 2 5 . The only positive integer solution to this inequality is z = 1 .
We can plug this value of z back into our original equation to get
y x + 2 y + x 1 = 2 5 .
Note that we must have y ≤ 4 , because if y ≥ 5 , then we have y x + x 1 = 2 5 − y ≤ 0 , which is a contradiction as x and y is positive. Thus, we have 4 cases, which are all fairly simple to deal with:
If y = 1 , then x + x 1 = 2 , which has solution x = 1 . Thus, ( x , y , z ) = ( 1 , 1 , 1 ) .
If y = 2 , then 2 x + x 1 = 2 3 , which has solutions x = 1 , 2 . Thus, ( x , y , z ) = ( 1 , 2 , 1 ) , ( 2 , 2 , 1 ) .
If y = 3 , then 3 x + x 1 = 1 , which has no positive integer solutions.
If y = 4 , then 4 x + x 1 = 2 1 , which has no positive integer solutions.
Therefore, there are 3 total solutions in positive integers to the given equation: ( x , y , z ) = ( 1 , 1 , 1 ) , ( 1 , 2 , 1 ) , ( 2 , 2 , 1 ) .
Check:
( x , y , z ) = ( 1 , 1 , 1 ) ( x , y , z ) = ( 1 , 2 , 1 ) ( x , y , z ) = ( 2 , 2 , 1 ) ⟶ 1 1 + 2 1 + 1 1 = 2 5 ✓ ⟶ 2 1 + 2 2 + 1 1 = 2 5 ✓ ⟶ 2 2 + 2 2 + 2 1 = 2 5 ✓