document.write( "Question 235401: Adult tickets for a play cost $25 each and the childrens tickets cost $15 each. The total receipts were $7,200 and the total attendenct was 400. How many adults and how many children attended? \n" ); document.write( "
Algebra.Com's Answer #173397 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
a=c=400 or a=400-c
\n" ); document.write( "25a+15c=7,200
\n" ); document.write( "25(400-c)+15c=7,200
\n" ); document.write( "10,000-25c+15c=7,200-10,000
\n" ); document.write( "-10c=-2,800
\n" ); document.write( "c=-2,800/-10
\n" ); document.write( "c=280 ans. for the number of children tickets sold.
\n" ); document.write( "400-280=120 adult tickets were sold.
\n" ); document.write( "Proof:
\n" ); document.write( "25*120+15*280=7,200
\n" ); document.write( "3,000+4,200=7,200
\n" ); document.write( "7,200=7,200
\n" ); document.write( "
\n" );