document.write( "Question 464163: In a theater, orchestra tickets cost $4 more a piece than balcony tickets, and each lodge ticket costs $3 more than an orchestra ticket. Maria paid $508 for four lodge and twelve balcony tickets. How much did each ticket cost?\r
\n" );
document.write( "\n" );
document.write( "I am so frazzled on this. If anyone could help me out, thank you! \n" );
document.write( "
Algebra.Com's Answer #317937 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! orchestra=balcony+4 \n" ); document.write( "lodge=orchestra+3=balcony+4+3=balcony+7 \n" ); document.write( "4(b+7)+12b=508 \n" ); document.write( "4b+28+12b=508 \n" ); document.write( "16b=480 \n" ); document.write( "b=30 \n" ); document.write( "Balcony tickets are $30; orchestra tickets are $34; and lodge tickets are $37.. \n" ); document.write( " |