Given that x and y are positive integers, find 3 x y x 2 + y 2 + 6 ∈ Z .
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.
We don't necessarily require that y x , x y and x y 6 all be integers. We could have ( x , y ) being either ( 1 , 7 ) or ( 7 , 1 ) , both of which would still yield N = 2 .
Log in to reply
Thanks, pal.
Log in to reply
If that isn't the right solution, then what is? I want to know!
Log in to reply
@Thành Đạt Lê – I am trying to work it out.
Problem Loading...
Note Loading...
Set Loading...
Let the number given be N . Then N = 3 x y x 2 + y 2 + 6 = 3 y x + x y + x y 6 . For N to be a positive integer y x , x y and x y 6 must all be positive integers. The only possible case is x = y and N = 3 1 + 1 + x y 6 = 3 2 + x 2 6 . The only possible case is x = y = 1 , then N = 3 8 = 2 .