Question 71749
I'm having trouble finding the slope of the line through the points (-3,4) and (-7, 10). 
When given two points and asked for a slope, use the slope formula: {{{highlight(m=(y[2]-y[1])/(x[2]-x[1]))}}}, where m=slope and (x1,y1) and (x2,y2) are your given points.
(x1,y1)=(-3,4) and (x2,y2)=(-7,10)
{{{m=(10-4)/(-7-(-3))}}}
{{{m=(10-4)/(-7+3)}}}
{{{m=6/-4}}}
{{{highlight(m=-3/2)}}}
Happy Calculating!!!!