document.write( "Question 1131073: On weekdays, a movie theater charges different rates for adults and
\n" );
document.write( "children. If 3 adults and 2 children go for a movie on a weekday, the total
\n" );
document.write( "cost of the tickets is $31. If 2 adults and 3 children go on a weekday, the
\n" );
document.write( "total cost of the tickets is $29. If a group of adults and 6 children go to the movie theater on a weekday and pay $58 for tickets, how many adults are
\n" );
document.write( "in this group?
\n" );
document.write( "A. 4
\n" );
document.write( "B. 5
\n" );
document.write( "C. 7
\n" );
document.write( "D. 8 \n" );
document.write( "
Algebra.Com's Answer #747721 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! On weekdays, a movie theater charges different rates for adults and \n" ); document.write( "children. \n" ); document.write( "If 3 adults and 2 children go for a movie on a weekday, the total \n" ); document.write( "cost of the tickets is $31. \n" ); document.write( "If 2 adults and 3 children go on a weekday, the \n" ); document.write( "total cost of the tickets is $29. \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "3a + 2c = 31 \n" ); document.write( "2a + 3c = 29 \n" ); document.write( "----- \n" ); document.write( "Modify and solve for \"a\":: \n" ); document.write( "9a + 6c = 3*31 \n" ); document.write( "4a + 6c = 2*29 \n" ); document.write( "----- \n" ); document.write( "Subtract and solve for \"a\": \n" ); document.write( "5a = 93-58 \n" ); document.write( "5a = 35 \n" ); document.write( "a = 7 (price of an adult ticket) \n" ); document.write( "Solve for \"c\":: \n" ); document.write( "3a + 2c = 31 \n" ); document.write( "3*7+2c = 31 \n" ); document.write( "2c = 10 \n" ); document.write( "c = 5 (price of a child's ticket) \n" ); document.write( "----------------------------\r \n" ); document.write( "\n" ); document.write( "If a group of adults and 6 children go to the movie theater on a weekday and pay $58 for tickets, how many adults are \n" ); document.write( "in this group? \n" ); document.write( "A + 6c = 58 \n" ); document.write( "A + 6*5 = 58 \n" ); document.write( "A = 28 dollars (cost for the group of adults) \n" ); document.write( "---- \n" ); document.write( "Ans: # of adults = 28/7 = 4 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( "A. 4 \n" ); document.write( "B. 5 \n" ); document.write( "C. 7 \n" ); document.write( "D. 8 \n" ); document.write( " |