document.write( "Question 898240: For a Saturday matinee, adult tickets cost $3.50 and kids under 12 pay only $3.00. If 77 tickets are sold for a total of $254, how many of the tickets were adult tickets and how many were sold to kids under 12? \n" ); document.write( "
Algebra.Com's Answer #544701 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi \n" ); document.write( "$3.50x + $3.00(77-x) = $254 (x the number of adult tickets) \n" ); document.write( " x = (254 - 231)/.50 = 46 Adult, kids 31 \n" ); document.write( "check answer \n" ); document.write( "$3.50*46 + $3.00*31 = ____ \n" ); document.write( " |