document.write( "Question 151022This question is from textbook
\n" );
document.write( ": Given that a * b = 270 and GCD(a,b)=5, find LCM (a,b). \n" );
document.write( "
Algebra.Com's Answer #110976 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Remember, LCM(a,b)=a*b/GCD(a,b)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So LCM(a,b)=270/5=54 \n" ); document.write( " |