How many pairs of integers satisfy the equation
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.
Taking mod 4, we have y 2 ≡ x 3 − 1 ( m o d 4 ) , so x must be odd i.e. x = 2 a + 1 . Now, rewrite the equation as y 2 + 1 = x 3 + 2 3 = ( x + 2 ) ( x 2 − 2 x + 4 ) . Note that
x 2 − 2 x + 4 ≡ x ( x − 2 ) ≡ ( 2 a + 1 ) ( 2 a − 1 ) ≡ 4 a 2 − 1 ≡ 3 ( m o d 4 ) .
Therefore, x 2 − 2 x + 4 has a prime factor p of the form 4 k + 3 . This prime must also divide y 2 + 1 , so that y 2 ≡ − 1 ( m o d p ) . However,
( p − 1 ) = ( − 1 ) 2 p − 1 = ( − 1 ) 2 4 k + 3 − 1 = ( − 1 ) 2 k + 1 = − 1 ,
so no y exist such that y 2 ≡ − 1 ( m o d p ) . We conclude that there are 0 solutions to the equation.