Question 986833

 I am trying to find the slope of a line that goes through the origin and the point(10,5) without graphing. Please Help me. Would I use the formula y-y1=m(x-x1)?
<pre>Formula for m, or slope of a line: {{{(y[1] - y[2])/(x[1] - x[2]))}}}
In your case, your points are: (0, 0), which is: ({{{x[1]}}}{{{","}}}{{{y[1]}}}) and (10, 5), which is: ({{{x[2]}}}{{{","}}}{{{y[2]}}}).