

InterviewSolution
Saved Bookmarks
1. |
if x is a prime number , them the lcm of x^2,X^4 and x^6 is what. |
Answer» If x is prime number then LCM(x2, x4, x6) = x6 |
|