Question
Given two coordinate points like (3,-8) and (8,2) for example how do you find the y intercept?
Answers
bobpursley
y=mx+b
-8=3m+b
2=8m+b
two equations, solve for m, and b.
-8=3m+b
2=8m+b
two equations, solve for m, and b.