document.write( "Question 110753: Adult tickets for a play cost $14 and child tickets cost $4. If there were 28 people at a performance and the theater collected $242 from ticket sales, how many children attended the play? Solve this problem using algebraic equations. \r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #80725 by stanbon(75887) ![]() You can put this solution on YOUR website! Adult tickets for a play cost $14 and child tickets cost $4. If there were 28 people at a performance and the theater collected $242 from ticket sales, how many children attended the play? Solve this problem using algebraic equations. \n" ); document.write( "--------------------- \n" ); document.write( "Let # of adult tickets be \"x\" ; Value of these is 14x dollars \n" ); document.write( "--------------------- \n" ); document.write( "# of child tickets is \"28-x\" ; value of these is 4(28-x) = 112-4x dollars \n" ); document.write( "----------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "value + value = 242 dollars \n" ); document.write( "14x + 112-4x = 242 \n" ); document.write( "10x = 130 \n" ); document.write( "x = 13 (# of adult tickets sold) \n" ); document.write( "28-x = 15 (# of child tickets sold) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |