Question 82171
note: if you need more help with finding an equation through 2 points check out this <a href="http://www.algebra.com/algebra/homework/Linear-equations/calculating-slope.solver"> solver</a>


"Write the point-slope form of the line that passes through (3,-3)and (5,1)"


*[invoke calculating_slope 3, -3, 5, 1]



"The second one is,Write an equation in slope-intercept form of the line having the given slope and passing through the given point:m=0,(0,-3)"



*[invoke find_line_by_slope_and_point 0, -3, 0]


note: its hard to see, but its a horizontal line going through (0,-3)


"The next one is,Write the equation in slope-intercept form of the passing through each pair of points:(6,-2)and (3,-4)"


*[invoke calculating_slope 6, -2, 3, -4]


"Write the equation in slope-intercept form of the line passing through each pair of points:(-8,2)and (0,6)"


*[invoke calculating_slope -8,2,0,6]