Bunuel
ax + by + c = 0 is termed as a first-degree equation in x and y. When the solution of the given equation, ax + by + c =0 is plotted on a graph it yields a straight line L. Now, which of the following must be true?
I. If a = 0 and b ≠ 0, then L will be a horizontal line.
II. If b = 0 and a ≠ 0, then L will be a vertical line.
III. If c = 0, then L passes through the origin.
(A) I only
(B) II only
(C) I and II only
(D) II and III only
(E) I, II and III
Change it to the common eqn. of a line
\(by = -ax-c \)
\(y= \frac{-a}{b}x - \frac{c}{b}\)
I. If \(a = 0\) and \(b ≠ 0,\) then L will be a horizontal line-> From the simplified eqn we can see, if \(a \) is zero then slope will be zero,and any line with a zero slope is a horizontal line. Hence this will be a horizontal line.
TrueII. If \(b = 0\) and \(a ≠ 0,\) then L will be a vertical line-> According to the eqn. if \(b=0\) then the eqn. becomes undefined or in other words slope becomes infinite( undefined ), infinite slope means that the line is vertical. Hence
True.III. If \(c = 0,\) then L passes through the origin-> If \(c=0\) means \(y-\) intercept is zero ,which means that the given line meets the \(y \) axis at \(y=0 \), the point \(y=0\) is the orgin. Hence
True.Ans -E
Hope it's clear.