document.write( "Question 228109: Mary is the manger of a movie theater. For one show she sold 540 tickets and collected a total of $2935. If she sold adult tickets for $6.50 and student tickets for $4.00, how many of each did she sell?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #169433 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Mary is the manger of a movie theater. For one show she sold 540 tickets and collected a total of $2935. If she sold adult tickets for $6.50 and student tickets for $4.00, how many of each did she sell? \n" ); document.write( ". \n" ); document.write( "Let x = number of adult tickets sold \n" ); document.write( "then \n" ); document.write( "540-x = number of student tickets sold \n" ); document.write( ". \n" ); document.write( "6.50x + 4(540-x) = 2945 \n" ); document.write( "6.50x + 1800 - 4x = 2945 \n" ); document.write( "2.50x + 1800 = 2945 \n" ); document.write( "2.50x = 1145 \n" ); document.write( "x = 458 (adult tickets) \n" ); document.write( ". \n" ); document.write( "Student tickets: \n" ); document.write( "540-x = 540-458 = 82 \n" ); document.write( " |