document.write( "Question 747721: A total of 330 tickets were sold for the school play. They were either adult tickets or student tickets. The number of student tickets sold was two times the number of adult tickets sold . How many adult tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #455085 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A total of 330 tickets were sold for the school play. They were either adult tickets or student tickets. The number of student tickets sold was two times the number of adult tickets sold . How many adult tickets were sold? \n" ); document.write( "*** \n" ); document.write( "let x=number of adult tickets sold \n" ); document.write( "330-x=number of student tickets sold \n" ); document.write( "330-x=2x \n" ); document.write( "3x=330 \n" ); document.write( "x=110 \n" ); document.write( "number of adult tickets sold=110 \n" ); document.write( " |