document.write( "Question 1131992: I need your help with this word problem: Gary sold tickets to the school football game. He sold $1240 worth of tickets. He sold 10 more adult tickets than children tickets and 4 times as many senior tickets than children tickets. If children tickets are $4, senior tickets are $6, and adult tickets are $10, how many children tickets did Gary sell? \n" ); document.write( "
Algebra.Com's Answer #748777 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "            Numbers of Tickets   Price    Sales\r\n" );
document.write( "\r\n" );
document.write( "ADULT           c+10             10       10(c+10)\r\n" );
document.write( "CHILDREN        c                 4        4c\r\n" );
document.write( "SENIOR          4c                6        6*4c\r\n" );
document.write( "Total  - - - - - - - - - - - - - - - -   $ 1240\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"10%28c%2B10%29%2B4c%2B6%2A4c=1240\"------simplify and solve for c. Use this to find the other \"Numbers of Tickets\" expressions.
\n" ); document.write( "
\n" );