Inactive Tutor answered 05/06/16
Tutor
New to Wyzant
To solve this problem, you first need the function being used. Since all linear functions take on the form:
y = m*x+b
and you're using the same linear function for both number sets, you just have to solve for the slope of the line (m) and the y-intercept value of the line (b).
To do this, make a system of equations. Using 4 and -2 as x values and 6 and 14 as y values, your system should look like this:
6 = 4m + b
14 = -2m + b
Now, solve for either the m or b value using substitution or elimination. If you use substitution, solving the top equation says the value of variable b is 6 - 4m. Plug this value into the second equation, and then solve for the value of m. Once you have m, you can plug it into either equation to solve for b. Finally, plug the 9 into the x position and solve for the value of the function.