We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
The first most important is that it's closest to the origin. After that, if there's a tie it goes to minimal x. The important section in the description is this:
"
Find the point closest to the origin that also satisfies the following properties:
x and y are integers.
x is greater than zero.
If more than one solution exists satisfying 1 and 2, then choose the point in which x is minimal.
"
So for example the point (1,2) and (2,1) are equally close to the origin; if these were both solutions to the equation, (1,2) would be the correct choice. But (1,8) is further away from the origin than (2,3); if these were both solutions to the equation, (2,3) would be the correct choice.
Solve Equations
You are viewing a single comment's thread. Return to all comments →
the point (1,78) is much further from the origin than the point (19,6). Same goes for (2,3) and (1,13).
Based on the answer, it's the closest to origin; but in the descrption, it clearly says it's the one with minimal x value.
The first most important is that it's closest to the origin. After that, if there's a tie it goes to minimal x. The important section in the description is this:
" Find the point closest to the origin that also satisfies the following properties:
If more than one solution exists satisfying 1 and 2, then choose the point in which x is minimal. "
So for example the point (1,2) and (2,1) are equally close to the origin; if these were both solutions to the equation, (1,2) would be the correct choice. But (1,8) is further away from the origin than (2,3); if these were both solutions to the equation, (2,3) would be the correct choice.
I hope that helps clarify.
You are right, I read too fast and missed the first one