Quote (TritonV8 @ 4 Nov 2013 21:46)
To see if a line passes through given points, you need to plug the points into the equation and see if both sides are equal.
for the point (-2, -1), the -2 is your x-value and the -1 is your y-value. Plug these into the equations until you find one that works.
Once you find an equation that works, do the same thing with the 2nd point (-4, -3).
If that same equaiton works for the 2nd point, then that is the correct answer.
Quote (Azrad @ 4 Nov 2013 21:46)
well one way to find out, is to plug in the x and y values into the equations you've been given and see if they then make true statements, for example, answer D:
y = x - 1
for point (-2, -1):
-1 = -2 -1
-1 = -3
that is false, if it had resulted in a true statement, like 3=3 or something, I would have tried the second point as well. If both were true, then the equation given in D would have been correct.
Makes total sense now. Thanks!!