

InterviewSolution
Saved Bookmarks
1. |
If a and b are relatively prime numbers, then what is their LCM? |
Answer» We know that LCM = Product of the greatest power of each prime factor, involved in the numbers. If a and b are two prime numbers, then a × b is their LCM. |
|