document.write( "Question 603440: I don't understand why 2x^2=15-7x has the answer x=-5, 1.5 \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "I don't understand why 2x^2=15-7x has the answer x=-5, 1.5\n" ); document.write( "generally a quadratic EQ will have two roots\n" ); document.write( "2x^2=15-7x \n" ); document.write( "2x^2 +7x - 15=0\n" ); document.write( "factoring\n" ); document.write( "(2x -3)(x + 5) = 0\n" ); document.write( "(2x -3) = 0 x = 3/2 0r 1.5\n" ); document.write( "(x + 5) = 0 x = -5\n" ); document.write( "\n" ); document.write( "