document.write( "Question 1081261: A jazz concert brought in ​$181,000 on the sale of 8,800 tickets. If the tickets sold for $15 and $25 ​each, how many of each type of ticket were​ sold? \n" ); document.write( "
Algebra.Com's Answer #695290 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
$15: x
\n" ); document.write( "$25: y
\n" ); document.write( "x+y = 8,800 subtract y from both sides: x = 8,800-y
\n" ); document.write( "and
\n" ); document.write( "15x+25y = 181,000 substitute for x
\n" ); document.write( "15(8,800-y)+25y = 181,000
\n" ); document.write( "Distribute the 15 (Distributive Properties of Multiplication):
\n" ); document.write( "132,000-15y+25y = 181,000
\n" ); document.write( "10y = 49000
\n" ); document.write( "y = 4900
\n" ); document.write( "So, they sold 4,900 of the $25 and 8,800-4,900 = 3,900 of the $15
\n" ); document.write( "
\n" );