document.write( "Question 1198707: Use a system of equations to solve the following problem \r
\n" );
document.write( "\n" );
document.write( "The local theater has three types of seats for Broadway plays: main , , and mezzanineMain floor tickets are $44 balcony tickets are $38, and mezzanine tickets are $36. One particular night, sales totaled $47,456There were 43 more main floor tickets sold than balcony and mezzanine tickets combined. The number of balcony tickets sold is 270 more than 2 times the number of mezzanine tickets soldHow many of each type of ticket were sold?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #832331 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! This example or others like it were solved several times before on this site. \n" ); document.write( " \r\n" ); document.write( "TYPE PRICE QUANTITY COSTS\r\n" ); document.write( "\r\n" ); document.write( "Main 44 43+(270+2z+z)\r\n" ); document.write( "\r\n" ); document.write( "Mezzanine 36 z\r\n" ); document.write( "\r\n" ); document.write( "Balcony 38 270+2z\r\n" ); document.write( "\r\n" ); document.write( "TOTALS 47456\r\n" ); document.write( " \n" ); document.write( "A few small simplifications can be done. Form the cost equation in one single variable, z. Solve... \n" ); document.write( " |