Question 1071591
write an equation in standard form for a line passing through the pair of points. (-8,0) and (0,3).
-----------
<pre>

| x   y   1|
|-8   0   1| = 0
| 0   3   1|

</pre>
x*(0-3) - y*(-8 - 0) + 1*(-24-0) = 0
-3x + 8y = 24
or,
3x - 8y + 24 = 0