given the function rule f(x)=x2-3x+2, what is the output of f(2)

f(x)=x^2-3x+2

just replace the x, wherever you see it, with 2
f(2) = 2^2 - 3(2) + 2 = .....

Is it -8, 0, 4, or 12

To find the output of the function f(x) = x^2 - 3x + 2 when x is 2, you need to substitute x with 2 in the function and perform the necessary calculations.

Let's substitute x with 2:

f(2) = (2)^2 - 3(2) + 2

Now, simplifying the expression:

f(2) = 4 - 6 + 2

Next, perform the calculations:

f(2) = 0

Therefore, the output of f(2) is 0.