SOLUTION: Find the pair of integers (a,b) for which 2^(a+1) + 2^a = 3^(b+2) - 3^b .

Algebra ->  Exponents -> SOLUTION: Find the pair of integers (a,b) for which 2^(a+1) + 2^a = 3^(b+2) - 3^b .      Log On


   



Question 1065296: Find the pair of integers (a,b) for which 2^(a+1) + 2^a = 3^(b+2) - 3^b .
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the pair of integers (a,b) for which 2^(a+1) + 2^a = 3^(b+2) - 3^b .
--------
2^a(2+1) = 3^b(3^2-1)
--------------------------
2^a(3) = 3^b(8)
(2^a)/(3^b) = 8/3
----
Ans: a = 3 ; b = 1
---------------
Cheers,
Stan H.
---------