document.write( "Question 884558: A total of 395 tickets were sold for the school play. They were either adult tickets or student tickets. There were 55 fewer student tickets sold than adult tickets. How many adult tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #534416 by geetha_rama(94)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the adult tickets sold and y the students ticket sold \n" ); document.write( "x+y = 395 \n" ); document.write( "Also x = y+55 (given 55 lesser student tickets sold than adult ticket) \n" ); document.write( "solving the above 2 equations, \n" ); document.write( " we get y=170 and x=225 \n" ); document.write( "No: of adult tickets = 225 \n" ); document.write( " |