How many pairs?

How many pairs of non-negative integers ( m , n ) (m,n) satisfy the equation below?

2 3 n = 3 2 m 1 \large 2^{3^{n}} = 3^{2^{m}} -1


The answer is 2.

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.

2 solutions

Hana Wehbi
Aug 17, 2017

We find all solutions of 2 x = 3 y 1 2^x= 3^y- 1 for positive integers x x and y y .

If x = 1 x = 1 , we obtain the solution x = 1 , y = 1 x = 1, y = 1 which corresponds to ( n , m ) = ( 0 , 0 ) (n, m) = (0, 0) in the original problem.

If x > 1 x > 1 , consider the equation modulo 4 4 .

The left hand side is 0 0 , and the right hand side is ( 1 ) y 1 (-1)^y - 1 , so : y y is even. Thus we can write y = 2 z y = 2z for some positive integer z z , and so 2 x = ( 3 z 1 ) ( 3 z + 1 ) 2^x= (3^z-1)(3^z+1) .

Thus each of ( 3 z 1 3^z-1 ) and ( 3 z + 1 (3^z+ 1 ) is a power of 2 2 , but they differ by 2 2 , so they must equal 2 2 and 4 4 respectively.

Therefore, the only other solution is when x = 3 x = 3 and y = 2 y = 2 , which corresponds to ( n , m ) = ( 1 , 1 ) (n, m) = (1, 1) in the original problem.

I was like halfway making that solution atm too. It kept crawling in the back of my mind that I needed to prove those were the only 2 pairs.

Peter van der Linden - 3 years, 9 months ago

Log in to reply

I posted my solution to show you how you were somehow correct. I solve many hard problems by plugging in numbers, l get asked for abstract solution but not always is easy to prove it in an abstract way.

Hana Wehbi - 3 years, 9 months ago

To be honest: I tried the first week pairs (0,0) and (1,1) and couldn't think of any power of 2 and 3 that had 1 difference, so 2 turned out to be enough to answer the question right. Haven't thought of proving the 2 pairs I found are the only 2 possible pairs.

It's correct. Thank you for sharing your idea.

Hana Wehbi - 3 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...