For each table, find the output value that corresponds to an input value of 0.

Chart;

Input Output;
-5 (negative) 22 (positive)
-2 (negative) 10 (positive)
1 (positive) -2 (negative)
4 (positive) -14 (negative)
7 (positive) -26 (negative)

*I WANT ONLY WANT TO KNOW THE VALUE/OUTPUT IF THE INPUT IS 0.*

1 answer

There is only one table. It contains a set of input-output combinations. They all fit a straight-line formula.

If O = output and I = input,
O = -4I +2

O = 2 if I = 0