InterviewSolution
Saved Bookmarks
| 1. |
Let * be a binary operation on N given by a * b = LCM (a, b) for all a, b ∈ N. Find 5 * 7. [CBSE 2012] |
| Answer» Let * be a binary operation on N given by a * b = LCM (a, b) for all a, b N. Find 5 * 7. [CBSE 2012] | |