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)![]() ![]() ![]() 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( "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( " |