document.write( "Question 971788: Find the greatest common factor for the list of terms. a^4b, -ab^3 \n" ); document.write( "
Algebra.Com's Answer #594212 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the greatest common factor for the list of terms. a^4b, -ab^3 \n" ); document.write( "---------- \n" ); document.write( "Both have an a term \n" ); document.write( "--> a* [a^3b, -b^3] \n" ); document.write( "both in [ ] have a b term \n" ); document.write( "--> ab* [a^3, -b^2] \n" ); document.write( "No common terms in [ ] \n" ); document.write( "GCF = ab \n" ); document.write( " |