document.write( "Question 207579: Find the least common multiple of 12 and 18
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #156973 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
Find the least common multiple of 12 and 18
\n" ); document.write( "
\r\n" );
document.write( "Break them down into primes:\r\n" );
document.write( "\r\n" );
document.write( "\"12=2%2A2%2A3\"    \r\n" );
document.write( "\"18=2%2A3%2A3\" \r\n" );
document.write( "\r\n" );
document.write( "12 has more 2 factors than 18 has, so the LCM will have the same\r\n" );
document.write( "number of 2 factors as 12.  So the LCM has two 2 factors.\r\n" );
document.write( "\r\n" );
document.write( "18 has more 3 factors than 12 has, so the LCM will have the same \r\n" );
document.write( "number of 3 factors as 18.  So the LCM has two 3 factors.\r\n" );
document.write( "\r\n" );
document.write( "LCM=2*2*3*3 = 36\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );