Question 1147139
What is the equation of the line passing through the points (2,-1) and (5,-10) in slope-intercept form?
------------
Step 1, find the slope m
Step 2, use y-y1 = m*(x-x1) where (x1,y1) is either point.
=============================
Or,

<pre>
|x   y   1|
|2  -1   1| = 0
|5 -10   1|
</pre>
===============================
PS   Don't put spaces after the commas in the points.