document.write( "Question 985336: Can you please help me solve this?
\n" );
document.write( "Factorise the quadratic expressions using the quadratic formula:
\n" );
document.write( "x^2-2ax+a^2-b^2
\n" );
document.write( "I'm not sure how to change it to a quadratic equation.\r
\n" );
document.write( "\n" );
document.write( "Thank you!! \n" );
document.write( "
Algebra.Com's Answer #606141 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x^2 -2ax +a^2-b^2 \n" ); document.write( "the form for the quadratic equation is \n" ); document.write( "ax^2 + bx + c, therefore \n" ); document.write( "***************************************************************************** \n" ); document.write( "for this problem \n" ); document.write( "a = 1 \n" ); document.write( "b = -2a \n" ); document.write( "c = a^2-b^2 \n" ); document.write( "***************************************************************************** \n" ); document.write( "x = (-b + or - square root(b^2 - 4ac)) / 2a \n" ); document.write( "for this problem \n" ); document.write( "x = (-(-2a) + square root( (-2a)^2 - 4 * (1) * (a^2 - b^2) ) ) / 2 \n" ); document.write( "x = ( 2a + square root( 4a^2 - 4a^2 + 4b^2) ) / 2 \n" ); document.write( "x = ( 2a + 2b) / 2 \n" ); document.write( "x = (a + b) \n" ); document.write( "***************************************************************************** \n" ); document.write( "x = (2a - 2b) / 2 \n" ); document.write( "x = (a - b) \n" ); document.write( "therefore the factors are \n" ); document.write( "(x - (a+b)) and (x - (a-b))\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |