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 #199031 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! 36x^3y^2z , 60xyz^2 \n" ); document.write( "3*12*x*x^2*y*y*z , 5*12*x*y*z*z \n" ); document.write( "So The GCF is 12*x*y*z = 12xyz \n" ); document.write( " |