document.write( "Question 798118: What is the value of x, when x2 + 5 = 21? \n" ); document.write( "
Algebra.Com's Answer #482049 by waynest(281)![]() ![]() ![]() You can put this solution on YOUR website! x^2 + 5 = 21 \n" ); document.write( "x^2 + 5 - 5 = 21 - 5 \n" ); document.write( "x^2 = 16 \n" ); document.write( "sqrt (x^2) = +-sqrt (16) \n" ); document.write( "x = +- 4 \n" ); document.write( " |