document.write( "Question 367423: There were 590 people at play. the admission price was $3.00 for adults and $1.00 for children. The admission receipts were $1070. How many adults and children attended. \n" ); document.write( "
Algebra.Com's Answer #261909 by Jstrasner(112)![]() ![]() You can put this solution on YOUR website! Hey, \n" ); document.write( "For this one we need to split this problem into two equations:\r \n" ); document.write( "\n" ); document.write( "a (adults) + c (children) = 590 \n" ); document.write( "3a + c = 1070 \n" ); document.write( "Then we substitute 590 - a for c in the second equation. \n" ); document.write( "3a + 590 - a = 1070 \n" ); document.write( "2a + 590 = 1070 \n" ); document.write( "2a = 560 \n" ); document.write( "a = 280 \n" ); document.write( "Then we plug this into the first equation: \n" ); document.write( "280 + c = 590 \n" ); document.write( "c = 310 \n" ); document.write( "I hope this helps! \n" ); document.write( " |