Question 1114962
----
wind speed, s, in mph, for hurricanes and the barometric pressure, b, in millibars, mb. Use the points (950, 110) and (1000, 50) to write a linear function that defines the wind speed as a linear function of the barometric pressure. 
----


Ordered pair points, (b,s).
(950,110) & (1000,50)


{{{s-50=((110-50)/(950-1000))(b-1000)}}}

{{{s-50=(-60/50)(b-1000)}}}

{{{s=(-6/5)(b-1000)+50}}}

{{{s=-(6/5)b+6*1000/5+50}}}


{{{highlight(s=-(6/5)b+1250)}}}