Let n > 0 be a product of two different prime numbers.
How many different pairs of positive integers ( x , y ) satisfy:
n 3 + x 2 = y 2 ?
The answer to type in: If there are a pairs of ( x , y ) for a given even n and b pairs of ( x , y ) that solve the equation for a given odd n , then type in the sum of a + b .
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.
Let n = p 1 p 2 where p 2 , p 2 prime.
Thus we have the desired equality can be written as ( y − x ) ( y + x ) = p 1 3 p 2 3 . It is obvious that x is a positive integer if and only if ( y − x ) < ( y + x ) and x , y ∈ N if and only if ( y − x ) a n d ( y + x ) have the same parity.
(i) p 1 = 2
Therefore ( y − x ) ( y + x ) = 2 3 p 2 3 . ( y − x ) ≡ ( y + x ) ( m o d 2 ) if and only if 2 ∣ ( y − x ) and 2 ∣ ( y + x ) .
Therefore, there are exactly 8 ordered pairs of ( ( y − x ) , ( y + x ) .
By bijection there are exactly 4 ordered pairs which satisfies ( y − x ) < ( y + x ) .
Therefore there are excatly 4 ordered positive integers ( x , y ) that satisfies the above equality.
(ii) p 1 ≥ 3
Therefore, ( y − x ) and ( y + x ) have the same parity if and only if 2 ∤ ( y − x ) ans 2 ∤ ( y + x ) , which all pairs of ( ( y − x ) , ( y + x ) ) satisfies.
It is obvious that n 3 have exactly 16 positive divisor.
Therefore, by bijection there are exactly 8 pairs of ( ( y − x ) , ( y + x ) ) with (y-x) < (y+x) that satisfies the original equality.
Therefore there are exactly 8 pairs of positive integers (x, y) such that the above equality is satisfied.
Therefore the are exactly 12 pairs of positive integers (x, y) such that the above equality is satisfied.
Problem Loading...
Note Loading...
Set Loading...
Write n = p q for district primes p , q . Then the equality becomes p 3 q 3 + x 2 = y 2 , or p 3 q 3 = ( y + x ) ( y − x ) . If p and q are both odd then any choice of factor of p 3 q 3 for y + x will yield integer solutions for x , y . There are 16 (positive) factors, but since y + x must be larger than y − x (since we are interested in positive solutions), there are eight positive integer solutions when n is odd.
When p = 2 , in order to find integer solutions we must have both y + x , y − x even. There are 8 such (positive) factors, yielding four positive integer solutions when n is even.
Thus, the answer is 4 + 8 = 1 2 .