# Batch Costing and Economic Batch Quantity (EBQ)
## Batch Costing — Definition
A form of specific order costing where each batch (group of identical units produced together) is treated as a single cost unit. A separate Batch Cost Sheet is prepared per batch.
Examples: Readymade garments, pharmaceuticals, biscuits, electronic components.
---
## Economic Batch Quantity (EBQ)
### Concept
EBQ is the batch size that minimises the combined total of set-up/processing costs and inventory carrying costs.
### The Cost Trade-off
| Cost | Relationship with Batch Size | Logic |
|---|---|---|
| Set-up & Processing Cost | Inverse ↓ | Larger batch = fewer batches per year = fewer set-ups |
| Carrying Cost | Positive ↑ | Larger batch = more units held in inventory at any time |
The optimal batch size is the point where the total of these two costs is minimised — exactly analogous to EOQ in purchasing.
### Formula
$$EBQ = \sqrt{\frac{2 \times \text{Annual Demand} \times \text{Set-up Cost per Batch}}{\text{Carrying Cost per unit per annum}}}$$
---
## EBQ vs EOQ — Side by Side
| Feature | EOQ (Purchasing) | EBQ (Production) |
|---|---|---|
| Optimises | Order quantity | Batch size |
| Cost 1 | Ordering cost | Set-up cost |
| Cost 2 | Carrying cost | Carrying cost |
| Formula structure | Same | Same |
---
## Deriving Number of Batches
$$\text{Number of batches per year} = \frac{\text{Annual Demand}}{EBQ}$$