document.write( "Question 1085422: A total of 364 tickets were sold for the school play. They were either adult tickets or student tickets. The number of student tickets sold was three times the number of adult tickets sold. How many adult tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #699492 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Adult tickets=x \n" ); document.write( "Student tickets=3x \n" ); document.write( "They sum to 364 \n" ); document.write( "4x=364 \n" ); document.write( "x=91 adult tickets and \n" ); document.write( "3x=273 student tickets \n" ); document.write( " |