document.write( "Question 400647: A total of 772 tickets were sold for the school play. There were 72 more student tickets sold than adult tickets. How many adult tickets were sold?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #283617 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! let x be the number of adult tickets sold \n" ); document.write( "x+x+72=772 \n" ); document.write( "2x+72=772 \n" ); document.write( "2x=700 \n" ); document.write( "x=350 adult tickets \n" ); document.write( " \n" ); document.write( " |