document.write( "Question 344982: A movie theater charges $ 8 for adults and $ 5 for seniors. On a particular day when 325 people paid an admission, the total receipts were $ 2569. Round your answers to the nearest integers. \r
\n" );
document.write( "\n" );
document.write( "How many who paid were adults? \r
\n" );
document.write( "\n" );
document.write( "How many who paid were seniors?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #246821 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x be adults \n" ); document.write( "325-x will be seniors \n" ); document.write( "adults = $8 \n" ); document.write( "seniors = $5 \n" ); document.write( ".. \n" ); document.write( "receipts = $2569 \n" ); document.write( "... \n" ); document.write( "8x+5(325-x)=2569 \n" ); document.write( "8x+1625-5x=2569 \n" ); document.write( "3x=2569-1625 \n" ); document.write( "3x=944 \n" ); document.write( "/3 \n" ); document.write( "x=311 adults \n" ); document.write( "seniors = 14 \n" ); document.write( " |