Hello here is a solution
look graph :
the curve : color blue
the first tangent : y = 0.13x +1.87 color Pink
the second tangent : y = 1.88 x +0.14 color green
The perimeter of the rectangle is 64
Answer:
B: (16,32)
Step-by-step explanation:
Please give brainlest
Answer:
Let C be the cost for the people staying
if n <= 2 ; C = $125
If n >2 ; C = $125 + $25 * (n-2)
Step-by-step explanation:
If the number of people is more than two, we need to add $25 for each of them.
Since n will be the number of people staying, we need to make sure that we substract two from this term to avoid overcharging the guests when there is less than two people.
So
(n-2) is the term that should be multiplied by a factor of 25.