document.write( "Question 1018857: A total of 50 tickets were sold for a play. Children tickets cost $5 and adult tickets cost $10. If the total sold was $350, how many tickets of each type were sold \n" ); document.write( "
Algebra.Com's Answer #634879 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \r\n" ); document.write( "Let the number of children's tickets be x\r\n" ); document.write( "Let the number of adult's tickets be y\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Money Money\r\n" ); document.write( "Type Number from from\r\n" ); document.write( " of of EACH ALL\r\n" ); document.write( "ticket tickets ticket tickets\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "children x $5 $5x\r\n" ); document.write( "adults y $10 $10y\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "TOTALS 50 ----- $350\r\n" ); document.write( "\r\n" ); document.write( " The first equation comes from the second column.\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |