document.write( "Question 290625: A school sold 200 tickets to a play. Ticket prices were $8 per adult and $5 per child. If the total sales for the tickets came to $1414, how many children's tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #211022 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Here is the set up:\r \n" ); document.write( "\n" ); document.write( "Let c = children\r \n" ); document.write( "\n" ); document.write( "Let a = adult\r \n" ); document.write( "\n" ); document.write( "a + c = 200 \n" ); document.write( "8a + 5c = 1414\r \n" ); document.write( "\n" ); document.write( "Can you do it now? \n" ); document.write( " |