Question 1
If the points with coordinates $(a, b)$ and $(c, d)$ lie on the line with equation $2y + 3x = 4$ and $a - c = 3$, then what is the value of $d - b$?
View Solution
Step 1: Find the slope from the equation
The slope $m$ can be calculated by rewriting the equation in the form $y = mx + k$.
$$2y + 3x = 4 \implies 2y = -3x + 4 \implies y = -\frac{3}{2}x + 2$$
The slope $m$ is $-\frac{3}{2}$.
Step 2: Use the slope formula
Use the coordinates of the two points to express the slope $m$:
$$m = \frac{d - b}{c - a}$$
Equate this to the slope found above:
$$-\frac{3}{2} = \frac{d - b}{c - a}$$
Step 3: Solve for the target expression
We are given $a - c = 3$, which means $c - a = -3$. Substitute this into the equation:
$$d - b = -\frac{3}{2}(c - a) = -\frac{3}{2}(-3) = \frac{9}{2}$$
Answer: $\frac{9}{2}$