Question 59321
how would i write an equation in point slope form, when it only gives me the coordinates: (-4,-6)??
In order to make an equation of a line you're supposed to have a point AND a slope.  
The point slope form is {{{highlight(y-y1=m(x-x1))}}}, where m=slope and (x1,y1) is the given point.
Since you were only given: (x1,y1)=(-4,-6) all you can do is:
y-(-6)=m(x-(-4))
y+6=m(x+4)
Happy Calculating!!!