document.write( "Question 561957: Solving quadratic equations by factoring. N square + 7n+15=5 \n" ); document.write( "
Algebra.Com's Answer #364477 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solving quadratic equations by factoring. N square + 7n+15=5 \n" ); document.write( "n^2 + 7n + 15 = 5 \n" ); document.write( "n^2 + 7n + 15 - 5 = 0 \n" ); document.write( "n^2 + 7n + 10 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(n+5)(n+2) = 0 \n" ); document.write( "two solutions \n" ); document.write( "n = -2 \n" ); document.write( "n = -5 \n" ); document.write( " |