

InterviewSolution
Saved Bookmarks
1. |
If the HCF of x3 – 343 and x2 – 9x + 14 and (x – 7), then find their LCM. |
Answer» x3 - 343 = x3 - (7)3 = (x - 7)(x2 + 7x + 49) x2 - 9x + 14 = x2 - 2x -7x + 14 = x(x - 2) - 7(x - 2) = (x - 7)(x - 2) HCF of the polynomials = (x – 7) ∴ Reqd. LCM = \(\frac{(x^3 -343)\times(x^2-9x+14)}{HCF}\) = \(\frac{(x-7)(x^2+7x+49)\times(x-7)(x-2)}{(x-7)}\) = (x - 7)(x - 2) x (x2 + 7x + 49) |
|