To find the equation of a line that passes through a given point and has a specific slope, you can use the point-slope form of the equation of a line, which is:
\[ y - y_1 = m(x - x_1) \]
where \((x_1, y_1)\) is the point the line passes through, and \(m\) is the slope.
In this case, the point is (5, 4) and the slope \(m\) is 2. Plugging these values into the point-slope form gives:
\[ y - 4 = 2(x - 5) \]
Now, simplify this equation:
-
Distribute the \(2\): \[ y - 4 = 2x - 10 \]
-
Add \(4\) to both sides: \[ y = 2x - 10 + 4 \] \[ y = 2x - 6 \]
Thus, the equation of the line is:
\[ y = 2x - 6 \]