Question 1 Report
If f(x) = 2x2 - 5x + 3, find f(x + 1)
Answer Details
To find f(x + 1), we need to replace x in the given function f(x) with (x + 1): f(x + 1) = 2(x + 1)^2 - 5(x + 1) + 3 Expanding the brackets and simplifying: f(x + 1) = 2(x^2 + 2x + 1) - 5x - 5 + 3 f(x + 1) = 2x^2 + 4x + 2 - 5x - 2 f(x + 1) = 2x^2 - x Therefore, the answer is option A: 2x^2 - x.