Party Food Calculator Formula
Understand the math behind the party food calculator. Each variable explained with a worked example.
Formulas Used
Total Appetizer Pieces
total_apps = guests * apps_per_personTotal Main Course
total_main_kg = (guests * main_g) / 1000Total Sides
total_sides_kg = (guests * sides_g) / 1000Total Food
total_food_kg = (guests * (main_g + sides_g)) / 1000Variables
| Variable | Description | Default |
|---|---|---|
guests | Number of Guests(guests) | 20 |
apps_per_person | Appetizer Pieces Per Person(pieces) | 8 |
main_g | Main Course Per Person(g) | 250 |
sides_g | Sides Per Person(g) | 200 |
How It Works
How to Calculate Party Food
Formulas
Total Appetizers = Guests x Pieces Per Person Total Main = Guests x Serving Weight
Planning Guidelines
Worked Example
Plan food for a dinner party with 20 guests.
guests = 20apps_per_person = 8main_g = 250sides_g = 200
- 01Appetizers: 20 x 8 = 160 pieces.
- 02Main course: 20 x 250 g = 5000 g = 5 kg.
- 03Sides: 20 x 200 g = 4000 g = 4 kg.
- 04Total food: 5 + 4 = 9 kg plus 160 appetizer pieces.
Ready to run the numbers?
Open Party Food Calculator