Given that 0 < x < 1 2 2 and 0 < y < 1 2 2 , what is the number of ordered pairs of integers x , y such that x y 2 + y + 1 1 x 2 y + x + y is an integer?
Inspired by : 1998 IMO Problem Number 4
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.
I have seen this problem before. It's an IMO problem if I'm correct.
Log in to reply
Yes it is.
Log in to reply
Really? I did not realize this. I would appreciate if you could tell me which year this problem is from. Also, I would ask another question. This is the first problem that I have posted; Is it necessary for me to cite the source if this is an IMO question?
Log in to reply
@Chaebum Sheen – It's IMO 1998 problem 4 except that 7 is replaced by 1 1 . It is better if you cite the source.
Why have you assumed that x and y are integers?
Log in to reply
It is given that x and y are positive integers less than 1 2 2 .
Problem Loading...
Note Loading...
Set Loading...
We have x y 2 + y + 1 1 ∣ x 2 y + x + y , hence x y 2 + y + 1 1 ∣ y ( x 2 y + x + y ) − x ( x y 2 + y + 1 1 ) = y 2 − 1 1 x Now if y 2 − 1 1 x = 0 we get a family of solutions, where ( x , y ) = ( 1 1 k 2 , 1 1 k ) .
If y 2 − 1 1 x > 0 , the relation x y 2 + y + 1 1 ∣ y 2 − 1 1 x cannot be true. Because y 2 − 1 1 x < x y 2 + y + 1 1 .
If y 2 − 1 1 x < 0 , we must have 1 1 x − y 2 ≥ x y 2 + y + 1 1 or y 2 < 1 1 (compare the coefficient of x on two sides of inequality). Thus, in this case y < 4 . It turns out that y = 1 and y = 2 work. For y = 1 we get x + 1 2 ∣ 1 1 x − 1 or x + 1 2 ∣ 1 1 ( x + 1 2 ) − 1 1 x + 1 = 1 3 3 , which gives x = 7 and x = 1 2 1 . For y = 2 we get 4 x + 1 3 ∣ 1 1 x − 4 or 4 x + 1 3 ∣ 1 1 ( 4 x + 1 3 ) − 4 ( 1 1 x − 4 ) = 1 5 9 , which gives x = 1 0 .
So we get 6 solutions with 0 < x < 1 2 2 and 0 < y < 1 2 2 and they are ( 1 1 , 1 1 ) , ( 4 4 , 2 2 ) , ( 9 9 , 3 3 ) , ( 7 , 1 ) , ( 1 2 1 , 1 ) , ( 1 0 , 2 )