document.write( "Question 271978: can you show me step by step how to do this one:
\n" );
document.write( "Find the GCF of the set of monomials.
\n" );
document.write( "36x3y2z, 60xyz2 \n" );
document.write( "
Algebra.Com's Answer #199033 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 36x^3y^2z, 60xyz^2 \n" ); document.write( "Factors of 36 are: 1,2,3,4,6,9,[12],18,36 \n" ); document.write( "Factors of 60 are: 1,2,3,4,5,6,10,[12],15,20,30,60 \n" ); document.write( "12 is the greatest common factor of these integers. \n" ); document.write( "x is the common factor. \n" ); document.write( "y is the common factor \n" ); document.write( "z is the common factor \n" ); document.write( "12xyz(x^2y), 12xyz(5z) ans. \n" ); document.write( " |