Step 1: Understanding the Concept:
A moving average is calculated by taking the arithmetic mean of a subset of data points. For a 3-year moving average, we average consecutive groups of three values.
Step 2: Detailed Explanation:
Given values: 35, 70, 30, 62, 58.
1. First average: \( \frac{35 + 70 + 30}{3} = \frac{135}{3} = 45 \).
2. Second average: \( \frac{70 + 30 + 62}{3} = \frac{162}{3} = 54 \).
3. Third average: \( \frac{30 + 62 + 58}{3} = \frac{150}{3} = 50 \).
Step 3: Final Answer:
The 3-year moving averages are 45, 54, 50.