Question 257946
Find first root using remainder theorem
Try x = 1 f(1) = 0
So (x - 1) is a factor
so x - 1 divided into 4x^3 - 3x -1 is 4x^2 -4x +1 = 4(x^2 -x + 1/4) = 4(x - 1/2)^2
So roots are x = 1 and 1/2 (twice)