SOLUTION: What is the linear equation that created this table: x=-3,-2,-1,0,1, 2, 3 y= 0, 2, 4,6,8,10,12 I am having trouble determining the formula/s to answer these problems. Thank you

Algebra ->  Linear-equations -> SOLUTION: What is the linear equation that created this table: x=-3,-2,-1,0,1, 2, 3 y= 0, 2, 4,6,8,10,12 I am having trouble determining the formula/s to answer these problems. Thank you      Log On


   



Question 65736: What is the linear equation that created this table:
x=-3,-2,-1,0,1, 2, 3
y= 0, 2, 4,6,8,10,12
I am having trouble determining the formula/s to answer these problems.
Thank you

Found 2 solutions by stanbon, funmath:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What is the linear equation that created this table:
x=-3,-2,-1,0,1, 2, 3
y= 0, 2, 4,6,8,10,12
-----------
You want y=mx+b
You need to find "m" and "b"
b is the y-intercept; it is the y-value when x=0
In your chart y=6 when x=0.
So, b=6
------------
m=change in y/change in x
when y goes from 6 to 8, x goes from 0 to 1
m=[8-6]/[1-0]=2
---------
EQUATION:
y=2x+6
Cheers,
Stan H.

Answer by funmath(2933) About Me  (Show Source):
You can put this solution on YOUR website!
What is the linear equation that created this table:
x=-3,-2,-1,0,1, 2, 3
y= 0, 2, 4,6,8,10,12
:
In order to find the equation of a line, you need a point and a slope. You have 7 points, but no slope.
Never fear, we can use two points to come up with a slope using the slope formula: highlight%28m=%28y2-y1%29%2F%28x2-x1%29%29, where m=slope and (x1,y1) and (x2,y2) are given points.
Let (x1,y1)=(-3,0) and (x2,y2)=(-2,2)
m=%282-0%29%2F%28-2-%28-3%29%29
m=2%2F1
m=2
Since one of the points we have is the y-intercept (0,6), and we now know the slope m=2, we can use the slope intercept form highlight%28y=mx%2Bb%29, where m=slope, and (0,b)=y-intercept, to find the equation of the line.
m=2 (0,b)=(0,6)
highlight%28y=2x%2B6%29
Happy Calculating!!!