document.write( "Question 1084665: Children's tickets cost $5 and kids tickets cost $8 and twenty-eight tickets were sold and the cost of everything was $164 how many adults were there how many kids were there \n" ); document.write( "
Algebra.Com's Answer #698721 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "I take it you mean adult's tickets cost $8 and kid's tickets cost $5. \n" ); document.write( "Make adult's tickets = x \n" ); document.write( "Make kid's tickets = y \n" ); document.write( "x + y = 28.......Eq(1) \n" ); document.write( "8x + 5y = 164....Eq(2) \n" ); document.write( "Multiply Eq(1) by 8 \n" ); document.write( "8x + 8y = 224....Eq(1) \n" ); document.write( "8x + 5y = 164....Eq(2) \n" ); document.write( "Subtract Eq(2) from Eq(1) \n" ); document.write( " 3y = 60 \n" ); document.write( " y = 20. \n" ); document.write( "Substitute y = 20 into Eq(1) \n" ); document.write( "x + y = 28.....Eq(1) \n" ); document.write( "x + 20 = 28 \n" ); document.write( "x = 28 - 20 \n" ); document.write( "x = 8 \n" ); document.write( "8 Adult's tickets and 20 kid's tickets were sold. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " \n" ); document.write( " |