document.write( "Question 1120355: the HCF of two numbers is 6 and their lowest common multiple is 120.if one of the numbers is 30.find the other number \n" ); document.write( "
Algebra.Com's Answer #736054 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For any two numbers, the product of the HCF and LCM of the two numbers is equal to the product of the two numbers. So in this problem if the other number is x then \n" ); document.write( "6*120 = 30*x \n" ); document.write( "720 = 30x \n" ); document.write( "x = 720/30 = 24 \n" ); document.write( "The other number is 24. \n" ); document.write( " |