Question 1
A linear function is defined by the equation \(y = kx + 2k\), where \(k\) is a constant. If \(y = -14\) when \(x = 5\), what is the value of \(x\) when \(y = -24\)?
View Solution
First, use the given point \((5, -14)\) to solve for the constant \(k\):
\[ -14 = k(5) + 2k \]
\[ -14 = 7k \Rightarrow k = -2 \]
Now that we know \(k = -2\), we can rewrite the full linear equation:
\[ y = -2x + 2(-2) \]
\[ y = -2x - 4 \]
Finally, find the value of \(x\) when \(y = -24\) by substituting it into the equation:
\[ -24 = -2x - 4 \]
Add 4 to both sides: \[ -20 = -2x \]
Divide by -2: \[ x = 10 \]