# Absolute Tonne-Km vs Commercial Tonne-Km
When a goods truck carries different loads on different stretches of a journey, tonne-km can be calculated in two ways.
## 1. Absolute Tonne-Km Method
Calculate tonne-km for each leg separately and add them up. This is the 'normal' / accurate method.
$$\text{Absolute Tonne-Km} = \Sigma (\text{Tonnes in segment} \times \text{Distance of segment})$$
## 2. Commercial Tonne-Km Method
Take the average load carried during the entire journey and multiply by total distance.
$$\text{Commercial Tonne-Km} = \text{Average tonnes} \times \text{Total Distance}$$
where:
$$\text{Average tonnes} = \frac{\text{Sum of loads on each leg}}{\text{No. of legs}}$$
## Comparison Summary
| Aspect | Absolute Tonne-Km | Commercial Tonne-Km |
|---|---|---|
| Approach | Segment-wise multiplication | Average × Total distance |
| Accuracy | More accurate | Less accurate (approximation) |
| When used | When precise costing needed | Quick estimation |