document.write( "Question 901857: University Theater sold 556 tickets for a play. Tickets cost $22 per adult
\n" );
document.write( "and $12 per senior citizen. If total receipts were $8492, how many senior
\n" );
document.write( "citizen tickets were sold? \n" );
document.write( "
Algebra.Com's Answer #546987 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Set Up \n" ); document.write( "22x + 12(556-x) = 8492 \n" ); document.write( " x = (8492-12*556)/10, number of Adult \n" ); document.write( "Senior is 556 - adult \n" ); document.write( " |