

InterviewSolution
Saved Bookmarks
1. |
The HCF of two expressions is x and their LCM is x3 – 9x. If one of the expressions is x2 + 3x, then find the other expression. |
Answer» HCF = x, LCM = x3 - 9x = x(x2 - 9) = x(x + 3)(x - 3) Given expression = x2 + 3x = x(x + 3) ∴ Other expression = \(\frac{\text{HCF X LCM}}{\text{Given expression}}\) = \(\frac{x\times{x}\times(x+3)\times(x-3)}{x\times(x+3)}\) = x(x - 3) = x2 - 3x |
|