To solve this, we will calculate the 4-quarter moving averages and then the centered moving average (trend).
Step 1: Calculate 4-Quarter Moving Averages (Uncentered)
A 4-quarter moving average is the sum of sales for four consecutive quarters, divided by 4. This value is placed between the quarters it covers.
- MA (for Y1 Q2-Y2 Q1): (100 + 120 + 90 + 90) / 4 = 100.0 (placed between Y1 Q3 & Q4)
- MA (for Y1 Q3-Y2 Q2): (120 + 90 + 90 + 115) / 4 = 103.75 (placed between Y1 Q4 & Y2 Q1)
- MA (for Y1 Q4-Y2 Q3): (90 + 90 + 115 + 135) / 4 = 107.5 (placed between Y2 Q1 & Y2 Q2)
Step 2: Calculate the Centered Moving Average (Trend)
To get a trend value for a specific quarter, we average the two adjacent uncentered moving averages.
a) For Year 2, Quarter 1:
The trend value for Y2 Q1 is the average of the MA between Y1 Q4/Y2 Q1 and the MA between Y2 Q1/Y2 Q2.
- Trend (Y2 Q1) = (103.75 + 107.5) / 2 = 211.25 / 2 = 105.625
**Answer (a): The trend for Y2 Q1 is 105,625.∗∗
b) For Year 1, Quarter 3:
First, find the trend value for Y1 Q3. We need the first MA (for Y1 Q1-Q4): (80 + 100 + 120 + 90) / 4 = 97.5.
- Trend (Y1 Q3) = (97.5 + 100.0) / 2 = 197.5 / 2 = 98.75
Now, calculate the seasonal variation.
- Seasonal Variation = Actual Sales - Trend Value
- Seasonal Variation (Y1 Q3) = 120 - 98.75 = +21.25
Answer (b): The seasonal variation for Y1 Q3 is +$21,250. This indicates that sales in Q3 are typically $21,250 higher than the underlying trend.