document.write( "Question 30349: Question:
\n" );
document.write( "Solve
\n" );
document.write( "2x^2+3x=20\r
\n" );
document.write( "\n" );
document.write( "(a) [4, -2/5]
\n" );
document.write( "(b) [4, -5/2]
\n" );
document.write( "(c) [-4, 5/2]
\n" );
document.write( "(d) [-4, 2/5]\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #17016 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! 2x^2 + 3x = 20 \n" ); document.write( "=> 2x^2 + 3x - 20 = 0 \n" ); document.write( "=> 2x^2 + 8x - 5x - 20 = 0 \n" ); document.write( "=> 2x(x+4) - 5(x+4) = 0 \n" ); document.write( "=> (x+4)(2x-5) = 0 \n" ); document.write( "=> x = -4 or x = 5/2 \n" ); document.write( " |