I believe it should be A.
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.
Answer:
do you still need help?
Step-by-step explanation:
Answer:
b. m = 2, b = 4
Step-by-step explanation:
y = mx + b
m = slope and b = y-intercept
The slope is 2 cause it's going up 2 squares while only going to the right one square each time, so u could right 2/1 but it's not necessary so just 2. And the intercept is 4 because that's where the line intercepts the y-axis.