document.write( "Question 499226: quadratic equations
\n" );
document.write( "i am not looking for the working out of this question
\n" );
document.write( " 3 - 2x - 8x^2
\n" );
document.write( "how do you get it to resemble the formula
\n" );
document.write( "ax^2 + bx + c
\n" );
document.write( "do you bring the 8x^2 to the left side and make it positive as well as te 2x? \n" );
document.write( "
Algebra.Com's Answer #337481 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Simply reorder the terms from: \n" ); document.write( " 3 - 2x - 8x^2 \n" ); document.write( "-8x^2 + 3 - 2x \n" ); document.write( "-8x^2 -2x + 3 (this is in ax^2+bx+c form) \n" ); document.write( "Now, you see that: \n" ); document.write( "a is -8 \n" ); document.write( "b is -2 \n" ); document.write( "c is 3 \n" ); document.write( " \n" ); document.write( " |