Question 1071837: monthly charge for garbage collection is $12 for 42lbs and $16.80 for 50lbs, derive a a linear cost function
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! monthly charge for garbage collection is $12 for 42lbs and $16.80 for 50lbs, derive a a linear cost function
------
You have 2 points relating lbs and cost:: (421,12) and (50,16.8)
-----
slope = (16.8-12)/(50-421) = -0.0129
------
Form:: cost = slope*weight + b
Solve for "b" using cost = 12 and weight = 421 and slope = -0.0129
-----
12 = -0.0129*421 + b
b = 6.55
----
Equation:
C(lbs) = -0.129(lbs) + 6.55
-----------
Cheers,
Stan H.
------------
|
|
|