document.write( "Question 314724: Use factoring to find the solutions to the following equation.
\n" );
document.write( "X2+2x-48=4x-24 \n" );
document.write( "
Algebra.Com's Answer #225076 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x^2+2x-48=4x-24 \n" ); document.write( "x^2+2x-4x-48+24=0 \n" ); document.write( "x^2-2x-24=0 \n" ); document.write( "(x-6)(x+4)=0 \n" ); document.write( "x-6=0 \n" ); document.write( "x=6 ans. \n" ); document.write( "x+4=0 \n" ); document.write( "x=-4 ans. \n" ); document.write( " |