SOLUTION: 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

Algebra ->  Customizable Word Problem Solvers  -> Finance -> SOLUTION: 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       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1095331: 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?
Answer by ikleyn(52775) About Me  (Show Source):
You can put this solution on YOUR website!
.
    Let C(t) be the non-linear function defined by these two lines

         
        C(t)  = 500,            if 0 <= t <= 2,

        C(t)  = 500+100*(t-2),  if t > 2.
         

    where t is the time in hours.


    Then the inequality the problem asks for is


        C(t) <= 900.


    The solution set for this inequality is the time interval [0,2+%2B+%28900-500%29%2F100],  which is [0, 6].