document.write( "Question 502494: 9 movie tickets cost $30.00 total. Each child's ticket cost $2.00 and each adult ticket costs $4.00. How many child's ticket were purchased?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #338869 by Alan3354(69443) You can put this solution on YOUR website! Do it like this one: \n" ); document.write( "---------- \n" ); document.write( "A movie theatre is presenting a stage production of the feature \"Hoodwinked\". At the opening, 70 tickets were sold and ticket sales totaled $568. If adult tickets cost $10 and children's tickets cost $7, how many of each type of ticket were sold? \n" ); document.write( "-------------------- \n" ); document.write( "The question doesn't ask for a formula, it asks how many tix were sold. \n" ); document.write( "--------------- \n" ); document.write( "a + c = 70 (# of tix) \n" ); document.write( "10a + 7c = 568 (cost of tix) \n" ); document.write( "------------ \n" ); document.write( "Can you finish it? \n" ); document.write( " |