document.write( "Question 188945: Ticket Sales
\n" );
document.write( "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 student tickets were sold, then how many of each were sold? \n" );
document.write( "
Algebra.Com's Answer #141754 by jonvaliente(64)![]() ![]() You can put this solution on YOUR website! Let a=no of adult tickets sold \n" ); document.write( " s=no of student tickets sold\r \n" ); document.write( "\n" ); document.write( "3a+2s=824\r \n" ); document.write( "\n" ); document.write( "a=2s\r \n" ); document.write( "\n" ); document.write( "Subsitutiting 2s for a, we get:\r \n" ); document.write( "\n" ); document.write( "3*(2s)+2s=824\r \n" ); document.write( "\n" ); document.write( "6s+2s=824\r \n" ); document.write( "\n" ); document.write( "8s = 824\r \n" ); document.write( "\n" ); document.write( "s=103\r \n" ); document.write( "\n" ); document.write( "Since, a=2s we get\r \n" ); document.write( "\n" ); document.write( "a=2*103\r \n" ); document.write( "\n" ); document.write( "a=206\r \n" ); document.write( "\n" ); document.write( "Then, there were 206 adult tickets and 103 student tickes sold for the concert \n" ); document.write( " |