document.write( "Question 935973: Chelsea has 45$ to spend at the fair. She spends $20 on admission and $15 on snacks. She wants to play a game that cost $0.65 per game.
\n" );
document.write( "Write an inequality to find the maximum number of times, x, Chelsea can play the game. \n" );
document.write( "
Algebra.Com's Answer #569378 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Chelsea has 45$ to spend at the fair. She spends $20 on admission and $15 on snacks. She wants to play a game that cost $0.65 per game. \n" ); document.write( " Write an inequality to find the maximum number of times, x, Chelsea can play the game. \n" ); document.write( "--------- \n" ); document.write( "x <= (45-20-15)/0.65 \n" ); document.write( "x <= (10/0.65) \n" ); document.write( "x <= 15 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |