Concept:To find f(x) from f(x+1), we can replace x with (x−1) in the given expression.Explanation:Given f(x+1)=x2−3x+2.Let x be replaced by (x−1) in the input of f.Then f((x−1)+1)=f(x)=(x−1)2−3(x−1)+2.Simplify step by step:(x−1)2=x2−2x+1.−3(x−1)=−3x+3.So f(x)=(x2−2x+1)+(−3x+3)+2.Combine like terms: x2−2x−3x+1+3+2=x2−5x+6.Thus f(x)=x2−5x+6.Answer:f(x)=x2−5x+6 (Option B).