Question 211798
the general form of the equaion of a straight line is:
ax + by = c
-----
a is the coefficient of the x term.
b is the coefficient of the y term.
c is the constant
-----
the line will be vertical when b = 0
-----
when b = 0, the y variable drops out of the equation and the equation becomes:
ax = c
-----
if you divide both sides of the equation by a, you get:
x = c/a
-----
you derive the slope intercept form of the straight line from the standard form of the straight line as follows:
-----
ax + by = c 
subtract ax from both sides to get:
by = -ax + c
divide both sides by b to get:
y = -ax/b + c/b
-----
this can be written as:
y = (-a/b)*x + (c/b)
-----
the line is vertical when b = 0
you can see that when the line is vertical, the slope is undefined and the y intercept is undefined.
-----
a good website that addresses the standard equation of the line is found here:
http://www.analyzemath.com/line/line.htm
-----
they also have an interactive demonstration where you can vary the parameters of a, b, and c to see the effect on the line.
-----
there are sliders to the left of the graph that you move to change the value of a, b, or c.
-----