document.write( "Question 838948: The L.C.M of two numbers 840 and their H.C.F is 10. One number is 70. Find the other number \n" ); document.write( "
Algebra.Com's Answer #505554 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Use the identity gcd(a,b)*lcm(a,b) = ab for positive integers a,b. Here we have 840*10 = 70x --> x = 120, so the other number is 120. \n" ); document.write( "
\n" );