document.write( "Question 938322: Tickets for prom cost $25.00 for single and $40.00 for a couple . Tickets sales totaled 3800.00 and 110 tickets were sold. How many ticket of each type were sold \n" ); document.write( "
Algebra.Com's Answer #571699 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the number of couple tickets \n" ); document.write( "$40x + $25(110-x) = $3800 \n" ); document.write( "x = $1050/$15 = 70, the number of couple tickets. Singles 40 \n" ); document.write( "and...checking \n" ); document.write( "$2800 + $1000 = $3800 \n" ); document.write( " |