InterviewSolution
Saved Bookmarks
| 1. |
Let **' be the binary operation on N given by a**'b= L.c.m. of a and b. Find 5**7, 20**16 |
|
Answer» Solution :`5**7`= L.c.m of 5 and 7=35 `20**16`=L.c.m of 20 and 16 =80` |
|