document.write( "Question 952378: Stacey is selling tickets to the school play. The tickets are $8 for adults and $3 for children. She sells twice as many adult tickets as children's tickets and brings in a total of $380. How many of each kind of ticket did she sell? \n" ); document.write( "
Algebra.Com's Answer #581601 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Stacey is selling tickets to the school play. The tickets are $8 for adults and $3 for children. She sells twice as many adult tickets as children's tickets and brings in a total of $380. How many of each kind of ticket did she sell?
\n" ); document.write( "***
\n" ); document.write( "let x=number of children's tickets sold
\n" ); document.write( "2x=number of adult tickets sold
\n" ); document.write( "3x+8*2x=380
\n" ); document.write( "19x=380
\n" ); document.write( "x=380/19=20
\n" ); document.write( "2x=40
\n" ); document.write( "number of children's tickets sold=20
\n" ); document.write( "number of adult tickets sold=40
\n" ); document.write( "
\n" );