Find the polynomial fx of lowest degree with real coefficien
Solution
zeros are 4 +sqrt(2
0 , 4-sqrt(2) and 4
so f(x) = (x - (4+sqrt(2) ) . (x - (4-sqrt(2)) . (x-4)
= (x^2 -4x +xsqrt(2) -4x -xsqrt(2) -2 +16) (x-4)
=(x^2 -8x +14)(x-4)
=(x^3 -12x^2 +46x -46
option c). is correct answer
