document.write( "Question 707704: Admission to an amusement park is 8 dollars for adults and 5 dollars for children.if 201 was paid for 33 tickets, how many of each were purchased \n" ); document.write( "
Algebra.Com's Answer #435824 by nerdybill(7384) You can put this solution on YOUR website! Admission to an amusement park is 8 dollars for adults and 5 dollars for children.if 201 was paid for 33 tickets, how many of each were purchased \n" ); document.write( ". \n" ); document.write( "Let x = number of adult tickets \n" ); document.write( "then \n" ); document.write( "33-x = number of children tickets \n" ); document.write( ". \n" ); document.write( "8x + 5(33-x) = 201 \n" ); document.write( "8x + 165-5x = 201 \n" ); document.write( "3x + 165 = 201 \n" ); document.write( "3x = 36 \n" ); document.write( "x = 12 (adult tickets) \n" ); document.write( ". \n" ); document.write( "Children's tickets: \n" ); document.write( "33-x = 33-12 = 21 \n" ); document.write( " |