document.write( "Question 163629: Tickets for a concert were sold to adults for $3 and 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 #120532 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let x = number of student tickets sold \n" ); document.write( "the because \"twice as many adult tickets as students were sold\" \n" ); document.write( "2x = number of adult tickets sold \n" ); document.write( ". \n" ); document.write( "2x + 3(2x) = 824 \n" ); document.write( "2x + 6x = 824 \n" ); document.write( "8x = 824 \n" ); document.write( "x = 103 (number of student tickets \n" ); document.write( ". \n" ); document.write( "Adult tickets: \n" ); document.write( "2x = 2(103) = 206 (number of adult tickets) \n" ); document.write( " |