document.write( "Question 465923: A total of 637 tickets were sold for the school play. They were either adult tickets or student tickets. There were 63 fewer student tickets sold than adult tickets. How many adult tickets were sold?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #319337 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! So say adult sold would be x, then student sold would be x-63 \n" ); document.write( "add them \n" ); document.write( "x+x-63=637 solve for x \n" ); document.write( "2x=700 divide each side by 2 \n" ); document.write( "x=350 \n" ); document.write( "so 350 adult and 350-63=287 student \n" ); document.write( " |