Find slope (y2-y1)/(x2-x1)
(4-5)/(3-0) = -1/3
Y = -1/3x + b
5 = -1/3(0) + b, b = 5
Equation: y = -1/3x + 5
Answer:
Step-by-step explanation:
The input-output table can be made by putting value of x and finding the value of f(x)
f(x) = 3x^2-x+4
f(0) = 3(0)^2-0+4 = 0-0+4 = 4
f(1) = 3(1)^2-1+4 = 3-1+4 = 2+4 =6
f(2) = 3(2)^2-2+4 = 3(4)-2+4 = 12-2+4 = 10+4 = 14
f(3) = 3(3)^2-3+4 = 3(9)-3+4 = 27-3+4 = 24+4 = 28
So put value of x and find f(x) and fill the input-output table.
x f(x)
0 4
1 6
2 14
3 28