document.write( "Question 251774: For a school play, 340 tickets values at $810 were sold. Adult tickets cost $3 and student tickets cost $2. How many tickets of each kind were sold? \n" ); document.write( "
Algebra.Com's Answer #183444 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a=adult tickets
\n" ); document.write( "s=student tickets
\n" ); document.write( "a+s=340
\n" ); document.write( "3a+2s=810
\n" ); document.write( "a=130
\n" ); document.write( "s=210
\n" ); document.write( "
\n" );