document.write( "Question 737105: solve the quadratic equation by factoring and applying the property \"ab=0 if and only if a=0or b=0\r
\n" );
document.write( "\n" );
document.write( "x^2+2kx-8k^2 \n" );
document.write( "
Algebra.Com's Answer #450153 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! solve the quadratic equation by factoring and applying the property \"ab=0 if and only if a=0or b=0 \n" ); document.write( "x^2+2kx-8k^2 \n" ); document.write( "------ \n" ); document.write( "Rewrite as: \n" ); document.write( "x^2 + 4kx - 2kx - 8k^2 \n" ); document.write( "------- \n" ); document.write( "Factor by grouping: \n" ); document.write( "x(x+4k)-2k(x+4k) \n" ); document.write( "----- \n" ); document.write( "Factor: \n" ); document.write( "(x+4k)(x-2k) = 0 \n" ); document.write( "Solve using the zero rule: \n" ); document.write( "x+4k = 0 or x-2k = 0 \n" ); document.write( "x = -4k or x = 2k \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============================== \n" ); document.write( " |