document.write( "Question 604266: Solve for x: log base 5 (x^2+4x+4)=2 \n" ); document.write( "
Algebra.Com's Answer #381068 by nerdybill(7384) You can put this solution on YOUR website! Solve for x: \n" ); document.write( "log base 5 (x^2+4x+4)=2 \n" ); document.write( "x^2+4x+4 = 5^2 \n" ); document.write( "x^2+4x+4 = 25 \n" ); document.write( "x^2+4x-21 = 0 \n" ); document.write( "(x+7)(x-3) = 0 \n" ); document.write( "x = {-7, 3} \n" ); document.write( " \n" ); document.write( " |