Find the number of ordered pairs ( x , y ) ∈ Z 2 that satisfies the following equation:
x y + 9 ( x + y ) = 2 0 0 6
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.
Hmm. But your solution might not be smart enough if the number had many divisors, and you may not be always be able to use Simon's favorite factoring tactic(SFFT) like this. My approach is the general one to handle cases like this. :)
Log in to reply
It's wiser to use divisor theorem. 2 0 8 7 is a prime so I didn't find it important to explain further. :)
We can re-write the equation as x ( y + 9 ) = 2 0 0 6 − 9 y This gives us y + 9 ∣ 2 0 0 6 − 9 y but since y + 9 ∣ 9 y + 8 1 , subtracting we have y + 9 ∣ 9 y + 8 1 + 2 0 0 6 − 9 y = 2 0 8 7 . So every divisor of 2 0 8 7 associates with a corresponding y , regardless of negative or positive. Since 2 0 8 7 is a prime number, 2 0 8 7 has a total of 4 divisors(negative and positive).
Problem Loading...
Note Loading...
Set Loading...
⟹ ⟹ x y + 9 ( x + y ) 9 x + x y + 9 y + 8 1 ( x + 9 ) ( y + 9 ) = = = = = = = 2 0 0 6 2 0 0 6 + 8 1 2 0 8 7 [ 2 0 8 7 is a prime ] 1 × 2 0 8 7 2 0 8 7 × 1 ( − 1 ) × ( − 2 0 8 7 ) ( − 2 0 8 7 ) × ( − 1 )
∴ ( x , y ) ∈ { ( − 8 , 2 0 7 8 ) , ( 2 0 7 8 , − 8 ) , ( − 1 0 , − 2 0 9 6 ) , ( − 2 0 9 6 , − 1 0 ) }
Total: 4 pairs!