asked 82.9k views
2 votes
Renting a room at the Willow tree resort costs $125 for 2 people. Each additional person is $25. Write an expression that shows the cost for n extra people

asked
User Mansi
by
8.3k points

1 Answer

7 votes

Answer:

Let C be the cost for the people staying

if n <= 2 ; C = $125

If n >2 ; C = $125 + $25 * (n-2)

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.


answered
User Tom De Geus
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.