document.write( "Question 831673: A concert was attended by 449 people and total sales were $4748. Adult tickets $12 and Children tickets $7. How many of each ticket bought? \n" ); document.write( "
Algebra.Com's Answer #501538 by hovuquocan1997(83)\"\" \"About 
You can put this solution on YOUR website!
Let the number of adults be x and the number of children be y
\n" ); document.write( "We have the total number of both is 449 people, so we have the first equation:
\n" ); document.write( "x + y = 449
\n" ); document.write( "Then we have the total cost of adult is 12x ($12 each ticket times the number of adults) and the total cost of children is 7y ($7 each ticket times the number of children) and the total cost of both is $4748 (given). So we have the second equation:
\n" ); document.write( "12x + 7y = 4748
\n" ); document.write( "Now as we have 2 equations, we can form a system of equation and solve for x and y
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE linear system by SUBSTITUTION
Solve:
\n" ); document.write( " \"+system%28+%0D%0A++++1%5Cx+%2B+1%5Cy+=+449%2C%0D%0A++++12%5Cx+%2B+7%5Cy+=+4748+%29%0D%0A++\"We'll use substitution. After moving 1*y to the right, we get:
\n" ); document.write( " \"1%2Ax+=+449+-+1%2Ay\", or \"x+=+449%2F1+-+1%2Ay%2F1\". Substitute that
\n" ); document.write( " into another equation:
\n" ); document.write( " \"12%2A%28449%2F1+-+1%2Ay%2F1%29+%2B+7%5Cy+=+4748\" and simplify: So, we know that y=128. Since \"x+=+449%2F1+-+1%2Ay%2F1\", x=321.
\n" ); document.write( "
\n" ); document.write( " Answer: \"system%28+x=321%2C+y=128+%29\".
\n" ); document.write( "

\n" ); document.write( "\n" ); document.write( "You get x = 321 and y = 128
\n" ); document.write( "That means the number of adults are 321 and the number of children are 128
\n" ); document.write( "That means there are 321 adult tickets bought and 128 children tickets bought
\n" ); document.write( "TA-DAH
\n" ); document.write( ":D
\n" ); document.write( "
\n" );