document.write( "Question 255248: A total of 416 tickets were sold for the school play. 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 #187517 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the number of adult tickets = x
\n" ); document.write( "Then the number of student tickets = 3x
\n" ); document.write( "Total tickets x+3x = 416
\n" ); document.write( " 4x = 416
\n" ); document.write( " x = 416/4
\n" ); document.write( " x = 104
\n" ); document.write( "Therefore the number of adult tickets sold is 104
\n" ); document.write( "
\n" );