InterviewSolution
Saved Bookmarks
| 1. |
If x and y are prime numbers then HCF of x ^ 3 y ^ 2 and x ^ 2 y is |
|
Answer» x^ 2y x^3×y^2=x.x.x.y.y and x^2y=x.x.y?\u200d?.HCF=(common factor of both term)=x^2y. |
|