document.write( "Question 1088385: Solve each equation by completing the square. If necessary round to the nearest hundredth.
\n" );
document.write( "y^2+ 10y+8=0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #702637 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! y^2 + 10y + 8 = 0 \n" ); document.write( "y^2 + 10y = -8 \n" ); document.write( "To complete the square, we take 1/2 of the middle term (1st order term) and square it. \n" ); document.write( "10/2 = 5; 5^2 = 25 \n" ); document.write( "Then we need to add this value to both sides, so as not to alter the original equation. \n" ); document.write( "y^2 + 10y + 25 = -8 + 25 \n" ); document.write( "(y+5)^2 = 17 \n" ); document.write( "Thus the solutions are: \n" ); document.write( "y+5 = +-sqrt(17) -> y = +-sqrt(17) - 5 \n" ); document.write( " |