1
YES - It is a function
Each x-value (2, 4, 6, 8) appears only once, each with one y-value.
2
a) f(3) = 14 | b) f(0) = 2 | c) f(-2) = -6
f(x) = 4x + 2: f(3) = 4(3)+2 = 14, f(0) = 4(0)+2 = 2, f(-2) = 4(-2)+2 = -6
3
NO - Not a function
x = 2 appears twice with different y-values (5 and 7). Each input must have exactly one output.
4
a) Non-linear | b) Linear | c) Non-linear
x² and 2/x are non-linear. Only 5x - 3 is in y = mx + b form.