document.write( "Question 550849: Solve the following question by completing the square:
\n" );
document.write( "(n)^(2)+5n-6=0
\n" );
document.write( "Write the answer in both exact form and approximate form rounded to the hundredths place. \n" );
document.write( "
Algebra.Com's Answer #359188 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! (n)^(2)+5n-6=0 \n" ); document.write( "completing the square \n" ); document.write( "n^2 + 5n + ___ = 6 \n" ); document.write( "find the value that completes the square (.5*5)^2 = 6,25, add to both sides \n" ); document.write( "n^2 + 5n + 6.25 = 6 + 6.25 \n" ); document.write( ": \n" ); document.write( "(n + 2.5)^2 = 12.25 \n" ); document.write( "find the square root of both sides \n" ); document.write( "n + 2.5 = +/- \n" ); document.write( "n + 2.5 = +/- 3.5 \n" ); document.write( "two solutions \n" ); document.write( "n = -2.5 + 3.5 \n" ); document.write( "n = 1 \n" ); document.write( "and \n" ); document.write( "n = -2.5 - 3.5 \n" ); document.write( "n = -6 \n" ); document.write( " \n" ); document.write( " |