document.write( "Question 66121: I need to solve for all real roots\r
\n" );
document.write( "\n" );
document.write( "(x-4)^2=36\r
\n" );
document.write( "\n" );
document.write( "and\r
\n" );
document.write( "\n" );
document.write( "2(sqrt)(x+4)=3 \n" );
document.write( "
Algebra.Com's Answer #46841 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (x - 4)^2 = 36 \n" ); document.write( "x - 4 = +- 6 \n" ); document.write( "x = 4 +- 6 \n" ); document.write( "x = 10 and x = -2 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "2*sqrt(x + 4) = 3 \n" ); document.write( "sqrt(x + 4) = 3/2 \n" ); document.write( "x + 4 = 9/4 \n" ); document.write( "x = 9/4 - 16/4 \n" ); document.write( "x = -7/4 \n" ); document.write( " |