document.write( "Question 165626: tickets for a concert were sold to adults for $3 and to students for $2. if the total receipts were $824 and twice as many adult tickets as students were sold, then how many of each were sold? \n" ); document.write( "
Algebra.Com's Answer #122073 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
a= # of adults s= # of students so 3a+2s=824 and a=2s so substituting a in the second equation ,into the first equation we get 3(2s)+2s=824 so 8s=824\r
\n" ); document.write( "\n" ); document.write( "and s=103 so since a=2 times s(103) then a =206\r
\n" ); document.write( "\n" ); document.write( "answer: 206 adult tickets and 103 student tickets were sold.
\n" ); document.write( "
\n" );