$$f(x)=5x^3-8x^2+1$$ There is a root between x=1 and x=2, use linear interpolation (using similar triangles) to find the root correct to 1 dp
So I tried doing this: $$f(1)=-2$$ $$f(2)=9$$
so the ratio ought to be $$(a-1)/(2-a)=2/9$$ which you then rearrange to find $a$ however the answer book says it is $$(a-1)/(2-a)=9/2$$ which I can't understand.
I know it should be done with similar triangles but I don't see where their ratio comes from.