Question 1
A line passes through points (−3,7) and (2,−8). Which of the following represents the equation of a line that is perpendicular to this line and passes through the point (4,−1)?
- y=31x−37 (correct answer)
- y=−3x+11
- y=31x+37
- y=−31x+31
Explanation: First, find the slope of the given line: m=2−(−3)−8−7=5−15=−3. The slope of a perpendicular line is the negative reciprocal: m⊥=31. Using point-slope form with (4,−1): y−(−1)=31(x−4), which simplifies to y=31x−34−1=31x−37. Choice B uses the original slope instead of the perpendicular slope. Choice C has the correct slope but wrong y-intercept (forgot to subtract 1). Choice D uses the negative reciprocal incorrectly.
Question 2
Line L1 has equation 3x−4y=12 and line L2 has equation ax+by=6. If L1 and L2 are parallel, and a and b are integers with gcd(a,b)=1, what is the value of a+b?
- −1 (correct answer)
- 1
- 7
- −7
Explanation: For parallel lines, the slopes must be equal. From 3x−4y=12, we get y=43x−3, so the slope is 43. From ax+by=6, we get y=−bax+b6, so the slope is −ba. Setting slopes equal: −ba=43, which gives ba=−43. Since gcd(a,b)=1, we have a=−3 and b=4, so a+b=−3+4=−1. Choice B incorrectly uses a=3,b=−4. Choice C uses a=3,b=4. Choice D uses a=−3,b=−4.
Question 3
The equation 4x+3y−12=0 represents line m. Which of the following could be the equation of a line that is parallel to line m and passes through the origin?
- 3x−4y=0
- 4x+3y=0 (correct answer)
- 3x+4y=0
- 4x−3y=0
Explanation: Line m has equation 4x+3y−12=0, which can be written as y=−34x+4, so its slope is −34. A parallel line must have the same slope. A line through the origin has the form y=mx where m is the slope. So we need y=−34x, which can be written as 4x+3y=0. Choice A gives slope 43, which is the negative reciprocal (perpendicular). Choice C gives slope −43. Choice D gives slope 34, which is the negative of the correct slope.