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 #501536 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "------- \n" ); document.write( "Quantity: a + c = 449 \n" ); document.write( "Value: 12a +7c = 4748 \n" ); document.write( "--------------------------- \n" ); document.write( "Modify for elimination: \n" ); document.write( "12a + 12c = 12*449 \n" ); document.write( "12a + 7c = 4748 \n" ); document.write( "--------------------- \n" ); document.write( "Subtract and solve for \"c\": \n" ); document.write( "5c = 640 \n" ); document.write( "c = 128 (# of children's tickets sold) \n" ); document.write( "------ \n" ); document.write( "a + c = 449 \n" ); document.write( "a + 128 = 449 \n" ); document.write( "a = 321 (# of adult tickets sold) \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |