document.write( "Question 560185: A family decides to rent a boat for the day while on vacation. The boat's rental rate is $500 for the first two hours and $50 for each additional half hour. Suppose the family can spend $700 for the boat. What inequality represents the number of hours for which they can rent the boat? \n" ); document.write( "
Algebra.Com's Answer #363730 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A family decides to rent a boat for the day while on vacation. The boat's rental rate is $500 for the first two hours and $50 for each additional half hour. Suppose the family can spend $700 for the boat. What inequality represents the number of hours for which they can rent the boat? \n" ); document.write( "----- \n" ); document.write( "cost <= 700 \n" ); document.write( "500 + (x-2)50 <= 700 for x >= 2 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |