document.write( "Question 1151327: A company is going to have a dinner party in a restaurant for its top employees . The restaurant is going to charge them $ 280 for the use of their function room, plus 40 per dinner. The company has a budget of no more than $ 1500. What is the greatest number of people they can invite to this dinner? \n" ); document.write( "
Algebra.Com's Answer #773048 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the constant is 280 and the cost is 40x, where x is number of people. \n" ); document.write( "40x+280 <1500 \n" ); document.write( "40x<1220 \n" ); document.write( "x<31 people or 30 people maximum \n" ); document.write( " |