Find a missing coordinate using slope
key notes:
Concept of Slope
- The slope of a line tells how steep the line is.
- Formula for slope between two points (x1,y1) and (x2,y2)):
m = y2 − y1 / x − x1
where:
- m= slope
- (x1,y1) and (x2,y2) are two points on the line.
Finding a Missing Coordinate
- If one coordinate is missing (either xxx or yyy), substitute the known values into the slope formula and solve for the unknown.
Steps to Find a Missing Coordinate
- Write the slope formula:
m = y2−y1 / x2−x1
- Substitute the known values of m , x1 , y1 , x2 , y2
- Solve the equation for the missing coordinate.
- Check your answer by substituting back into the formula.
Example 1: Missing y-coordinate
Given: Slope m = 2 , points (3,4) and (7,y2)
2 = y2−4 / 7−3
2 = y2−4 / 4
Multiply both sides by 4:
8 = y2 − 4
y2 = 12
Example 2: Missing x-coordinate
Given: Slope m=−3 , points (x1,5) nd (8,2)
−3 = 2−5 / 8−x1
−3 = −3 / 8−x1
Multiply both sides by (8−x1)
-3 (8−x1) = −3
−24 + 3x1 = −3
3x1 = 21
x1 = 7
Key Tips
Always check for division by zero; slope is undefined if x1 = x2.
Pay attention to signs in subtraction.
Use parentheses when substituting negative numbers.
Slope can be positive, negative, zero, or undefined:
- Positive slope: line rises left to right.
- Negative slope: line falls left to right.
- Zero slope: horizontal line.
- Undefined slope: vertical line.
Learn with an example
A line that includes the points (1,t) and (3,10) has a slope of 9. What is the value of t?
Take the slope formula and plug in the slope and both pairs of (x, y) coordinates. Then solve for t.
Slope =change in y / change in x
9 = 10-t /3-1
9 =10-t/ 2
2×9 = 10-t
18 = 10-t
8 = -t [ Subtract 10 from both sides]
-8 = t [ Divide both sides by –1]
The value of t is –8.
The points (–6,q) and (–5,–7) fall on a line with a slope of –5. What is the value of q?
Take the slope formula and plug in the slope and both pairs of (x, y) coordinates. Then solve for q.
Slope =change in y / change in x
-5 = -7-q /-5 -(-6)
-5 =-7-q [ Simplify]
2 = -q [Add 7 to both sides]
-2 = q [Divide both sides by –1]
The value of q is –2.
A line with a slope of –9 passes through the points (9, – 7) and (8,v). What is the value of v?
v=
Take the slope formula and plug in the slope and both pairs of (x, y) coordinates. Then solve for v.
slope = change in y / change in x
-9 = v – -7 / 8 – 9 Plug in –9, (9, – 7), and (8,v)
-9 = v + 7 / -1 Simplify
-9 = -v – 7 Simplify
-2 = -v Add 7 to both sides
2 = v Divide both sides by -1
The value of v is 2.
Let’s Practice!