document.write( "Question 710089: A total of 584 tickets were sold for the school play. They were either adult tickets or student tickets. There were 66 fewer student tickets sold than adult tickets. How many adult tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #436862 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
A total of 584 tickets were sold for the school play
\n" ); document.write( "There were 66 fewer student tickets sold than adult tickets
\n" ); document.write( "let there were x adults
\n" ); document.write( "then there were x-66 students
\n" ); document.write( "so x+x-66=584
\n" ); document.write( "or 2x=584+66=650
\n" ); document.write( "or x=650/2=325
\n" ); document.write( "so there were 325 adults
\n" ); document.write( "
\n" );