document.write( "Question 252699: A caterer charges a fixed cost for preparing dinner plus an additional cost for each person served. You know the cost for 100 students will be $750 and the cost for 150 students will be $1050. Find the caterer's fixed cost and the cost per student served. \n" ); document.write( "
Algebra.Com's Answer #184731 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let the cost function be:
\n" ); document.write( "(i) C = mP + b
\n" ); document.write( "Where C = total cost, P = number of people, b = fixed cost, and m = cost per person.
\n" ); document.write( "we actually have coordinates: (100,750) and (150,1050). We put those into (i).
\n" ); document.write( "(ii) 750 = 100m + b
\n" ); document.write( "(iii) 1050 = 150m + b.
\n" ); document.write( "At this point, multiply (ii) by -1 and add down.
\n" ); document.write( "(iv) 300 = 50m
\n" ); document.write( "m = 6: Cost per student
\n" ); document.write( "Now we put 6 back into (ii) for m to find b.
\n" ); document.write( "(v) 750 = 100(6) + b
\n" ); document.write( "b = 150: fixed cost
\n" ); document.write( "C = 6P + 150.
\n" ); document.write( "
\n" );