document.write( "Question 185997: Ticket sales. Tickets for a concert were sold to adults for
\n" );
document.write( "$3 and to students for $2. If the total receipts were $824
\n" );
document.write( "and twice as many adult tickets as student tickets were
\n" );
document.write( "sold, then how many of each were sold? \n" );
document.write( "
Algebra.Com's Answer #139485 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! Ticket sales. Tickets for a concert were sold to adults for \n" ); document.write( "$3 and to students for $2. If the total receipts were $824 \n" ); document.write( "and twice as many adult tickets as student tickets were \n" ); document.write( "sold, then how many of each were sold? \n" ); document.write( ": \n" ); document.write( "let number of adult and student tickets be a and s respectively \n" ); document.write( ": \n" ); document.write( "a=2s......eq 1 \n" ); document.write( "3a+2s=824..eq 2 \n" ); document.write( ": \n" ); document.write( "take a's value from eq 1 and plug it into eq 2 \n" ); document.write( ": \n" ); document.write( "3(2s)+2s=824 \n" ); document.write( ": \n" ); document.write( "8s=824 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " |