document.write( "Question 388445: You pay $1.50 for two scoops of ice-cream. An extra scoop costs $.75. You have $3 to spend and you don't want to spend over that amount. Write an inequality to represent this situation. \n" ); document.write( "
Algebra.Com's Answer #274759 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! 1.50+.75x<=3.00 \n" ); document.write( ".75x<=3.00-1.50 \n" ); document.write( ".75x<=1.50 \n" ); document.write( "x<=1.50/.75 \n" ); document.write( "x<=2 scoops of ice-cream. \n" ); document.write( " \n" ); document.write( " |