document.write( "Question 1189732: Suppose that there are two types of tickets to a show: advance and same-day. Advance tickets cost $25 and same-day tickets cost $40. For one performance
\n" );
document.write( "there were 55 tickets sold in all, and the total amount paid for them was $1600. How many tickets of each type were sold? \n" );
document.write( "
Algebra.Com's Answer #821168 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Suppose that there are two types of tickets to a show: advance and same-day. Advance tickets cost $25 and same-day tickets cost $40. For one performance \n" ); document.write( "there were 55 tickets sold in all, and the total amount paid for them was $1600. How many tickets of each type were sold? \n" ); document.write( "========================= \n" ); document.write( "A + S = 55 --- Total tix \n" ); document.write( "25A + 40S = 1600 ---- Total $$$ \n" ); document.write( "etc \n" ); document.write( " |