document.write( "Question 38203: Solve the quadratic equation by factoring and applying the property \"ab=0 if and only if a=0 or b=0\"\r
\n" );
document.write( "\n" );
document.write( "(x^2)-4x-21=0 \n" );
document.write( "
Algebra.Com's Answer #23665 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! First we factor the trinomial \n" ); document.write( "x^2 - 4x - 21 = 0 \n" ); document.write( "into its binomial factors: \n" ); document.write( "(x - 7)(x + 3) = 0 \n" ); document.write( "Now if two quantities multiply together to make zero, one (or both) has to be zero... \n" ); document.write( "Thus x - 7 = 0 and x + 3 = 0 which leads to \n" ); document.write( "x = 7 or x = -3 \n" ); document.write( " |