Find the number of nonnegative integer solutions to the equation 3 x − 1 = y 3 .
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.
Actually there is an even better solution. Since we have 3 x = y 3 + 1 , it can be rewritten as 3 x = ( y + 1 ) ( y 2 − y + 1 ) and this implies that either ( y + 1 ) ∣ ( y 2 − y + 1 ) o r ( y 2 − y + 1 ) ∣ ( y + 1 ) taking each of them respectively as 2 cases, we have that in case 1 ( y + 1 ) ∣ ( y + 1 ) 2 − 3 y which furthermore implies that ( y + 1 ) ∣ − 3 y which again implies that ( y + 1 ) ∣ − 3 ( y + 1 ) + 3 which again implies that ( y + 1 ) ∣ 3 so there are 2 solutions:(x,y)=(0,0)(or)(2,2). In case 2, since ( y 2 − y + 1 ) ∣ ( y + 1 ) we can conclude that y 2 − y + 1 < = y + 1 . So again by solving the inequality and substituting in 3 x = ( y + 1 ) ( y 2 − y + 1 ) we get again 2 solutions:(x,y)=(0,0)(or)(2,2). Hence the number of solutions is 2.
Looking for solutions with x , y ∈ Z ...
We cannot have x < 0 , since that would make y 3 nonintegral. Hence x , y ≥ 0 . Since 3 x = y 3 + 1 = ( y + 1 ) ( y 2 − y + 1 ) , we deduce that y = 3 z − 1 for some integer 0 ≤ z ≤ x . Then 3 x − z = y 2 − y + 1 = 3 2 z − 3 z + 1 + 3 If z ≥ 1 then 3 x − z = 3 z + 1 ( 3 z − 1 − 1 ) + 3 ≡ 3 ( m o d 9 ) , and hence x − z = 1 , so that 3 z + 1 ( 3 z − 1 − 1 ) = 0 , and hence 3 z − 1 = 1 , so that z = 1 , and hence x = y = 2 .
If z = 0 then y = 0 and hence x = 0 .
Thus the only solutions in integers are ( x , y ) = ( 2 , 2 ) , ( 0 , 0 ) . There are 2 solutions in integers.
WELL DONE MARK HENNINGS
AND SORRY VIEWERS FOR NOT POSTING THE SOLUTION MYSELF
I THOUGHT IT WOULD BE A GOOD IDEA NOT TO POST
I SHALL DEFINITELY POST MORE QUESTIONS WITH SOLUTIONS
SORRY FOR YOUR INCONVINIENCE
nice solution
Problem Loading...
Note Loading...
Set Loading...
3 x − 1 = 2 ( 1 + 3 + 3 2 + . . . + 3 x − 2 + 3 x − 1 ) = y 3
⇒ 2 ( 1 + 3 + 3 2 + . . . + 3 x − 2 + 3 x − 1 ) = y 3
⇒ 1 + 3 + 3 2 + . . . + 3 x − 2 + 3 x − 1 = 4 × k 3
⇒ ( 1 + 3 2 + 3 4 + . . . + 3 x − 4 + 3 x − 2 ) = k 3 This is true for x = 0 , 1
⇒ 1 0 ( 1 + 3 4 + 3 8 + . . . + 3 x − 8 + 3 x − 4 ) = k 3 This is never true because the number ends with zero, and if we do this more times then, the sum diverges with a higher rate.