document.write( "Question 282388: Factor Completely. If a polynomial is prime, state this.
\n" );
document.write( "6x^3 - 4x^2 - 10x \n" );
document.write( "
Algebra.Com's Answer #205037 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 6x^3 - 4x^2 - 10x \n" ); document.write( "=2x(3x^2-2x-5) \n" ); document.write( "=2x(3x^2+3x-5x-5) [3*-5=-15; -5 & +3 are factors of -15 whose sum is -2] \n" ); document.write( "=2x(3x(x+1)-5(x+1)) factoring by grouping. \n" ); document.write( "=2x(3x-5)(x+1) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |