QuickCart tracks delivery times to set customer expectations and manage service-level targets. A data analyst is asked to explain when a normal model is appropriate, how skewness changes interpretation, and how to compute basic probabilities from observed outcomes.
You are given summary data for two operational metrics: delivery time and order value. Delivery time is approximately symmetric and can be modeled as normal; order value is right-skewed. Use the data to compute probabilities and explain how distribution shape affects business interpretation.
| Metric | Mean | Standard Deviation | Shape / Extra Info |
|---|---|---|---|
| Delivery time (minutes) | 32.5 | 4.8 | Approximately normal |
| Order value ($) | 41.2 | 18.6 | Right-skewed; median = 36.5 |
| On-time threshold (minutes) | 40.0 | - | Delivery considered on time if 40 min |
| High-value threshold ($) | 70.0 | - | Used for premium support routing |
| Probability an order is high-value | 0.18 | - | Historical rate |
| Probability an order is late given high-value | 0.14 | - | Conditional probability |
| Probability an order is late given not high-value | 0.09 | - | Conditional probability |