document.write( "Question 449290: 2x squared + 10 = 9x? How do I compute this equation? \n" ); document.write( "
Algebra.Com's Answer #309148 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 2x^2 + 10 = 9x \n" ); document.write( "subtract 9x from both sides, so you have: \n" ); document.write( "2x^2 - 9x + 10 = 0 \n" ); document.write( "Factor this to \n" ); document.write( "(2x-5)(x-2) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "x = 2 \n" ); document.write( "and \n" ); document.write( "2x = 5 \n" ); document.write( "x = 2.5 (divided both sides by 2) \n" ); document.write( " |