Answers:
- Slope = undefined; y intercept = none
- Slope = 2; y intercept = -2
- Slope = -1; y intercept = 1
- Slope = 0
- Slope = -4
========================================================
Step-by-step explanation:
1)
For any vertical line, the slope is always undefined. Recall that slope = rise/run. For a vertical line, the run is 0 because there is no left or right movement. This leads to a division by zero error. The vertical line is also parallel to the y axis, meaning that there isn't a y intercept whenever the line isn't directly on top of the y axis.
The equation of this vertical line is x = 3 as all points on this line have the same x coordinate of 3.
-----------------------
2)
We can use the slope formula for the points
![(x_1,y_1) = (-1,-4) \ \text{ and } \ (x_2,y_2) = (3,4)](https://img.qammunity.org/2022/formulas/mathematics/college/dwznzljuynka8n1v15piq6dpyvaqc3pqub.png)
So,
![m = (y_2-y_1)/(x_2-x_1)\\\\m = (4-(-4))/(3-(-1))\\\\m = (4+4)/(3+1)\\\\m = (8)/(4)\\\\m = 2\\\\](https://img.qammunity.org/2022/formulas/mathematics/college/wglltz3pp71aebgcdeqiiy4ab8u3sdmytx.png)
The slope is 2.
The y intercept is -2 as this is the location where the diagonal line crosses the y axis.
The equation of this line is y = 2x-2.
-----------------------
3)
Same idea as problem 2.
![(x_1,y_1) = (-2,3)\\\\(x_2,y_2) = (3,-2)\\\\m = (y_2-y_1)/(x_2-x_1)\\\\m = (-2-3)/(3-(-2))\\\\m = (-2-3)/(3+2)\\\\m = (-5)/(5)\\\\m = -1\\\\](https://img.qammunity.org/2022/formulas/mathematics/college/cbxg6n8bcg94pt7w0a6s912pa3uy5va9ew.png)
The slope is -1.
The y intercept is 1 because the line cuts through 1 on the y axis.
The equation is y = -1x+1 which is the same as y = -x+1.
-----------------------
4)
Pick any two points from the table. Each column represents a different (x,y) ordered pair point. Those two points selected are then plugged into the slope formula. I'll pick the first two columns.
![(x_1,y_1) = (1,-2)\\\\(x_2,y_2) = (2,-2)\\\\m = (y_2-y_1)/(x_2-x_1)\\\\m = (-2-(-2))/(2-1)\\\\m = (-2+2)/(2-1)\\\\m = (0)/(1)\\\\m = 0\\\\](https://img.qammunity.org/2022/formulas/mathematics/college/w9isxv887asf2g3uguyyddv4f2gc3lgek5.png)
Notice how the y coordinates are the same, which leads to a difference of 0 up top and ultimately the slope itself is also 0. We have a horizontal flat line here. All horizontal lines have a slope of 0.
The y intercept is -2 because all y values for this function are the same.
The equation is y = 0x-2 which is the same as y = -2.
-----------------------
5)
Again I'll pick the first two columns to plug into the slope formula, but you can pick any two columns you prefer.
![(x_1,y_1) = (-3,11)\\\\(x_2,y_2) = (-1,3)\\\\m = (y_2-y_1)/(x_2-x_1)\\\\m = (3-11)/(-1-(-3))\\\\m = (3-11)/(-1+3)\\\\m = (-8)/(2)\\\\m = -4\\\\](https://img.qammunity.org/2022/formulas/mathematics/college/b7lpo25hjd0ostvnnj1z7z3csl6vnuua5q.png)
The slope is -4.
Use this slope value, along with any column from the table to form the (x,y) point, to plug into the slope intercept form below. I'll use the first column
y = mx+b
11 = -4*(-3)+b
11 = 12+b
11-12 = b
-1 = b
b = -1
The y intercept is -1.
The equation is y = -4x-1.