document.write( "Question 163022: tickets for a show are $6.00 for adults and $3.00 for children. 505 tickets sold for a total of $1,997. how many of each ticket sold? \n" ); document.write( "
Algebra.Com's Answer #120161 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the number of adult tickets sold. \n" ); document.write( "Then the number of children ticket sold is 505 - x. \n" ); document.write( "The revenue from selling adult tickets is 6x. \n" ); document.write( "The revenue from selling adult tickets is 3(505 - x). \n" ); document.write( "As the total revenue is $1997, we have \n" ); document.write( "6x + 3(505 - x) = 1997 \n" ); document.write( "Solving the equation for x, we have \n" ); document.write( "6x + 1515 - 3x = 1997 \n" ); document.write( "3x = 482 \n" ); document.write( "x = 160.66 \n" ); document.write( "I think one of the given numbers must be wrong, as the solution should be an integer. \n" ); document.write( " \n" ); document.write( " |