document.write( "Question 1044179: The price of admission to a high school play was $3.00 for students and $5.00 for non-students. If 500 tickets were sold for a total of $1,920.00, how many of each kind were sold? \n" ); document.write( "
Algebra.Com's Answer #659438 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Two-variable linear system application.
\n" ); document.write( "Assign variables for how many of each ticket.
\n" ); document.write( "Account for the sales revenue; account for the number of tickets.
\n" ); document.write( "Solve.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "                  TICKETS    PRICE     REVENUE       \r\n" );
document.write( "STUDENTS           x         3.00      \r\n" );
document.write( "\r\n" );
document.write( "NONSTUDENTS        y         5.00\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "TOTALS           500                    1920\r\n" );
document.write( "

\n" ); document.write( "You write the system of EQUATIONS and solve it.
\n" ); document.write( "
\n" );