How many ordered tuples of positive integers ( x , y , z ) satisfy x ( x + z ) = y 2 ?
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.
Extension: How many pairs exist if we are given the extra condition 2 y − 2 x ≥ z − 1 ? What about 2 y − 2 x > z − 1 ?
Log in to reply
In the given conditions.
There exists only one ordered pair at equality.(1,2,3).
And there doesn't exist any tuple when 2y-2x>z-1.
Because as x,y increases, z increases with a greater extent such that z-1 always dominates over 2(y-x).
Log in to reply
Think again; for example, ( x , y , z ) = ( 4 , 6 , 5 ) is the next smallest triplet of solutions.
I made a note on this too.
Log in to reply
@Daniel Liu – Thanks @Daniel Liu . I will save the note for future reference.
x ( x + z ) = y 2 /Let z = 0 ⇒ x 2 = y 2 ⇒ x = ± y There are infinite pairs of (x, y) satisfying the above equation.
The same approach
There are very few restrictions in this problem, so we think to start by substituting a value for one of the variables and investigate a special case.
The simplest idea is to let x = 1 , which gives 1 + z = y 2 . Of course, this equation has infinite solutions since we can take any positive integer y ≥ 2 and then z = y 2 − 1 is a positive integer as well. For example, we could have ( x , y , z ) = ( 1 , 3 , 8 ) , so 1 ⋅ ( 1 + 8 ) = 3 2 .
Since there are infinite solutions of the form ( 1 , y , y 2 − 1 ) , the equation has infinite solutions!
Looking for more of a challenge? Check out this post by Daniel Liu which explores an extension of this problem!
Even when x=1, there are an infinite number of tuples that satisfy the equation, so the correct answer is INFINITY.
when x=1, there are an infinite number of tuples that satisfy the equation, so the correct answer is INFINITY.
x(x+z) = y^2, implies that , (x)(z)=(y+x)(y-x) , thus we get a condition , when x = (y-x) , then z=( y+x), which follows that , 2(x) = y and 3(x) = z . Hence, the relations- y=2(x) and z = 3(x) satisfy the above equation.Now, taking any positive integer as x , we can get the ordered pairs of positive integers (x,y,z), which satisfies x(x+z) = y^2, and as there are infinitely many positive integers , then, there exist infinitely many (x,y,z).
Even at x=1, there are infinite such pairs, so done.
Problem Loading...
Note Loading...
Set Loading...
When x=1,
It becomes z+1 = y^2.
So, z can be {3,8,,15,24,...........}.
So, there are infinite pairs of (x,y,z).
Even at x=2, we can have infinite values as z can take such a value that x(x+z) will be a perfect square, like z={6,16,30,......}.
So, for any value of x, z can take such a value so that x(x+z) will be a perfect square.