document.write( "Question 1084411: admission to a baseball game is $2.50 for general admission and $5.50 for reserved seats. the receipts were $3702.00 for 1140 paid admissions. how many of each ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #698513 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make General Admission = x \n" ); document.write( "and Reserved seats = y \n" ); document.write( "x + y = 1140.......Eq(1) \n" ); document.write( "250x + 550y = 3702...Eq(2) (Change price of tickets into cents)( X 100) \n" ); document.write( "Multiply Eq(1) by 250 \n" ); document.write( "250x + 250y = 285000....Eq(1) \n" ); document.write( "250x + 550y = 370200....Eq(2) \n" ); document.write( "Subtract Eq(2) from Eq(1) \n" ); document.write( " 300y = 85200 \n" ); document.write( " y = 284 \n" ); document.write( " Substitute y = 284 into Eq(1) \n" ); document.write( "x + y = 1140 \n" ); document.write( "x + 284 = 1140 \n" ); document.write( "x = 1140 - 284 \n" ); document.write( "x = 856 \n" ); document.write( "x = 856 and y = 284 \n" ); document.write( "General admission = 856 souls \n" ); document.write( "Reserved admission = 284 souls. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |