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 ca

Algebra ->  Conjunction -> 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 ca      Log On


   



Question 1093560: 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 $900 for the boat. What inequality represents the number of hours for which they can rent the boat?
Found 3 solutions by josgarithmetic, MathTherapy, ikleyn:
Answer by josgarithmetic(39616) About Me  (Show Source):
You can put this solution on YOUR website!
x, time in hours
y, cost

y=500 for 0%3Cx%3C=2
and
cross%28y=500%2B100x%29 for x%3E2

cross%28100x%2B500%3C=900%29
If first two hours already used, then highlight%28100%28x-2%29%2B500%3C=900%29

Answer by MathTherapy(10551) About Me  (Show Source):
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 $900 for the boat. What inequality represents the number of hours for which they can rent the boat?
With t being time, in hours, correct INEQUALITY is: highlight_green%28100t+%2B+300+%3C=+900%29
IGNORE anyone who says otherwise!

Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.
Let me do it in a way in how it should be done.


    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].