document.write( "Question 82389: Tickets for an event cost $5 for children, $10 for adults, and $8 for senior citizens. The total ticket sales were $2060. There were 50 more adult tickets sold than child tickets, and the number of senior citizens tickets were 3 times the number of child tickets. How many of each ticket were sold?\r
\n" );
document.write( "\n" );
document.write( "Hint: You must find all 3 numbers to earn full credit.\r
\n" );
document.write( "\n" );
document.write( "Answer:
\n" );
document.write( " Child tickets: _________ sold
\n" );
document.write( " Adult tickets: _________ sold
\n" );
document.write( " Senior citizen tickets: _________ sold\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #59048 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! x = no. of children; y = no. adults; z = no. of seniors \n" ); document.write( ": \n" ); document.write( "Write an equation for each sentence \n" ); document.write( "Tickets for an event cost $5 for children, $10 for adults, and $8 for senior citizens. \n" ); document.write( "\"The total ticket sales were $2060. \" \n" ); document.write( "5x + 10y + 8z = 2060 \n" ); document.write( ": \n" ); document.write( "\"There were 50 more adult tickets sold than child tickets,\" \n" ); document.write( "y = x + 50 \n" ); document.write( ": \n" ); document.write( "\"the number of senior citizens tickets were 3 times the number of child tickets\" \n" ); document.write( "z = 3*x \n" ); document.write( ": \n" ); document.write( ". How many of each ticket were sold? \n" ); document.write( ": \n" ); document.write( "Notice that the last two equation put both y and z in terms x. Therefore if \n" ); document.write( "we substitute for y and z in the total sales equation we can find x: \n" ); document.write( "5x + 10(x+50) + 8(3x) = 2060 \n" ); document.write( ": \n" ); document.write( "5x + 10x + 500 + 24x = 2060; multiplied what's in brackets \n" ); document.write( ": \n" ); document.write( "5x + 10x + 24x = 2060 - 500; subtracted 500 from both sides \n" ); document.write( ": \n" ); document.write( "39x = 1560 \n" ); document.write( ": \n" ); document.write( "x = 1560/39 \n" ); document.write( ": \n" ); document.write( "x = 40 children \n" ); document.write( ": \n" ); document.write( "Then: \n" ); document.write( "y = x + 50 \n" ); document.write( "y = 40 + 50 \n" ); document.write( "y = 90 adults \n" ); document.write( ": \n" ); document.write( "And \n" ); document.write( "z = 3*x \n" ); document.write( "z = 2*40 \n" ); document.write( "z = 120 seniors \n" ); document.write( ": \n" ); document.write( "Check our solutions in the total sales equation: \n" ); document.write( "5(40) + 90(10) + 8(120) = \n" ); document.write( "200 + 900 + 960 = 2060 \n" ); document.write( " |