document.write( "Question 1197568: Ticket prices at an outdoor theater performance are $2.50 for children and $5.00 for adults. One evening, $6700 is collected from 1900 people attending. How many children and how many adults attend? \n" ); document.write( "
Algebra.Com's Answer #830876 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "c = number of children \n" ); document.write( "1900-c = number of adults \n" ); document.write( "Those two quantities add to 1900 total people.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2.50c = revenue from just the children only \n" ); document.write( "5(1900-c) = 9500-5c = revenue from the adults only \n" ); document.write( "2.50c+9500-5c = -2.50c+9500 = total revenue\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-2.50c+9500 = 6700 \n" ); document.write( "-2.50c = 6700-9500 \n" ); document.write( "-2.50c = -2800 \n" ); document.write( "c = -2800/(-2.50) \n" ); document.write( "c = 1120 is the number of children \n" ); document.write( "which leads to \n" ); document.write( "1900-c = 1900-1120 = 780 is the number of adults\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1120 children = 2.50*1120 = 2800 dollars in revenue \n" ); document.write( "780 adults = 5*780 = 3900 dollars in revenue \n" ); document.write( "2800+3900 = 6700 dollars total revenue \n" ); document.write( "The revenue portion is confirmed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The population count can be confirmed like this \n" ); document.write( "1120 children + 780 adults = 1900 total people\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Both key aspects (revenue and population) are confirmed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "1120 children and 780 adults \n" ); document.write( " \n" ); document.write( " |