InterviewSolution
Saved Bookmarks
| 1. |
If two positive integers p and q are written as p=a2b3 and q=a3b; a and b are prime numbers, then verify: LCM(p,q)*HCF(p,q)=pq |
|
Answer» If two positive integers p and q are written as p=a2b3 and q=a3b; a and b are prime numbers, then verify: LCM(p,q)*HCF(p,q)=pq |
|