document.write( "Question 279649: how to solve x^2+5x=36 \n" ); document.write( "
Algebra.Com's Answer #203266 by Inkyvoyd(17)\"\" \"About 
You can put this solution on YOUR website!
\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\" is the equation for solving quadratic equations in the form ax^2+bx+c=0 this should be all you need; substitute the equation into the formula. Good Luck! \n" ); document.write( "
\n" );