document.write( "Question 70105: Solve the problem:\r
\n" );
document.write( "\n" );
document.write( "Adult tickets for a play cost $11 and child tickets cost $10. If there were 23 people at a performance and the theater collected $246 from ticket sales, how many children attended the play? \n" );
document.write( "
Algebra.Com's Answer #49978 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Adult tickets for a play cost $11 and child tickets cost $10. If there were 23 people at a performance and the theater collected $246 from ticket sales, how many children attended the play? \n" ); document.write( "-------- \n" ); document.write( "Let number of adult tickets be \"x\"; value of these is 11x dollars \n" ); document.write( "Number of child tickets is \"23-x\"; value of these is 10(23-x)=230=10x dollars \n" ); document.write( "-------- \n" ); document.write( "EQUATION: \n" ); document.write( "11x+230-10x=246 \n" ); document.write( "x=16 (number of adult tickets) \n" ); document.write( "23-16=7 (number of child tickets) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |