InterviewSolution
Saved Bookmarks
| 1. |
1. Write the first 10 multiples of 8 and 10. Find their first 3 common multiples. |
|
Answer» multiple of 8 = 8 16 24 32 40 48 56 64 72 80multiple of 10=10 20 30 40 50 60 70 80 90 100 first 3 common multiple = 40 80 120 |
|