Concept:To find f(2) from f(x+1), set the input equal to 2 and solve for x.Explanation:The polynomial is given as f(x+1)=x3+3x2−4x+2.To evaluate f(2), make the argument equal to 2.So x+1=2, which gives x=1.Substitute x=1 into the polynomial:f(2)=13+3(1)2−4(1)+2=1+3−4+2=2.Answer:f(2)=2, so the correct option is C.