InterviewSolution
Saved Bookmarks
| 1. |
If a and b are two positive number,H and L are their HCF and LCM respectively,then: |
|
Answer» \t\tRelation\xa0between\xa02\xa0positive\xa0no\'s.and\xa0their\xa0HCF\xa0AND\xa0LCM\t\tThe\xa0product\xa0of\xa0number\xa0is\xa0equal\xa0to\xa0the\xa0HCF\xa0and\xa0LCM\xa0of\xa0number..\ta×b=HCF(a,b)*LCM\xa0(a,b)\ta×b=H×L a× b = H × L |
|