document.write( "Question 235221: I am supposed to write a quadratic equation in the variable x as having the given numbers as a solution.Type the equation in standard form ax^2 + bx + c =0\r
\n" );
document.write( "\n" );
document.write( "Solution: 6 is the only solution \n" );
document.write( "
Algebra.Com's Answer #173332 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! I am supposed to write a quadratic equation in the variable x as having the given numbers as a solution. \n" ); document.write( "Type the equation in standard form ax^2 + bx + c = 0 \n" ); document.write( "Solution: 6 is the only solution \n" ); document.write( ": \n" ); document.write( "FOIL: (x-6)(x-6) = x^2 - 6x - 6x + 36 = x^2 - 12x + 36 = 0 \n" ); document.write( " |