InterviewSolution
Saved Bookmarks
| 1. |
Find HCF and LCM of 404 and 96 and verify that HCF x LCM Product of the twogiven numbers. |
|
Answer» 404= 2*2*10196=2*2*2*2*2*3HCF (404,96) = 2*2=4LCM (404,96) =2*2*101*2*2*2*3=9696HCF(404,96)*LCM(404*96)=4*9696=38784product of two numbers =38784Hence, HCF *LCM = product of two numbers . |
|