document.write( "Question 370783: Solve by factoring and using the principle of zero products:
\n" );
document.write( " x^2 + 4x - 21 = 0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #264535 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Just as the problem says, factor: \n" ); document.write( "(x + 7)(x - 3) = 0 \n" ); document.write( "From the Zero Product Property we know that this (or any) product can be zero only if one (or more) of the factors is zero. So: \n" ); document.write( "x+7 = 0 or x-4 = 0 \n" ); document.write( "Solving these we get: \n" ); document.write( "x = -7 or x = 4 \n" ); document.write( " |