document.write( "Question 498901: finding the least common multiple of 120 and 135
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #337234 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Find the LCM of 120 and 135. \n" ); document.write( "First, find the prime factors of each of the two numbers using exponents for repeated factors: \n" ); document.write( "120: 2*2*2*3*3*3*5 = \n" ); document.write( "135: 3*3*3*5 = \n" ); document.write( "Now, from the two lists of prime factors, take the product of the highest power of each factor. \n" ); document.write( " \n" ); document.write( "The LCD of 120 and 135 is 1080. \n" ); document.write( " |