document.write( "Question 49977This question is from textbook Beginning Algebra
\n" );
document.write( ": Adult tickets for a play cost $17 and child tickets cost $8. If there were 24 people at a performance and the theater collected $363 from ticket sales, how many children attended the play? \n" );
document.write( "
Algebra.Com's Answer #33209 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Adult tickets for a play cost $17 and child tickets cost $8. If there were 24 people at a performance and the theater collected $363 from ticket sales, how many children attended the play? \n" ); document.write( "---------------------------------- \n" ); document.write( "Let number of adult tickets be \"x\" \n" ); document.write( "Value of those tickets is 17x dollars \n" ); document.write( "Number of child tickets is \"24-x\" \n" ); document.write( "Value of those tickets is 8(24-x)=192-8x dollars \n" ); document.write( "EQUATION: \n" ); document.write( "value + value= 363 dollars \n" ); document.write( "17x + 192-8x=363 \n" ); document.write( "9x=171 \n" ); document.write( "x=19 (number of adult tickets) \n" ); document.write( "24-x=5 (number of child tickets) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |