document.write( "Question 232292: find the LCM of 8,12,and72
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #171704 by stanbon(75887) ![]() You can put this solution on YOUR website! find the LCM of 8,12,and72 \n" ); document.write( "--- \n" ); document.write( "8 = 2^3 \n" ); document.write( "12 = 2^2*3 \n" ); document.write( "72 = 2^3*3^2 \n" ); document.write( "------------------ \n" ); document.write( "The lcm must have each of the prime factors at their highest power: \n" ); document.write( "lcm = 2^3*3^2 = 72 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |