document.write( "Question 1162841: Your group has $120 available for the banquet. Any other costs must be covered from selling tickets for the event.
\n" );
document.write( "You decided to take care of the major cost first - hall rental and caterer. Each caterer you approach is associated with a specific hall.
\n" );
document.write( "Caterer One charges $45 per person. The cost of using the hall is inclusive. Caterer Two charges $250 for hall rental plus $28 per person.
\n" );
document.write( "Cater Three charges $500 for hall rental plus $20 per person.
\n" );
document.write( "1. Write the equation to represent the cost of each caterer. Use C to represent cost and n to represent number of people \n" );
document.write( "
Algebra.Com's Answer #786775 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! C1=$45n \n" ); document.write( "C2=$250+$28n \n" ); document.write( "C3=$500+$20n \n" ); document.write( " |