document.write( "Question 22125: I'm completely stuck on this problem.
\n" );
document.write( "The owner of a movie theater was couting the money from 1 day's ticket sales. She knew that a total of 150 tickets were sold. Adult tickets cost $7.50 each, children's tickets cost $4.75 each. If the total receipts for the day were $891.25, how many of each kind of ticket were sold?
\n" );
document.write( "if you could just send me the equation that would be really helpful
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #10678 by Paul(988) ![]() You can put this solution on YOUR website! let adults be x and childern be y \n" ); document.write( "x+y=150 \n" ); document.write( "y=150-x \n" ); document.write( "750x+475(150-x)=89125 \n" ); document.write( "750x+71250-475x=89125 \n" ); document.write( "275x=17875 (divide both sides by 275) \n" ); document.write( "x=65 \n" ); document.write( "150-65=85(y) \r \n" ); document.write( "\n" ); document.write( "Hence, there were 65 tickets for adults and 85 tickets for childern. \n" ); document.write( " |