For each of these, find two points.
First, enter 0 for x, and solve for y
Then, enter 0 for y, and solve for x.
For instance: 8x + 4y = 32
First: let x = 0 ---> 8(0) + 4y = 32
0 + 4y = 32
4y = 32
y = 8 ---> Plot the point (0, 8)
Then: let y = 0 ---> 8x + 4(0) = 32
8x + 0 = 32
8x = 32
x = 4 ---> Plot the point (4, 0)
Then draw the line that passes through the points (0, 8) and (4, 0).