document.write( "Question 634851: solve the equation using the quadratic formula: 2x^2+5x+3=0 \n" ); document.write( "
Algebra.Com's Answer #399926 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " 2x^2+5x+3=0 |format: ax^2 + bx + 3 = 0
\n" ); document.write( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "\"x+=+%28-5+%2B-+sqrt%28+25-4%2A2%2A3%29%29%2F%284%29+\"
\n" ); document.write( "\"x+=+%28-5+%2B-+sqrt%28+1%29%29%2F%284%29+\"
\n" ); document.write( "\"x+=+%28-5+%2B-+1%29%2F%284%29+\"
\n" ); document.write( " x = -4/4 = -1 OR x = -6/4 = -3/2 \n" ); document.write( "
\n" );