InterviewSolution
Saved Bookmarks
| 1. |
Find lcm of 120 and140 by using fundamental theorm of arithmetic |
| Answer» 144=2*2*2*2*3*3120=2*2*2*3*5lcm=2*2*2*2*3*3*5=720hcf=2*2*2*3=24 | |