I think the remaining number is x
Answer:
Step-by-step explanation:
1. The y-values in the table are constant, so the slope is 0. It is a horizontal line.
There is no x-intercept.
The y-intercept is (0, 1).
__
For lines in standard form, the intercepts can be found easily. The x-intercept is the value of x when y=0:
ax +0 = c
x = c/a . . . . x-intercept
Similarly, the y-intercept is the value of y when x=0:
0 +by = c
y = c/b
__
3. x-intercept = (-20/2, 0) = (-10, 0)
y-intercept = (0, -20/-5) = (0, 4)
__
4. x-intercept = (-6/1, 0) = (-6, 0)
y-intercept = (0, -6/-3) = (0, 2)
Plot these points and draw a line through them.
Slope intercept is y=mx+b
m=slope
slope if found by
m=(y1-y2)/(x1-x2)
(x,y)
(-1,-2) and
(1,2)
x1=-1
y1=-2
x2=1
y2=2
m=(-1-1)/(-2-2)
m=-2/-4
m=1/2
y=1/2x+b
solve fo by subsituting one x value
(1,2)
x=1
y=2
2=1/2(1)+b
2=1/2+b
subtract 1/2
3/2=b
equation is
y=1/2x+3/2