Cake Serving Calculator Formula
Understand the math behind the cake serving calculator. Each variable explained with a worked example.
Formulas Used
Number of Servings
servings = round(area * layers / (2 * serving_type))Cake Area
cake_area = round(area * 10) / 10Batter Needed (approx)
batter_cups = round(area * layers * 0.07 * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
diameter_in | Cake Diameter(in) | 9 |
layers | Number of Layers | 2 |
serving_type | Serving Style | 1 |
area | Derived value= 3.14159 * pow(diameter_in / 2, 2) | calculated |
How It Works
How Cake Servings Are Calculated
Formula
Servings = Cake Area x Layers / (2 x Serving Factor)
The base serving size is a 1x2 inch slice from a standard-height layer. Multi-layer cakes yield proportionally more servings.
Common Round Cake Sizes
| Diameter | 2-Layer Party Servings | |----------|----------------------| | 6 inch | 12 | | 8 inch | 24 | | 9 inch | 32 | | 10 inch | 38 | | 12 inch | 56 |
Worked Example
A 9-inch, 2-layer cake cut into party-size slices.
diameter_in = 9layers = 2serving_type = 1
- 01Cake area = pi x (9/2)^2 = 3.14159 x 20.25 = 63.6 sq in.
- 02Servings = 63.6 x 2 / (2 x 1) = 63.6, rounded to 64 servings.
- 03Batter needed = 63.6 x 2 x 0.07 = 8.9 cups.
Ready to run the numbers?
Open Cake Serving Calculator