Saved Bookmarks
| 1. |
If a and b are co-prime numbers, then find the LCM (ma, mb). |
|
Answer» ong>Answer: We KNOW that the LCM of TWO co-prime numbers is EQUAL to the PRODUCT of the two numbers. Since 'm' is present in both the numbers 'ma' and 'mb', so in the lcm of 'ma' and 'mb', we will multiply 'm'. Thus, the lcm of 'ma' and 'mb' is 'mab |
|