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 #122071 by oscargut(2103) You can put this solution on YOUR website! number of adult tickets =x \n" ); document.write( "number ofstudents tickets =y\r \n" ); document.write( "\n" ); document.write( "3x+2y=824 \n" ); document.write( "2y=x\r \n" ); document.write( "\n" ); document.write( "then\r \n" ); document.write( "\n" ); document.write( "4x=824 then x=206 and y=103 \n" ); document.write( " |