Sorry, I appreciate that this isn't exactly a deep and meaningful math question, but I've gotten stuck and would appreciate the aid. The question is as follows:
Point $A$ has coordinates $(-6, -9)$.
Point $B$ has coordinates $(-1, 1)$.
Point $C$ has coordinates $(-2, -2)$.
Find an equation of the line that passes through point $C$ and is perpendicular to $AB$. Give your equation in the form $ax + by = c$, where $a$ and $b$ are integers.
I would appreciate all help! Thanks, Josh.
$(-1,1) - (-6,-9) = (5, 10)$ This can be used directly to find the coefficients $a,b$ that you need.
Or you can do some extra work...
The equation for line AB:
$10(x+1) - 5(y-1) = 0\\ 10x - 5y = -15\\ 2x - y = -3 $
A line perpendicular to AB will have a slope that is equal to the negative reciprocal. Or in standard form.
$x + 2y = c$
Plug $(-2,-2)$ for $(x,y)$ to solve for $c.$