document.write( "Question 330724: 1.for the hawks 80 basketball games next year, you can buy separate tickets for each game at $9 each, or you can buy a season ticket for $580. At most how many games could you attend at the $9 price before spending more than the cost of a season ticket.?
\n" );
document.write( "2. \n" );
document.write( "
Algebra.Com's Answer #237261 by mathmandotcom(31)![]() ![]() ![]() You can put this solution on YOUR website! Let X=number of games \n" ); document.write( "9=ticket price per game in $ \n" ); document.write( "580=season ticket \n" ); document.write( "Then \n" ); document.write( "9x>580: divide both sides by 9 \n" ); document.write( "9x/9>580/9 \n" ); document.write( "x>580/9=64.4444 \n" ); document.write( "therefore once you attend 65 games @ $9 it is cheaper to by season tickets \n" ); document.write( " |