SOLUTION: find a function formula that takes the x values and produces the y values x y 0 -2 1 1 2 4 3 7 4 10 I will send a check for your help can you give me a mailing address

Algebra ->  Functions -> SOLUTION: find a function formula that takes the x values and produces the y values x y 0 -2 1 1 2 4 3 7 4 10 I will send a check for your help can you give me a mailing address      Log On


   



Question 153214This question is from textbook
: find a function formula that takes the x values and produces the y values
x y
0 -2
1 1
2 4
3 7
4 10
I will send a check for your help can you give me a mailing address
This question is from textbook

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Notice how as x goes up by 1, y goes up by 3. So this implies a linear relationship. This means that the equation is a line.



So let's find equation of the line through the first two points (0,-2) and (1,1) (note: you can pick any pair of points)




First let's find the slope of the line through the points and


m=%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29 Start with the slope formula.


m=%281--2%29%2F%281-0%29 Plug in y%5B2%5D=1, y%5B1%5D=-2, x%5B2%5D=1, x%5B1%5D=0, ,


m=%283%29%2F%281-0%29 Subtract -2 from 1 to get 3


m=%283%29%2F%281%29 Subtract 0 from 1 to get 1


m=3 Reduce


So the slope of the line that goes through the points and is m=3


Now let's use the point slope formula:


y-y%5B1%5D=m%28x-x%5B1%5D%29 Start with the point slope formula


y--2=3%28x-0%29 Plug in m=3, x%5B1%5D=0, and y%5B1%5D=-2


y%2B2=3%28x-0%29 Rewrite y--2 as y%2B2


y%2B2=3x%2B3%28-0%29 Distribute


y%2B2=3x%2B0 Multiply


y=3x%2B0-2 Subtract 2 from both sides.


y=3x-2 Combine like terms.


y=3x-2 Simplify


So the equation that goes through the points and is y=3x-2


--------------------------------------

Answer:

So the function takes the x values and produces the y values is f%28x%29=3x-2


Notice how the graph of f%28x%29=3x-2 goes through the points (0,-2), (1,1), (2,4), (3,7) and (4,10). So this visually verifies our answer.


Graph of y=3x-2