document.write( "Question 102392: Factor out the greatest common factor from the polynomial\r
\n" );
document.write( "\n" );
document.write( "21x^3 - 6x^2 + 15x \n" );
document.write( "
Algebra.Com's Answer #74487 by JP(22)![]() ![]() You can put this solution on YOUR website! 21x^3-6x^2+15x \n" ); document.write( "When you look at the polynomial, what is a factor that every term has in common with one another? \n" ); document.write( "The answer is 3x because, 3x(7x^2-2x+5) \n" ); document.write( "21x^3 is divided by 3x to get 7x^2 \n" ); document.write( "-6x^2 is divided by 3x to get -2x \n" ); document.write( "15x is divided by 3x to get 5\r \n" ); document.write( "\n" ); document.write( "So the GFC(Greatest Common Factor) is 3x\r \n" ); document.write( "\n" ); document.write( "To check your work multiply 3x by the factored set of terms \n" ); document.write( "3x(7x^2-2x+5) to get 21x^3-6x^2+15x\r \n" ); document.write( "\n" ); document.write( "Hope this helps... \n" ); document.write( " |