document.write( "Question 552015: Factor out the greatest common factor from the expression
\n" ); document.write( "10x^2yz^3 – 6x^2y^2z – 4xy^3z^2
\n" ); document.write( "

Algebra.Com's Answer #360063 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "10x²y³z³ – 6x²y²z – 4xy³z²\r\n" );
document.write( "\r\n" );
document.write( "10, 6, and 4 can all be divided by 2, so we can take out a 2 factor\r\n" );
document.write( "\r\n" );
document.write( "x², x², and x can all be divided evenly by x, so we can take out an x factor\r\n" );
document.write( "\r\n" );
document.write( "y³, y², and y³ can all be divided evenly by y², so we can take out a y² factor \r\n" );
document.write( "\r\n" );
document.write( "z³, z, and z² can all be divided evenly by z, so we can take out a z factor\r\n" );
document.write( "\r\n" );
document.write( "So we can take out 2xy²z. So we write this:\r\n" );
document.write( "\r\n" );
document.write( "2xy²z(\r\n" );
document.write( "\r\n" );
document.write( "To get the first term we divide 10x²y³z³ by 2xy²z and get 5xyz², so we\r\n" );
document.write( "write that first in the parentheses:\r\n" );
document.write( "\r\n" );
document.write( "2xy²z(5xyz²\r\n" );
document.write( "\r\n" );
document.write( "To get the second term we divide –6x²y²z by 2xy²z and get -3x, so we\r\n" );
document.write( "write that second in the parentheses:\r\n" );
document.write( "\r\n" );
document.write( "2xy²z(5xyz² - 3x \r\n" );
document.write( "\r\n" );
document.write( "To get the second term we divide –4xy³z² by 2xy²z and get -2yz, so we\r\n" );
document.write( "write that third in the parentheses and close the parentheses:\r\n" );
document.write( "\r\n" );
document.write( "2xy²z(5xyz² - 3x - 2yz)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );