document.write( "Question 630888: Factor out the greatest common factor from the expression:
\n" );
document.write( "12xyz^2+8xyz-20x^2yz \n" );
document.write( "
Algebra.Com's Answer #397310 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! 12xyz^2 + 8xyz - 20x^2yz \n" ); document.write( "Highest common number factor is 4 \n" ); document.write( "Highest common x factor is x \n" ); document.write( "Highest common y factor is y \n" ); document.write( "Highest common z factor is z \n" ); document.write( "so 12xyz^2 + 8xyz - 20x^2yz = 4xyz(3z + 2 - 5x) \n" ); document.write( " |