Find number of ordered pairs ( x , y ) of non negative integers such that x 2 + 3 y and y 2 + 3 x are simultaneously perfect squares.
∙ Enter 7 7 7 as answer if there are infinte number of ordered pairs.
∙ Ordered pair means ( 1 1 , 1 2 and ( 1 2 , 1 1 ) are considered different.
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.
Your first error comes about when you say
x 2 + 3 y < ( x + 2 ) 2 ⇒ x 2 + 3 y = ( x + 1 ) 2
You forgot that you allowed for y to be non-negative.
The other error, as pointed out by Isaac, is that k = 5 yields ( x , y ) = ( 1 1 , 1 6 ) .
What about ( 1 1 , 1 6 ) and ( 1 6 , 1 1 ) ?
This question has been done before here by Calvin.
Also since we're dealing with non negative integers. Let x = 0 and y = 3 2 k + 1
Since this works for all natural values of k the answer should be 7 7 7
Log in to reply
Thanks. I have updated the answer to 777 since ( 0 , 3 k 2 ) is a solution.
But I could not point out mistake in my solution. Please do that
Log in to reply
The case where k = 5 seems to be missing. Also the answer should be changed to 7 7 7 .
Log in to reply
@Isaac Buckley – I have told the matter to calvin......matter will soon be solved Thanks!! You have done a great work pointing out my mistakes every time Hats off to you
Your first error comes about when you say
x 2 + 3 y < ( x + 2 ) 2 ⇒ x 2 + 3 y = ( x + 1 ) 2
You forgot that you allowed for y to be non-negative.
The other error, as pointed out by Isaac, is that k = 5 yields ( x , y ) = ( 1 1 , 1 6 ) .
plug in y=0 you get 3x=z^2 and x^2=m^2 so we have to consider the first eqaution. Every Int from the form x=3^(2n+1) will setisfy the condition
Problem Loading...
Note Loading...
Set Loading...
The equalities x 2 + 3 y ≥ ( x + 2 ) 2 , y 2 + 3 x ≥ ( y + 2 ) 2 cannot hold simultaneously because summing them yields 0 ≥ x + y + 8 which is false because x and y are non negative integers.
Hence atleast one of x 2 + 3 y < ( x + 2 ) 2 , y 2 + 3 x < ( y + 2 ) 2 is true.
Without loss of generality assume that ( x 2 + 3 y < ( x + 2 ) 2 ⟹ x 2 + 3 y = ( x + 1 ) 2 hence 3 y = 2 x + 1
Then x = 3 k + 1 and y = 2 k + 1 for some integer k ≥ 0
So y 2 + 3 x = 4 k 2 + 1 3 k + 4
If k > 5 then ( 2 k + 3 ) 2 < 4 k 2 + 1 3 k + 4 < ( 2 k + 4 ) 2
So y 2 + 3 x cannot be a square. It is easy to check that for k ∈ { 1 , 2 , 3 , 4 } , y 2 + 3 x is not a sqaure but for k = 0 , y 2 + 3 x = 4 = 2 2 .
Therefore the only solution is ( x , y ) = ( 1 , 1 )