document.write( "Question 1154012: 450 tickets were sold for a game for a total of $562.50. If adult tickets sold for $1.50 and children's tickets sold for $1.00, how many of each kind of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #776369 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "Make adult = x \n" ); document.write( "Make child = y \n" ); document.write( "x + y = 450......Equation (1) \n" ); document.write( "1.5x + y = 562.50....Equation (2) \n" ); document.write( "Take Eq(1) from Eq(2) \n" ); document.write( "0.5x = 112.50 \n" ); document.write( "x = 225 \n" ); document.write( "substitute x = 225 into Eq(1) \n" ); document.write( "x + y = 450 \n" ); document.write( "225 + y = 450 \n" ); document.write( "y = 225 \n" ); document.write( "225 Adult's tickets were sold \n" ); document.write( "225 children's tickets were sold \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |