Difficulty: Easy
Correct Answer: -1
Explanation:
Introduction / Context:Parallel lines share the same slope. Compute the slope of the given line from two points, then use that value directly for any parallel line.
Given Data / Assumptions:
Concept / Approach:Compute m once; all parallels have identical m. Take care with signs in numerator and denominator for accuracy.
Step-by-Step Solution:
m = (5 − (−2)) / (−3 − 4) = 7 / (−7) = −1Verification / Alternative check:Reversing point order gives the same slope: (−2 − 5)/(4 − (−3)) = −7/7 = −1, confirming consistency.
Why Other Options Are Wrong:3/7 and −3/7 reflect partial differences; 1 is the negative inverse (perpendicular), not parallel.
Common Pitfalls:Sign mistakes in the denominator are common; always subtract coordinates in the same order for x and y.
Final Answer:−1
Discussion & Comments