document.write( "Question 1110609: NoffCo theater contains 5000 seats that are sold. Ticket prices for a recent performance were $50 for adults and $25 for children. If the proceeds totaled $192,500, how many adults and how many children were there? \n" ); document.write( "
Algebra.Com's Answer #725585 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! NoffCo theater contains 5000 seats that are sold. Ticket prices for a recent performance were $50 for adults and $25 for children. If the proceeds totaled $192,500, how many adults and how many children were there? \n" ); document.write( "a + c = 5000 tickets \n" ); document.write( "50a + 25c = 192,500 dollars \n" ); document.write( "----------------------------- \n" ); document.write( "25a + 25c = 25*5000 \n" ); document.write( "25a + 12.5c = 96250 \n" ); document.write( "----------------------- \n" ); document.write( "12.5c = 28750 \n" ); document.write( "c = 2300 (# of child tickets sold) \n" ); document.write( "------------- \n" ); document.write( "a = 5000-2300 = 2700 (# of adult tickets sold) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------- \n" ); document.write( " \n" ); document.write( " |