document.write( "Question 1071837: monthly charge for garbage collection is $12 for 42lbs and $16.80 for 50lbs, derive a a linear cost function \n" ); document.write( "
Algebra.Com's Answer #686745 by stanbon(75887)![]() ![]() ![]() 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 \n" ); document.write( "------ \n" ); document.write( "You have 2 points relating lbs and cost:: (421,12) and (50,16.8) \n" ); document.write( "----- \n" ); document.write( "slope = (16.8-12)/(50-421) = -0.0129 \n" ); document.write( "------ \n" ); document.write( "Form:: cost = slope*weight + b \n" ); document.write( "Solve for \"b\" using cost = 12 and weight = 421 and slope = -0.0129 \n" ); document.write( "----- \n" ); document.write( "12 = -0.0129*421 + b \n" ); document.write( "b = 6.55 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "C(lbs) = -0.129(lbs) + 6.55 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |