document.write( "Question 37379: 9^x+4=27^x^2 \n" ); document.write( "
Algebra.Com's Answer #23037 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From 9^(x+4) = 27^(x^2), we turn both the 9 and the 27 into powers of three: \n" ); document.write( "(3^2)^(x + 4) = (3^3)^(x^2) \n" ); document.write( "Now use the laws of exponents... \n" ); document.write( "3^(2x + 8) = 3^(3x^2) \n" ); document.write( "Now equate the exponents... \n" ); document.write( "2x + 8 = 3x^2 \n" ); document.write( "and solve this... \n" ); document.write( "3x^2 - 2x - 8 = 0 \n" ); document.write( "(3x + 4)(x - 2) = 0 \n" ); document.write( "x = -4/3 or x = 2 \n" ); document.write( " |