document.write( "Question 121438: Adult tickets for a play cost $17 and child tickets cost $2. If there were 22 people at a performance and the theater collected $179 from ticket sales, how many adults and how many children attended the play? \n" ); document.write( "
Algebra.Com's Answer #89113 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Adult tickets for a play cost $17 and child tickets cost $2. If there were 22 people at a performance and the theater collected $179 from ticket sales, how many adults and how many children attended the play? \n" ); document.write( "-------------------- \n" ); document.write( "Let # of adult tickets be \"x\" ; Value of these is 17x dollars. \n" ); document.write( "# of child tickets is \"22-x\" ; Value of these is 2(22-x) = 44-2x dollars \n" ); document.write( "----------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = 179 dollars \n" ); document.write( "17x + 44-2x = 179 \n" ); document.write( "15x = 135 \n" ); document.write( "x = 9 (# of adult tickets sold) \n" ); document.write( "22-x = 13 (# of child tickets sold) \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |