A sports center offers party packages. They advertise a flat rate of $325 for the first 10 guests. They charge $15 per person for each additional guest. A formula for the cost of the party is:

C = 325 + 15p
where p is the number of guests more than 10. (For example, if 12 people come to the party, p = 2.) Suppose you want to have a huge birthday celebration this year. However, you have budgeted $600 for your party. How many guests can you invite if you decide to have your party at this sports center?

Respuesta :

Using the given linear equation, we conclude that you can invite a maximum number of 21 guests.

How many guests can you invite if you decide to have your party at this sports center?

Here the function is:

C(p) = 325 + 15*p

Where p is the number of guests minus 10, now we know that your budget is $600, then the maximum value of guests allowed is such that:

C(p) = 600 = 325 + 15*p

Now we can solve this equation for p:

600 - 325 = 15*p

275 = 15*p

175/15 = p = 11.67

Then the maximum whole number that p can take is p = 11

This means that the maximum number of guest that you can have is:

Guests = 10 + p = 10 + 11 = 21.

If you want to learn more about linear equations:

https://brainly.com/question/1884491

#SPJ1