document.write( "Question 498158: The admission tickets to a concert was sold $8 for each adult, and $5 for each child. The number of adult tickets sold was 50 less than twice the number of children's tickets sold. If the total sales amounted to $5,900, how many tickets of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #336920 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The admission tickets to a concert was sold $8 for each adult, and $5 for each child. The number of adult tickets sold was 50 less than twice the number of children's tickets sold. If the total sales amounted to $5,900, how many tickets of each type were sold?
\n" ); document.write( "**
\n" ); document.write( "let x = number of children's tickets sold
\n" ); document.write( "2x-50 = number of adult tickets sold
\n" ); document.write( "..
\n" ); document.write( "5x+8(2x-50)=5900
\n" ); document.write( "5x+16x-400=5900
\n" ); document.write( "21x=6300
\n" ); document.write( "x=300
\n" ); document.write( "2x-50=600-50=550
\n" ); document.write( "ans:
\n" ); document.write( "300 children's tickets were sold
\n" ); document.write( "550 adult tickets were sold
\n" ); document.write( "
\n" );