document.write( "Question 1043741: Please help me solve and fill in the blanks:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Eddy has a ticket to every home game the St. Louis Cardinals play. If he sells his ticket for a weekday game, he gets $120. If he sells his ticket for a weekend game, he gets $250. Last year, Eddy sold his tickets to 23 games and made a total of $3,540 from selling his tickets. \r
\n" );
document.write( "\n" );
document.write( "Complete the following sentences.
\n" );
document.write( "Eddy sold ___ tickets to weekday games and ___ tickets to weekend games. Next year, Eddy plans to sell his tickets for the same prices, but to twice as many weekday games and one-third as many weekend games. According to this plan, he will sell ___ tickets to weekend games and make a total of $___.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #658898 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=weekday \n" ); document.write( "y=weekend \n" ); document.write( "x+y=23 \n" ); document.write( "120x+250y=3540 \n" ); document.write( "multiply the top equation by -120 \n" ); document.write( "-120x-120y=-2760 \n" ); document.write( "add the two \n" ); document.write( "130y=780 \n" ); document.write( "y=6, dividing both sides by 130 \n" ); document.write( "x=17 tickets to weekday games ($2040) \n" ); document.write( "and 6 tickets to weekend games ($1500) \n" ); document.write( "Twice as many weekday games will be 34, and he will make $4250 \n" ); document.write( "One-third as many weekend games, or 2, and he will make $500 \n" ); document.write( "He will sell 2 tickets to weekend games and make a total of $4750. \n" ); document.write( " |