document.write( "Question 437187: There are two types of tickets for a school play: child tickets that sell for
\n" ); document.write( "$2 each and adult tickets that sell for $6 each. A total of 91 tickets are sold,
\n" ); document.write( "bringing in a total of $406. How many adult tickets were sold? Use Table.
\n" ); document.write( "

Algebra.Com's Answer #302379 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
x+y=91
\n" ); document.write( "2x+6y=406
\n" ); document.write( "----------------
\n" ); document.write( "2x+6y=406
\n" ); document.write( "2x+2y=182
\n" ); document.write( "4y=406-182=224
\n" ); document.write( "x=56
\n" ); document.write( "y=35.
\n" ); document.write( "
\n" ); document.write( "
\n" );