document.write( "Question 1040417: On a certain hot summer's day, 708 people used the public swimming pool. The daily prices are $ 1.75$ for children and $2.00 for adults. The receipts for admission totaled $1326.25. How many children and how many adults swam at the public pool that day? \n" ); document.write( "
Algebra.Com's Answer #655220 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be the number of adults that day. Then: \n" ); document.write( "2n+1.75(708-n)=1326.25 \n" ); document.write( "200n+175(708-n)=132625 \n" ); document.write( "200n+123900-175n=132625 \n" ); document.write( "25n=8725 \n" ); document.write( "n=349 \n" ); document.write( "There were 349 adults, and 359 children that day ☺☺☺ \n" ); document.write( " |