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.
---------