To make sure we have enough for everyone, we can assume that we'll always have at least 5 extra guests for each BBQ.

We'll do so by adding a constant to our guests vector.

Awesome! We used 5 as a constant and now we'll be able to plan  for our party.

Almost! Although we can get the same result by adding a vector, we want to do it the easy way and add a constant instead.