document.write( "Question 752773: There were 460 people at a play. The admission price was $3 for adults and $1 for children. The admission receipts were $1060. How many adults and how many children attended? \n" ); document.write( "
Algebra.Com's Answer #458157 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! x = adults: y = children \n" ); document.write( " x + y = 460 ....1 \n" ); document.write( "3x + y = 1060....2 \n" ); document.write( "Subtract (1) from (2)\r \n" ); document.write( "\n" ); document.write( "2x = 600 \n" ); document.write( " x = 300\r \n" ); document.write( "\n" ); document.write( "Substitute x = 300 \n" ); document.write( "in equation 1 \n" ); document.write( "x + y = 460 \n" ); document.write( "300 + y = 460 \n" ); document.write( " y = 460 - 300 \n" ); document.write( " y = 160 \n" ); document.write( "Therefore there were 300 \n" ); document.write( "adults and 160 children\r \n" ); document.write( "\n" ); document.write( "Hope this helps \n" ); document.write( ":-) \n" ); document.write( " |