InterviewSolution
Saved Bookmarks
| 1. |
Find the LCM of 40, 48 and 45 |
|
Answer» LCM(24)=2*2*2*3 LCM(90)=2*3*3*5 LCM(24,90)=`2^3*3^2*5`=360. |
|