

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
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 |
|