Question 1
A line in the \(xy\)-plane passes through the points \((2,5)\) and \((4,6)\). If the point \((7,k)\) lies on this line, what is the value of \(k\)?
View Solution
Step 1: Calculate the slope (\(m\))
\[ m = \dfrac{y_2 - y_1}{x_2 - x_1} = \dfrac{6 - 5}{4 - 2} = \dfrac{1}{2} \]
Step 2: Find the equation of the line
Using point-slope form \(y - y_1 = m(x - x_1)\) with \((2,5)\):
\[ y - 5 = \dfrac{1}{2}(x - 2) \Rightarrow y = \dfrac{1}{2}x + 4 \]
Step 3: Solve for \(k\)
Substitute \(x = 7\) and \(y = k\) into the equation:
\[ k = \dfrac{1}{2}(7) + 4 = 3.5 + 4 = 7.5 \]