InterviewSolution
Saved Bookmarks
| 1. |
1.Twopositive integers p and q can be expressed as peab? and q a?b, a and b are prime numbers.What is the LCM of p and q? |
|
Answer» if p=ab² and q=a²b LCM of p and q= ab |
|