document.write( "Question 81632: Help please!! I am stumped, any help would be greatly appreciated. Thank You\r
\n" );
document.write( "\n" );
document.write( "Adult tickets for a play cost $9 and child tickets cost $8. If there were 23 people at a performance and the theater collected $193 from ticket sales, how many children attended the play?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #58476 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! There are two unknowns in this problem ... the number of adults and the number of children \n" ); document.write( "that attend a play. This is a clue that you will need two equations to solve this problem. \n" ); document.write( ". \n" ); document.write( "As a start, let A represent the number of adults and C represent the number of children. \n" ); document.write( ". \n" ); document.write( "The problem tells you that 23 people attend the performance. This tells you that if you \n" ); document.write( "add the number of adults and the number of children that attend, you should get an answer of 23. \n" ); document.write( "In equation form this becomes: \n" ); document.write( ". \n" ); document.write( "A + C = 23 \n" ); document.write( ". \n" ); document.write( "This is the first of the two equations. \n" ); document.write( ". \n" ); document.write( "Next you can determine the amount of money taken in from adult tickets and also from children's \n" ); document.write( "tickets. Since adult tickets are $9 each, the amount of money taken in from the sale of \n" ); document.write( "adult tickets is $9 times the number of adults that attend or 9*A. Similarly, since \n" ); document.write( "children's tickets are $8 each, the amount of money from the sale of children's tickets is \n" ); document.write( "$8 times the number of children that attend or 8*C. The problem tells you that the total \n" ); document.write( "amount from the sale of tickets is $193. In equation form this becomes: \n" ); document.write( ". \n" ); document.write( "9*A + 8*C = 193 \n" ); document.write( ". \n" ); document.write( "This is the second equation that we need. \n" ); document.write( ". \n" ); document.write( "The equations can be solved by substitution. Since the problem asks for the number of \n" ); document.write( "children that attend the play, it would help if the second equation were converted so \n" ); document.write( "that it contained only the variable C. You can do that by solving the first equation \n" ); document.write( "for A in terms of C. Start with the first equation: \n" ); document.write( ". \n" ); document.write( "A + C = 23 \n" ); document.write( ". \n" ); document.write( "Subtract C from both sides to get: \n" ); document.write( ". \n" ); document.write( "A = 23 - C \n" ); document.write( ". \n" ); document.write( "Then in the second equation you can substitute 23 - C for A. If you do that the second \n" ); document.write( "equation becomes: \n" ); document.write( ". \n" ); document.write( "9*(23 - C) + 8*C = 193 \n" ); document.write( ". \n" ); document.write( "Do the distributed multiplication on the left side to get: \n" ); document.write( ". \n" ); document.write( "207 - 9*C + 8*C = 193 \n" ); document.write( ". \n" ); document.write( "On the left side combine the two terms that contain C and the equation becomes: \n" ); document.write( ". \n" ); document.write( "207 - C = 193 \n" ); document.write( ". \n" ); document.write( "Now subtract 207 from both sides so that only the term involving C remains on the left \n" ); document.write( "side. The subtraction of 207 from both sides results in: \n" ); document.write( ". \n" ); document.write( "- C = 193 - 207 = - 14 \n" ); document.write( ". \n" ); document.write( "Finally, multiply both sides by -1 to eliminate the negative signs: \n" ); document.write( ". \n" ); document.write( "C = 14 \n" ); document.write( ". \n" ); document.write( "So 14 children attend. (This means that of the 23 that attend 14 are children and the \n" ); document.write( "remaining 9 are adults.) \n" ); document.write( ". \n" ); document.write( "As a check, at $8 each for the 14 children's tickets, 8*14 equals $112 is taken in from \n" ); document.write( "the sales of children's tickets. And at $9 each for the 9 adults that attend, the income \n" ); document.write( "from the sale of adult tickets is 9*9 = $81. Therefore, the total income from the sale \n" ); document.write( "of tickets is $112 + $81 = $193. That is exactly what it is supposed to be, so our answer \n" ); document.write( "checks out. 14 children attend the play. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem ... and how to get and solve the pair of \n" ); document.write( "equations that is needed. \n" ); document.write( " |