document.write( "Question 331466: how do you find the greatest common factor for the following term\r
\n" );
document.write( "\n" );
document.write( "ex. a2b,a3b2,ab\r
\n" );
document.write( "\n" );
document.write( "all of the numbers should be exponents \n" );
document.write( "
Algebra.Com's Answer #237693 by rfer(16322) ![]() You can put this solution on YOUR website! GCF=ab \n" ); document.write( "ab(a) \n" ); document.write( "ab(a^2b) \n" ); document.write( "ab \n" ); document.write( " |