A fraction chart is a part-to-whole display that shows how a total is divided among categories using fractions (or equivalent proportions/percentages). In statistics, it is most naturally interpreted as a relative frequency chart: each fraction equals the category count divided by the total count.
1) Core computation behind a fraction chart
Suppose a dataset has categories \(C_1, C_2, \ldots, C_k\) with counts \(x_1, x_2, \ldots, x_k\), and total \(n=\sum_{i=1}^{k} x_i\). The fraction (relative frequency) for category \(C_i\) is
\[ f_i=\frac{x_i}{n}. \]
Conversions commonly shown by a fraction chart:
- Decimal (proportion): \(f_i\) as a decimal.
- Percent: \(100 \cdot f_i\%\).
- Pie-slice angle (if drawn as a circle): \(\theta_i = 360^\circ \cdot f_i\).
Consistency check: A correct fraction chart must satisfy \[ \sum_{i=1}^{k} f_i = 1. \] Small rounding differences can occur if decimals or percents are rounded.
2) Worked example (from counts to a fraction chart)
Example dataset: a class survey recorded the preferred study method for \(n=40\) students.
| Category | Count \(x_i\) | Fraction \(f_i=\dfrac{x_i}{40}\) | Decimal | Percent | Pie angle \(\theta_i=360^\circ \cdot f_i\) |
|---|---|---|---|---|---|
| Reading notes | 20 | \(\dfrac{20}{40}=\dfrac{1}{2}\) | \(0.50\) | \(50\%\) | \(360^\circ \cdot 0.50=180^\circ\) |
| Practice problems | 12 | \(\dfrac{12}{40}=\dfrac{3}{10}\) | \(0.30\) | \(30\%\) | \(360^\circ \cdot 0.30=108^\circ\) |
| Group discussion | 8 | \(\dfrac{8}{40}=\dfrac{1}{5}\) | \(0.20\) | \(20\%\) | \(360^\circ \cdot 0.20=72^\circ\) |
The fractions sum to one: \[ \frac{1}{2}+\frac{3}{10}+\frac{1}{5}=\frac{5}{10}+\frac{3}{10}+\frac{2}{10}=\frac{10}{10}=1. \]
3) Visualization: a bar-style fraction chart (part-to-whole)
4) Interpreting a fraction chart as probability
When the chart is built from observed counts, each fraction \(f_i=\dfrac{x_i}{n}\) is also the empirical probability of selecting a random observation in category \(C_i\). For the example above:
- \(\Pr(\text{Reading notes})=\dfrac{20}{40}=\dfrac{1}{2}\).
- \(\Pr(\text{Practice problems})=\dfrac{12}{40}=\dfrac{3}{10}\).
- \(\Pr(\text{Group discussion})=\dfrac{8}{40}=\dfrac{1}{5}\).
5) Common mistakes a fraction chart should avoid
- Using the wrong total: \(n\) must be the sum of all category counts.
- Fractions not summing to 1: check \(\sum f_i=1\) before graphing.
- Mixing part-to-part with part-to-whole: a fraction chart is part-to-whole; each fraction must use the same denominator \(n\).
- Rounding drift: rounding percents can make totals appear as \(99\%\) or \(101\%\); the underlying fractions still sum to 1.