document.write( "Question 792847: A banquet hall charges $100 for the use of its dining room and $7.50 a plate for each dinner. The civic club hosts a dinner party at the banquet hall and charges $10.00 a plate, but also invites ten nonpaying guests. If each person orders one plate, how many paying persons must attend for the civic club to collect the amount needed to pay the total cost of the dinner exactly? \n" ); document.write( "
Algebra.Com's Answer #480240 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A banquet hall charges $100 for the use of its dining room and $7.50 a plate for each dinner. \n" ); document.write( " The civic club hosts a dinner party at the banquet hall and charges $10.00 a plate, but also invites ten nonpaying guests. \n" ); document.write( " If each person orders one plate, how many paying persons must attend for the civic club to collect the amount needed to pay the total cost of the dinner exactly? \n" ); document.write( ": \n" ); document.write( "Let x = no. 0f paying guests \n" ); document.write( "Then \n" ); document.write( "(x+10) = total number of guests \n" ); document.write( ": \n" ); document.write( "10x = 7.50(x+10) + 100 \n" ); document.write( "10x = 7.50x + 75 + 100 \n" ); document.write( "10x - 7.5x = 175 \n" ); document.write( "2.5x = 175 \n" ); document.write( "x = 175/2.5 \n" ); document.write( "x = 70 paying people required \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that works out, \n" ); document.write( "amt paid = 70*10 = $700 \n" ); document.write( "total cost: 80*7.5 + 100 = 700 \n" ); document.write( " |