document.write( "Question 991530:  A food service charges $1.75 per person, plus a flat fee of $200.00. The club can only spend $500.00. How many people can they serve?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #611381 by macston(5194)     You can put this solution on YOUR website! . \n" ); document.write( "x=number of people they can serve; T=total bill \n" ); document.write( ". \n" ); document.write( "T=$200+$1.75x \n" ); document.write( "$500=$200+$1.75x \n" ); document.write( "$300=$1.75x \n" ); document.write( "171.43=x \n" ); document.write( "ANSWER: They can serve 171 people (with 75 cents left over) \n" ); document.write( " \n" ); document.write( " |