Find the number of positive integer solutions to 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.
We want x , y ≥ 1 . There is one obvious solution for ( x , y ) , namely ( 1 , 1 ) .
For x ≥ 2 , we want 2 x to divide 3 x − 1 = 2 ( 1 + 3 + 3 2 + ⋯ + 3 x − 1 ) . Thus we must have 1 + 3 + 3 2 + ⋯ + 3 x − 1 even, and hence x = 2 z must be even, where z ≥ 1 .
It is a simple induction to prove that 2 2 z − 1 > 3 z + 1 for all z ≥ 3 . Thus 2 2 z − 1 can divide neither 3 z − 1 nor 3 z + 1 when z ≥ 3 . But 2 2 z must divide 3 2 z − 1 = ( 3 z + 1 ) ( 3 z − 1 ) and since 3 z + 1 and 3 z − 1 differ by 2 , one of these two terms is divisible by 2 , but not by 4 . Thus it follows that 2 2 z − 1 must divide one of 3 z + 1 and 3 z − 1 , so we deduce that z ≤ 2 .
Thus the only integer solutions are ( x , y ) = ( 1 , 1 ) , ( 2 , 2 ) , ( 4 , 5 ) . There are 3 solutions.