All questions
Question 1
The equation 5x−3y=15 can be rewritten in slope-intercept form. If this line is then shifted so that its new y-intercept is 2 units above the original y-intercept, what is the equation of the shifted line in standard form ax+by=c where a>0?
- 5x−3y=21
- 5x−3y=9 (correct answer)
- 5x+3y=21
- 5x+3y=9
Explanation: First convert 5x−3y=15 to slope-intercept form: −3y=−5x+15, so y=35x−5. The original y-intercept is -5. The new y-intercept is −5+2=−3. The shifted line has the same slope but y-intercept -3: y=35x−3. Converting back to standard form: 3y=5x−9, so 5x−3y=9. Choice A results from shifting the y-intercept down by 2 instead of up. Choice C and D have the wrong sign on the y coefficient.
Question 2
A line in standard form ax+by=c has the property that when x increases by 6, y decreases by 8. If the line passes through (2,−3), which of the following could be the equation of the line?
- 3x+4y=−6
- 3x−4y=18
- 4x−3y=17
- 4x+3y=−1 (correct answer)
Explanation: When you encounter a problem about how a line behaves as variables change, you're working with slope and the relationship between x and y coordinates. The key insight is that "when x increases by 6, y decreases by 8" tells you the slope is ΔxΔy=6−8=−34.
To find the correct equation, you need a line with slope −34 that passes through (2,−3). For a line in standard form ax+by=c, the slope is −ba. So you need −ba=−34, which means ba=34.
Let's check each option: Option A has ba=43 (slope = −43), which is incorrect. Option B gives −43=−43 (slope = 43), also wrong. Option C has −34=−34 (slope = 34), which has the wrong sign.
Option D gives 34 (slope = −34), which matches our requirement. Now verify it passes through (2,−3): 4(2)+3(−3)=8−9=−1 ✓
The answer is D.
Study tip: When a problem describes how variables change together, immediately calculate the slope using ΔxΔy. Remember that in standard form ax+by=c, the slope is −ba, and always verify your answer by substituting the given point.
Question 3
The equation of a line in point-slope form is y+4=−32(x−6). Which of the following represents the same line in slope-intercept form?
- y=−32x+0 (correct answer)
- y=−32x−8
- y=−32x+8
- y=32x−8
Explanation: Starting with y+4=−32(x−6), distribute the slope: y+4=−32x+32⋅6=−32x+4. Subtracting 4 from both sides: y=−32x+4−4=−32x+0. Choice B results from incorrectly distributing as −32⋅6=−4 instead of +4, then getting y=−32x−4−4=−32x−8. Choice C comes from the error y+4=−32x+4 but then adding 4 instead of subtracting. Choice D has the wrong sign for the slope.
Question 4
A line has x-intercept 4 and y-intercept -6. Another line is perpendicular to this line and passes through the point (2,1). What is the equation of the perpendicular line in point-slope form?
- y−1=−23(x−2)
- y−1=32(x−2)
- y−1=−32(x−2) (correct answer)
- y−1=23(x−2)
Explanation: When you encounter problems involving perpendicular lines, you need to find the slope of the original line first, then use the fact that perpendicular lines have slopes that are negative reciprocals of each other.
Start by finding the slope of the line with x-intercept 4 and y-intercept -6. These intercepts give you points (4, 0) and (0, -6). Using the slope formula: m=x2−x1y2−y1=0−4−6−0=−4−6=23
Since perpendicular lines have slopes that are negative reciprocals, the perpendicular line has slope −231=−32. Using point-slope form with the given point (2, 1): y−1=−32(x−2)
Let's examine why the other answers are incorrect. Choice A uses slope −23, which is the negative of the original slope but not the negative reciprocal—this represents a common confusion between parallel and perpendicular slopes. Choice B has slope 32, which is the reciprocal but not negative—this misses the "negative" part of "negative reciprocal." Choice D uses slope 23, which is identical to the original line's slope, making these lines parallel rather than perpendicular.
Remember this key relationship: if two lines are perpendicular, their slopes multiply to give -1. You can always check your work by verifying that 23×(−32)=−1.
Question 5
The line 3x−2y=12 is transformed by reflecting it across the y-axis, then shifting it down 4 units. What is the equation of the resulting line in slope-intercept form?
- y=23x−10
- y=−23x−10 (correct answer)
- y=−23x−2
- y=23x+2
Explanation: First convert 3x−2y=12 to slope-intercept form: −2y=−3x+12, so y=23x−6. Reflecting across the y-axis changes x to −x: y=23(−x)−6=−23x−6. Shifting down 4 units subtracts 4 from the y-value: y=−23x−6−4=−23x−10. Choice A incorrectly keeps the original slope after reflection. Choice C correctly reflects but shifts down only 4 from 0 instead of from -6. Choice D incorrectly reflects (wrong sign) and shifts up instead of down.