document.write( "Question 1005129: How do you find LCM of 16,20,and 30
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621429 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well, there is an easy way and a harder way...you have to ask yourself, \n" ); document.write( "\"What is the smallest number 16, 20 and 30 go into evenly?\" \n" ); document.write( "The easier way is to multiply all three numbers and then reduce them by twos and threes, etc. \n" ); document.write( "The harder and surer way is to factor each into their prime factors... \n" ); document.write( "16 = 2^4 \n" ); document.write( "20 = 2^2 * 5 \n" ); document.write( "30 = 2 * 3 * 5 \n" ); document.write( "and then collect highest powers anywhere to get \n" ); document.write( "LCM = 2^4 * 3 * 5 = 240 \n" ); document.write( " |