Question

Difficulty: MediumLinear Equations in Two Variables

In the xyxy-plane, the graph of the linear equation y=mx+by = mx + b, where mm and bb are constants, passes through the points (2,15)(2, 15) and (6,7)(6, 7). What is the value of bb?

Answer: 19

Answer

The value of bb is 1919.
The slope of the line is found using the two given points: m=71562=2m = \frac{7 - 15}{6 - 2} = -2. Substituting the slope m=2m = -2 and the point (2,15)(2, 15) into the equation y=mx+by = mx + b gives 15=2(2)+b15 = -2(2) + b, which simplifies to 15=4+b15 = -4 + b. Adding 44 to both sides yields b=19b = 19.

Step-by-Step Solution

1
Calculate the slope of the line passing through (2,15)(2, 15) and (6,7)(6, 7).
m=71562=84=2m = \frac{7 - 15}{6 - 2} = \frac{-8}{4} = -2
The slope mm of a line passing through (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by the formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
2
Substitute the slope m=2m = -2 and the coordinates of one point, such as (2,15)(2, 15), into the equation y=mx+by = mx + b to find bb.
15=2(2)+b    15=4+b15 = -2(2) + b \implies 15 = -4 + b
Since the point lies on the line, its coordinates must satisfy the equation of the line.
3
Solve the equation for bb.
b=19b = 19
Add 44 to both sides of the equation to isolate the variable bb.

Key Concept

Determining the equation of a line given two points.
Rate this question