document.write( "Question 89427: Tickets for an event cost $4 for children, $12 for adults, and $7 for senior citizens. The total ticket sales were $1920. There were 50 more adult tickets sold than child tickets, and the number of senior citizens tickets were 4 times the number of child tickets. How many of each ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #65057 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Tickets for an event cost $4 for children, $12 for adults, and $7 for senior citizens. The total ticket sales were $1920. There were 50 more adult tickets sold than child tickets, and the number of senior citizens tickets were 4 times the number of child tickets. How many of each ticket were sold? \n" ); document.write( ": \n" ); document.write( "Let a = no. of adults, c = no. of children, s = no. of seniors \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"The total ticket sales were $1920. \" \n" ); document.write( "12a + 4c + 7s = 19 \n" ); document.write( ": \n" ); document.write( "\"There were 50 more adult tickets sold than children's tickets,\" \n" ); document.write( "a = c + 50 \n" ); document.write( ": \n" ); document.write( "\"the number of senior citizen's tickets were 4 times the number of children's tickets.\" \n" ); document.write( "s = 4c \n" ); document.write( ": \n" ); document.write( "How many tickets were sold? \n" ); document.write( ": \n" ); document.write( "Using the 1st eq (12a + 4c + 7s = 1920) substitute (c+50) for a and 4c for s: \n" ); document.write( "12(c+50) + 4c + 7(4c)c = 1920 \n" ); document.write( ": \n" ); document.write( "12c + 600 + 4c + 28c = 1920 \n" ); document.write( ": \n" ); document.write( "12c + 4c + 28c = 1920 - 600 \n" ); document.write( ": \n" ); document.write( "44c = 1320 \n" ); document.write( ": \n" ); document.write( "c = 1320/17 \n" ); document.write( ": \n" ); document.write( "c = 30 children \n" ); document.write( ": \n" ); document.write( "Use the other two equations to determine no. of adults and seniors \n" ); document.write( ": \n" ); document.write( "Check solutions by substitution in the 1st equation \n" ); document.write( "; \n" ); document.write( "Did this help? Any questions? \n" ); document.write( " |