document.write( "Question 1199910: Find the pair of integers (a,b) for which 2^(a+1) + 2^a = 3^(b+2) - 3^b \n" ); document.write( "
Algebra.Com's Answer #833896 by greenestamps(13330) You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( "Simplify using greatest common factors on both sides: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Both expressions are prime factorizations, so the exponents on like prime factors must be the same: a=3 and b=1 \n" ); document.write( "ANSWER: (a,b) = (3,1) \n" ); document.write( "CHECK: \n" ); document.write( "2^4+2^3 = 16+8 = 24 \n" ); document.write( "3^3-3^1 = 27-3 = 24 \n" ); document.write( " \n" ); document.write( " |