document.write( "Question 761150: Theatre contains 500 seats and the ticket prices for the recent plays were $43 or adults and $28 or children. Total proceeds were $16,805. How many of each were sold? \n" ); document.write( "
Algebra.Com's Answer #463057 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Adults = x \n" ); document.write( "Children = y \n" ); document.write( " x + y = 500.........1 \n" ); document.write( "43x + 28y = 16805......2 \n" ); document.write( "Multiply (1) by 28 \n" ); document.write( " 28x + 28y = 14000.....3 \n" ); document.write( " 43x + 28y = 16805.....2 \n" ); document.write( "Subtract (3) from (2) \n" ); document.write( " 15x = 2805 \n" ); document.write( " x = 187 \n" ); document.write( "Substitute x = 187 into Eq (1) \n" ); document.write( " x + y = 500 \n" ); document.write( "187 + y = 500 \n" ); document.write( " y = 500 - 187 \n" ); document.write( " y = 313 \n" ); document.write( "Therefore 187 Adult's tickets sold \n" ); document.write( " 313 Children's tickets sold \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |