document.write( "Question 1073313: Determine the LCM (lowest Common Multiple) for the three terms:
\n" );
document.write( " a^2bc , ABC, and ab^3 \n" );
document.write( "
Algebra.Com's Answer #688144 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Determine the LCM (lowest Common Multiple) for the three terms: \n" ); document.write( " a^2bc , ABC, and ab^3 \n" ); document.write( "———————————————————————————————\r \n" ); document.write( "\n" ); document.write( "I'm going to assume that the 2nd number, ABC, was meant to be 'abc'\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "** Edited 3/18 as I gave you the GCD by mistake **\r \n" ); document.write( "\n" ); document.write( "Look at the first two numbers, GCD(a^2bc, abc) = abc so LCM(a^2bc, abc) = a^2bc.\r \n" ); document.write( "\n" ); document.write( "Now GCD (a^2bc, ab^3) = ab —> LCM(a^2bc, ab^3) = (a^2bc)(ab^3)/ab = a^2b^3c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( " The LCM is \n" ); document.write( "--- \n" ); document.write( " |