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 1199910: Find the pair of integers (a,b) for which 2^(a+1) + 2^a = 3^(b+2) - 3^b
Answer by greenestamps(13330) About Me  (Show Source):
You can put this solution on YOUR website!


2%5E%28a%2B1%29%2B2%5Ea=3%5E%28b%2B2%29-3%5Eb

Simplify using greatest common factors on both sides:

%282%5Ea%29%282%5E1%2B1%29=%283%5Eb%29%283%5E2-1%29
%282%5Ea%29%283%29=%283%5Eb%29%288%29
%282%5Ea%29%283%5E1%29=%283%5Eb%29%282%5E3%29

Both expressions are prime factorizations, so the exponents on like prime factors must be the same: a=3 and b=1

ANSWER: (a,b) = (3,1)

CHECK:
2^4+2^3 = 16+8 = 24
3^3-3^1 = 27-3 = 24