document.write( "Question 47370: Solve the following quadratic equations by factoring or by any of the techniques.\r
\n" );
document.write( "\n" );
document.write( "(x-1)^2 = 7\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #31316 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (x - 1)^2 = 7 \n" ); document.write( "x - 1 = +- sqrt(7) \n" ); document.write( "x = 1 +- sqrt(7) \n" ); document.write( " |