Question 422707: write a function for this: no slope, 2 points: 11, 19 and -6, -15
Thank you
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! write a function for this: no slope, 2 points: (11,19) and (-6,-15)
-----
slope = (-15-19)/(-6-11) = -34/-17 = 2
-----
Form: y = mx+b
Substitute and solve for "b":
19 = 2*11 + b
b = -3
-----
y = 2x-3
----------
Cheers,
Stan H.
|
|
|