document.write( "Question 116249: Tickets for a play at the community theater cost $12 for an adult and $8 for a child. If 130 tickets were sold and the total receipts were $1160, how many of each type of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #84529 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Tickets for a play at the community theater cost $12 for an adult and $8 for a child. If 130 tickets were sold and the total receipts were $1160, how many of each type of ticket were sold?
\n" ); document.write( "--------------
\n" ); document.write( "Let # of adult tickets be \"x\" ; value of these is 12x dollars.
\n" ); document.write( "--------
\n" ); document.write( "# of child tickets is \"130-x\" ; value of these is 8(130-x)=1040-8x dollars
\n" ); document.write( "-----------
\n" ); document.write( "EQUATION:
\n" ); document.write( "value + value = 1160
\n" ); document.write( "12x + 1040-8x = 1160
\n" ); document.write( "4x = 120
\n" ); document.write( "x = 30 (# of adult tickets)
\n" ); document.write( "130-x = 100 (# of child tickets)
\n" ); document.write( "====================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );