InterviewSolution
Saved Bookmarks
| 1. |
Two positive integers a and b can be written as a = x3y2 and b = xy3, where x and y are prime numbers. Find HCF(a, b) and LCM(a, b). |
| Answer» Two positive integers a and b can be written as a = x3y2 and b = xy3, where x and y are prime numbers. Find HCF(a, b) and LCM(a, b). | |