B, short explanation remember the sets are set up like (x,y) in a set there should be no matching x points so if it matches it's not a function :)
long explanation: these are (x,y) sets {(0,3), (3,0), (0,4), (4,0)} the first choice shows that there are two X solutions <span>if they are equal to 0 (0,3) (0,4) so this cant be a function.
second choice</span><span> {(0,2), (2,0), (4,6), (6,4)} does not have two X solutions so this is a function third choice</span>{(2,6), (3,6), (4,6), (2,0)} has two X solutions if x is equal to 2 and the last choice <span>{(6,2), (2,0), (4,6), (6,4)} has two X solutions if x is equal to 6 hope i helped! if i did please give me brainlest :) </span>
Y = -7x - 2
Use the two points given to find the slope (m)
m = (y2 - y1) / (x2 - x1)
m = ( 12-5 ) / (-2 - (-1))
m = -7
Now we have y = -7x + b where 'b' is our y-intercept. We can solve for 'b' by choosing one of the (x,y) coordinate points and plugging them in.
Let's choose the point (-1,5). Plug -1 in for 'x' and 5 in for 'y' and solve for 'b'.
y = -7x + b
5 = -7(-1) + b
b = -2
Final eqn: y = -7x - 2