1. B
2. A
3. D
4. B
5. C
6. C
7. C
8. A
9. B (with minor changes in the answer choice (-3, 2) changes to for instance (0, 2))
10. C
I can explain either one of the answers on demand. However, since I personally enjoyed question 10, I'd like to go for details below.
One of the lines, say line A, passes through (0 , 3) and (2, 2)
The other, say line B, one passes through (0, 2) and (2, 1)
Given the information above, line A's slope is:
mA = (y2 - y1) / (x2 - x1) >>>> mA = (2 - 3) / (2 - 0) >>>> mA = -1/2
Given the information above, line A's slope is:
mB = (y2 - y1) / (x2 - x1) >>>> mB = (1 - 2) / (2 - 0) >>>> mB = -1/2
Although both slopes are equal, line's equations can be different.
Why? Having the same slope is not sufficient to say two lines are overlapped but enough to say they are parallel.
How? For this you need to find y-intercept of each line. Write down the general equation of a line.
y = m * x + b
where m stands for the slope and b is y-intercept of that particular line.
Thus, for line A, the equation is:
(1) y = (-1/2)x + bA
and for line B we have:
(2) y = (-1/2)x + bB
However, for finding 'bA' and 'bB' in each equation you need to candidate a point that passes through A and B respectively.
Solve equation (1). Plug one of (0 , 3) and (2, 2) in equation (1). I chose (0,3) where x = 0 and y = 3. So:
3 = (-1/2) * 0 + bA >>>> bA = 3
Solve equation (2). Plug one of (0, 2) and (2, 1) in equation (2). I chose (0,2) where x = 0 and y = 2. So:
2 = (-1/2) * 0 + bB >>>> bB = 2
Substitute bA and bB each in equations (1) and (2) respectively.
A: y = -x/2 + 3 >>>> x + 2y = 6
B: y = -x/2 + 2 >>>> x + 2y = 4
Check each answer choice and try to simplify them as much as possible.
3x + 6y = 18 >>> x + 2y = 6
x + 2y = 4
Let me know if you need further explanation for the rest or even this one.