SOLUTION: I am having trouble with a function table. x Input y is the output #t x / y 0 / -15

Algebra ->  Equations -> SOLUTION: I am having trouble with a function table. x Input y is the output #t x / y 0 / -15       Log On


   



Question 253894: I am having trouble with a function table.
x Input y is the output #t
x / y
0 / -15

1 / -7
2 / 1
3 / 9
4 / 17
5 / 25
Part A
Write the equation that show how to determine the value of y for any value of x.
Answer_______________ y=

Part B
Use the equation to find the corresponding y-values for x = 6, 7, and 8.
Answer__________33, 41, 49_____________
I was able to see that the values in the y column were increasing by 8
from one line to the next. So I am quite sure that my part b answer is
correct. The only problem is that I couldn't figure out the rule to
create the equation. I was trying to multiply, and subtract and add numbers
and I just couldn't get it.
Please help if you can.

Found 2 solutions by drk, jim_thompson5910:
Answer by drk(1908) About Me  (Show Source):
You can put this solution on YOUR website!
You are right in that the slope, m, is 8.
We use Y = mx + b as
Y = 3x + b.
Pick a point (0,-15) to get
-15 = 3*0 + b
Solve for b to get
b = -15
The equation is
Y = 8x - 15
Place (6,7,8) in for x to get
33, 41,,49.

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
a) You are correct in saying that each value is increasing by 8. Since this increase is constant (ie doesn't change), this means that we have a linear equation. So these points form a straight line. Recall that we only need two points to find the equation of the line. So let's use the first two points (0,-15) and (1,-7). You can use any two points.


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


Note: is the first point . So this means that x%5B1%5D=0 and y%5B1%5D=-15.
Also, is the second point . So this means that x%5B2%5D=1 and y%5B2%5D=-7.


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


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


m=%288%29%2F%281-0%29 Subtract -15 from -7 to get 8


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


m=8 Reduce


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


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--15=8%28x-0%29 Plug in m=8, x%5B1%5D=0, and y%5B1%5D=-15


y%2B15=8%28x-0%29 Rewrite y--15 as y%2B15


y%2B15=8x%2B8%280%29 Distribute


y%2B15=8x%2B0 Multiply


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


y=8x-15 Combine like terms.



So the equation that goes through the points and is y=8x-15


Notice how the graph of y=8x-15 goes through the points and . So this visually verifies our answer.



Graph of y=8x-15 through the points and

------------------------------------------------------------------------------
b)

Now to find the y values at x=6, 7, and 8, just plug them in to get:

x=6: y=8%286%29-15=48-15=33

x=7: y=8%287%29-15=56-15=41

x=8: y=8%288%29-15=64-15=49


So the corresponding y values for x=6, 7, and 8 are y=33, 41, and 49 respectively. Take note that 33 is 8 more than 25 (the y value for x=5), 41 is 8 more than 33, and 49 is 8 more than 41. So this supports our answer.