Assuming each line goes up by 1. we basically need to find a number that goes by rise/run. to get to the next point we need to go up 1, then to the left by 3. notice the slope is negative so we need to add a negative integer.
answer:
-1/3 (C)
hope this helps! :D
13 months at $1501.00 per month
Answer:
d = 10.8167
Step-by-step explanation:
The distance between two points can be easily found by using the following expression
d = √((x1-x2)^2 + (y1-y2)^2)
where
(x1,y1) = (6,-4)
(x2,y2) = (0,5)
d = √((6-0)^2 + (-4-5)^2)
d = √(36 + 81)
d = √(117)
d = 10.8167