document.write( "Question 1123175: Solve the equation by extracting the square roots. When a solution is irrational, list both the exact solution and its approximation rounded to two decimal places.
\n" );
document.write( "(4x + 7)2 = 44 \n" );
document.write( "
Algebra.Com's Answer #739436 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! assuming (4x+7)^2=44 \n" ); document.write( "4x+7=+/-2 sqrt (11) \n" ); document.write( "4x=-7+/-2 sqrt(11) \n" ); document.write( "x=(1/4)(-7+/-2 sqrt(11)) \n" ); document.write( "this is -3.41 and -0.09 \n" ); document.write( " |