document.write( "Question 530934: Hello. I am having trouble with the following question. Can you please help?\r
\n" );
document.write( "\n" );
document.write( "500 tickets were sold for a music concert. Adult tickets sold for $7.50 and children tickets sold for $4. Total ticket sales were $3312.50. How many of each kind of ticket were sold? \n" );
document.write( "
Algebra.Com's Answer #350258 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! a = number of adult tickets sold \n" ); document.write( "c = number of children ticks sold \n" ); document.write( "a + c = 500 (given) \n" ); document.write( "so \n" ); document.write( "a = 500-c \n" ); document.write( ". \n" ); document.write( "7.5a = value of the adult tickets sold \n" ); document.write( "4c = value of the children tickets sold \n" ); document.write( "7.5a + 4c = 3312.5 \n" ); document.write( ". \n" ); document.write( "substitute a = 500-c \n" ); document.write( ". \n" ); document.write( "7.5(500-c) + 4c = 3312.5 \n" ); document.write( ". \n" ); document.write( "multiply by 10 to eliminate decimals \n" ); document.write( ". \n" ); document.write( "75(500-c) + 40c = 33125 \n" ); document.write( ". \n" ); document.write( "37500 -75c + 40c = 33125 \n" ); document.write( ". \n" ); document.write( "-35c = -4375 \n" ); document.write( ". \n" ); document.write( "c = 125 child tickets \n" ); document.write( ". \n" ); document.write( "a = 500-c \n" ); document.write( "a = 375 adult tickets \n" ); document.write( ". \n" ); document.write( "Check the value to make sure this is the right answer. \n" ); document.write( "4*125 = 500 \n" ); document.write( "7.5*375 = 2812.5 \n" ); document.write( "500+2812.5 = 3312.5 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: 375 adult tickets and 125 child tickets. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |