InterviewSolution
Saved Bookmarks
| 1. |
If Hcf of 2 numbers is113 their lcm is 56952. if one number is 904 find other number |
|
Answer» If you have to find HCF or LCM of only two numbers then you can use the identity (LCM*HCF=a*b) So; b=(HCF *LCM)/a =(113*56952)/904 =7119 let,a and b are the two numbersWhere a =904Lcm=56952, HCF=113Formula(a×b)=LCM×HCF904×b=56952×113b=56952×113/904b=56952/8b=7119Hence,the other number is 7119 ans___" |
|