document.write( "Question 1167782: The local theater has three types of seats for Broadway plays: main floor, balcony, and mezzanine. Main floor tickets are $59, balcony tickets are $49, and mezzanine tickets are $34. One particular night, sales totaled $106,306. There were 254 more main floor tickets sold than balcony and mezzanine tickets combined. The number of balcony tickets sold is 444 more than 3 times the number of mezzanine tickets sold. How many of each type of ticket were sold?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #792385 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
f for Main Floor
\n" ); document.write( "b for Balcony
\n" ); document.write( "m for Mezzanine
\n" ); document.write( "-
\n" ); document.write( "\"system%28f-b-m=254%2Cb=3m%2B44%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"f-%28b%29-m=254\"
\n" ); document.write( "\"f-3m-44-m=254\"
\n" ); document.write( "\"f-4m=254%2B244\"
\n" ); document.write( "\"f-4m=498\"
\n" ); document.write( "\"f=498-4m\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Try to fill the table here using only one variable, m.
\n" ); document.write( "Then make expressions for the revenue of each seat type.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                  $/seat              $\r\n" );
document.write( "TYPE             PRICE     COUNT      REVENUE\r\n" );
document.write( "Main Floor        59      498-4m     59(498-4m)\r\n" );
document.write( "Balcony           49      3m+44      49(3m+44)\r\n" );
document.write( "Mezzanine         34       m         34m\r\n" );
document.write( "TOTALS                                 106306\r\n" );
document.write( "

\n" ); document.write( "You can find the equation to arrange and to solve.
\n" ); document.write( "
\n" );