document.write( "Question 109402: Tickets for an event cost $5 for children, $11 for adults, and $6 for senior citizens. The total ticket sales were $1750. 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 #79833 by ptaylor(2198)\"\" \"About 
You can put this solution on YOUR website!
Let x=number of children tickets sold
\n" ); document.write( "And y=number of adult tickets sold
\n" ); document.write( "And z=number of senior tickets sold\r
\n" ); document.write( "\n" ); document.write( "Now the problem tells us the following:\r
\n" ); document.write( "\n" ); document.write( "5x+11y+6z=1750-------------------------------eq1
\n" ); document.write( "and
\n" ); document.write( "y=x+50------------------------------------------eq2
\n" ); document.write( "and
\n" ); document.write( "z=4x----------------------------------------------eq3\r
\n" ); document.write( "\n" ); document.write( "Three equations, three unknowns. Lets solve by substitution. We will substitute the value for y in eq2 and the value for z in eq3 into eq1 and we get:\r
\n" ); document.write( "\n" ); document.write( "5x+11(x+50)+6(4x)=1750 get rid of parens
\n" ); document.write( "5x+11x+550+24x=1750 subtract 550 from both sides\r
\n" ); document.write( "\n" ); document.write( "5x+11x+550-550+24x=1750-550 collect like terms\r
\n" ); document.write( "\n" ); document.write( "40x=1200 divide both sides by 40
\n" ); document.write( "x=30------------------------------------number of children tickets sold
\n" ); document.write( "substitute x=30 into eq2:
\n" ); document.write( "y=30+50=80-----------------------------number of adult tickets sold\r
\n" ); document.write( "\n" ); document.write( "substitute x=30 into eq3 and we have:\r
\n" ); document.write( "\n" ); document.write( "z=4*30=120------------------------------number of senior tickets sold\r
\n" ); document.write( "\n" ); document.write( "CK\r
\n" ); document.write( "\n" ); document.write( "From eq1:\r
\n" ); document.write( "\n" ); document.write( "5*30+11*80+6*120=1750
\n" ); document.write( "150+880+720=1750
\n" ); document.write( "1750=1750\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );