document.write( "Question 889978: Three hundred people attended a band concert. Reserved seat tickets were sold at 100 dollars each while general admission tickets cost 60 dollars each. If the sales totalled 26,000 dollars, how many tickets of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #538604 by stanbon(75887) ![]() You can put this solution on YOUR website! Three hundred people attended a band concert. Reserved seat tickets were sold at 100 dollars each while general admission tickets cost 60 dollars each. If the sales totalled 26,000 dollars, how many tickets of each type were sold? \n" ); document.write( "------------- \n" ); document.write( "Quantity Eq:: g + r = 300 \n" ); document.write( "Value Eq:: 60g+100r = 26000 \n" ); document.write( "------------------------------------- \n" ); document.write( "Modify: \n" ); document.write( "3g + 3r = 3*300 \n" ); document.write( "3g + 5r = 1300 \n" ); document.write( "------ \n" ); document.write( "Subtract and solve for \"r\": \n" ); document.write( "2r = 400 \n" ); document.write( "r = 200 (# of reserved tickets sold) \n" ); document.write( "g = 300 - r = 100 (# of general admission tickets sold) \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " |