document.write( "Question 56192: Adult tickets for a play cost $4 and child tickets cost $1. If there were 23 people at a performance and the theater collected $80 from ticket sales, how many children attended the play? \n" ); document.write( "
Algebra.Com's Answer #38119 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Adult tickets for a play cost $4 and child tickets cost $1. If there were 23 people at a performance and the theater collected $80 from ticket sales, how many children attended the play? \n" ); document.write( "---------- \n" ); document.write( "Let number of children be \"x\" ; Value of their tickets is x dollars \n" ); document.write( "Number of adult tickets is \"23-x\"; Value of these is 4(23-x)=(92-4x) dollars \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = 80 dollars \n" ); document.write( "x + 92-4x=80 \n" ); document.write( "-3x=-12 \n" ); document.write( "x=4 (number of children attending) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |