Multiple choice question:
For what values of $a$ will the lines $ay+3x=4$ and $2y+4x=3$ have no intersection points?
- A) 2
- B) 1.5
- C) 8/3
- D) -0.5
- E) -2
I tried rearranging them into $y=mx+b$ form and solve, but I will end up with a literal answer like this
$$a=\frac{(4-3x)}{y}$$
How do you work this out? I think you need to make the gradient the same but how do you do that?
If the slopes (or gradients) of the lines are the same, as @DavidG.Stork puts it, then the lines will be parallel and never meet. Remember that the Cartesian Plane is infinitely long and wide, so if the lines are not parallel, they will eventually meet and thus intersect. Therefore, the lines must be parallel, and so the slopes must also be equal to each other. In both the equations, we have $$y = -\frac{3}{a}x + \frac{4}{a}\,\text{ and }\,y = -2x + \frac{3}{2}$$ so if the slopes are the same, we have $-2 = -\dfrac{3}{a}$ and therefore, the negatives cancel out and $a = \dfrac{3}{2}$. We conclude by stating that the correct answer is $B)$.
This is because $m$ represents the slope in the linear equation, $y = mx + b$.