document.write( "Question 1015122: 40 adults and 26 went to see a movie on the opening screening and the revenue for the showing was $486.70. The next showing 20 adults and 31 kids went to see the same movie and the revenue $332.45. How much was an adult ticket and how much was a kid ticket?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #631569 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 40 adults and 26 kids went to see a movie on the opening screening and the revenue for the showing was $486.70. \n" ); document.write( " The next showing 20 adults and 31 kids went to see the same movie and the revenue $332.45. \n" ); document.write( " How much was an adult ticket and how much was a kid ticket? \n" ); document.write( ": \n" ); document.write( "let a = amt of adult ticket \n" ); document.write( "let k = amt for kids \n" ); document.write( ": \n" ); document.write( "Write an equation for each showing \n" ); document.write( "40a + 26k = 486.70 \n" ); document.write( "20a + 31k = 332.45 \n" ); document.write( "Use elimination here. Multiply the 2nd equation by 2, subtract the 1st equation \n" ); document.write( "40a + 62k = 664.90 \n" ); document.write( "40a + 26k = 486.70 \n" ); document.write( "----------------------Subtraction eliminates a, find k \n" ); document.write( "0 + 36k = 178.20 \n" ); document.write( "k = 178.20/36 \n" ); document.write( "k = $4.95 for kids \n" ); document.write( ": \n" ); document.write( "Use equation 20a + 31k = 332.45 to find a \n" ); document.write( "20a + 31(4.95) = 332.45 \n" ); document.write( "20a + 153.45 = 332.45 \n" ); document.write( "20a = 332.45 - 153.45 \n" ); document.write( "20a = 179 \n" ); document.write( "a = 179/20 \n" ); document.write( "a = $8.95 for adults \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check these solutions in the 1st equation: 40a + 26k = 486.70 \n" ); document.write( "replace a & k \n" ); document.write( "40(8.95) + 26(4.95) = 486.70 \n" ); document.write( "358.00 + 128.70 = 486.70\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |