document.write( "Question 666558: Admission tickets to a theater were 60 cents for adults and 25 cents for children. Receipts for the day showed that 280 persons attended and $140 was collected. How many children attended that day? \n" ); document.write( "
Algebra.Com's Answer #414539 by mananth(16946)![]() ![]() You can put this solution on YOUR website! adults --------- x \n" ); document.write( "children ----------- y\r \n" ); document.write( "\n" ); document.write( "x+y = 280.........................(1)\r \n" ); document.write( "\n" ); document.write( "Receipts = 140*100= 14000 cents\r \n" ); document.write( "\n" ); document.write( "60x+25y=14000.....................(2)\r \n" ); document.write( "\n" ); document.write( "Multiply equation (1) by -60\r \n" ); document.write( "\n" ); document.write( "-60x-60y=-16800\r \n" ); document.write( "\n" ); document.write( "add with (2) \n" ); document.write( "-35y= -2800 \n" ); document.write( "y= -2800/-35 \n" ); document.write( "y = 80 the number of children \n" ); document.write( " \n" ); document.write( " |