document.write( "Question 656802: Find all real solutions to the equation:
\n" );
document.write( "(x-4)^2=16 \n" );
document.write( "
Algebra.Com's Answer #409652 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Find all real solutions to the equation: \n" ); document.write( "(x-4)^2=16 \n" ); document.write( "=============== \n" ); document.write( "x^2 - 8x + 16 - 16 = 0 \n" ); document.write( "x^2 - 8x = 0 \n" ); document.write( "Factor: \n" ); document.write( "x(x-8) = 0 \n" ); document.write( "Solutions: x = 0, x = 8 \n" ); document.write( " |