document.write( "Question 1149364: Admission tickets to a theater were P60 for adults and P25 for children. Receipts for the day showed that 280 persons attended and P14,000 were collected. How many children attended that day? \n" ); document.write( "
Algebra.Com's Answer #770698 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
let x be the number of adults and y be the number of children
\n" ); document.write( ":
\n" ); document.write( "(1) x + y = 280
\n" ); document.write( ":
\n" ); document.write( "(2) P60x + P25y = P14,000
\n" ); document.write( ":
\n" ); document.write( "solve equation 1 for x and subsitute in equation 2
\n" ); document.write( ":
\n" ); document.write( "x = 280 - y
\n" ); document.write( ":
\n" ); document.write( "P60(280 - y) +P25y = P14,000
\n" ); document.write( ":
\n" ); document.write( "P16,800 - P60y + p25y = P14,000
\n" ); document.write( ":
\n" ); document.write( "P2,800 -P35y = 0
\n" ); document.write( ":
\n" ); document.write( "p35y = P2,800
\n" ); document.write( ":
\n" ); document.write( "y = P2,800/P35 = 80
\n" ); document.write( ":
\n" ); document.write( "**********************************
\n" ); document.write( "80 children attended that day
\n" ); document.write( "**********************************
\n" ); document.write( ":
\n" ); document.write( "
\n" );