Deck 11: Time Series Forecasting

Full screen (f)
exit full mode
Question
Which of the following is the common approach to time-series analysis?

A) Try several techniques and use the best results.
B) Plot the data and count the peaks to determine a value for k.
C) Plot the data and use the TREND() function.
D) Use a stationary model since it is the most robust.
Use Space or
up arrow
down arrow
to flip the card.
Question
Exhibit 11.2
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using weighted moving averages.
 A  B  C  D  E  F 1 Number of  2-Month Weighted 2 Time Period  Cars Sold  Moving Avg.  Weights 3170 W1 0.2444280 W2 0.7565366 sum 1.000647476.59756467.95867671.56977266.931088275.021198274.4412107682.0013118480.5414128077.951516 MSE 26.72\begin{array}{|c|c|c|c|c|c|c|} \hline & \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { 2-Month Weighted } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } & & \text { Weights } & \\\hline 3 & 1 & 70 & & & \text { W1 } & 0.244 \\\hline 4 & 2 & 80 & & & \text { W2 } & 0.756 \\\hline 5 & 3 & 66 & & & \text { sum } & 1.000 \\\hline 6 & 4 & 74 & 76.59 & & & \\\hline 7 & 5 & 64 & 67.95 & & & \\\hline 8 & 6 & 76 & 71.56 & & & \\\hline 9 & 7 & 72 & 66.93 & & & \\\hline 10 & 8 & 82 & 75.02 & & & \\\hline 11 & 9 & 82 & 74.44 & & & \\\hline 12 & 10 & 76 & 82.00 & & & \\\hline 13 & 11 & 84 & 80.54 & & & \\\hline 14 & 12 & 80 & 77.95 & & & \\\hline 15 & & & & & & \\\hline 16 & & \text { MSE } & 26.72 & & & \\\hline\end{array}


-Refer to Exhibit 11.2. What formula should be entered in cell C6 to compute the 2-month weighted moving average forecast for month 3?

A) =F3*B4+F4*B3
B) =$F$3*B4+$F$4*B3
C) =(B3+B4)/2
D) =SUMPRODUCT($F$3:$F$4,B3:B4)
Question
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What Excel function will compute the root mean squared error in cell C18 of the spreadsheet?

A) =SUMXMY2(B7:B14,C7:C14)
B) =SQRT(SUMXMY2(B3:B14,C3:C14)/COUNT(C3:C14))
C) =SUMXMY2(B7:B14,C7:C14)/COUNT(C7:C14)
D) =SQRT(SUMPRODUCT(B7:B14,C7:C14)/COUNT(C7:C14))
Question
As the number of periods in the forecast, k, increases

A) the moving average prediction will be smoother.
B) it is harder to get a good forecast.
C) the forecast will respond more quickly to changes in the data.
D) the moving average will increase in value.
Question
A time series which has a significant upward or downward trend is referred to as

A) static.
B) non-moving.
C) stationary.
D) non-stationary.
Question
The general form of an extrapolation model for time-series analysis is

A) t+1 = f(Xt, Y1, Z2, ...)
B) t = f(Yt, Yt1, Yt2, ...)
C) Yt+1 = f(Yt, Yt1, Yt2, ...)
D) t+1 = f(Yt, Yt1, Yt2, ...)
Question
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What formula should be entered in cell C13 to compute the 4-month moving average forecast for month 11?

A) =AVERAGE(B9:B12)/4
B) =AVERAGE(B7+B10)
C) =AVERAGE(A9:A12)
D) =AVERAGE(B9:B12)
Question
Why might we not be able to build a regression model to predict a dependent variable?

A) We might not know the independent variables.
B) There might not be any data available for the independent variables.
C) The regression model might not fit the data well.
D) All of these are true.
Question
A technique that analyzes past behavior of a time-series variable to predict the future is referred to as

A) a regression model.
B) a seasonal model.
C) a past performance model.
D) an extrapolation model.
Question
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What Excel function will compute the mean squared error in cell C18 of the spreadsheet?

A) =SUMXMY2(B7:B14,C7:C14)
B) =SUMXMY2(B3:B14,C3:C14)/COUNT(C3:C14)
C) =SUMXMY2(B7:B14,C7:C14)/COUNT(C7:C14)
D) =SUMPRODUCT(B7:B14,C7:C14)/COUNT(C7:C14)
Question
Which of the following is true of 2-month moving average forecasting function extrapolation?

A) When forecasting ahead 4 periods, the last period forecast will be based on just forecasted values.
B) The final period forecast, t+4 will equal t+3
C) Each forecasted value will equal the mean of the last two actual data values.
D) The value t+4 should not be used as only a 2-month ahead forecast is valid.
Question
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. If predicting the cars sold for time period 14, what formula must be placed in cell B16?

A) =AVERAGE(B12:B15)
B) =AVERAGE(B12:B15)/4
C) =TREND(B12:B15)
D) =B14
Question
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What would be the forecasted values for time periods 13 and 14?

A) 81.00 and 79.50.
B) 78.00 and 78.00.
C) 80.50 and 80.13.
D) 80.50 and 80.00.
Question
The determination of the MSE-minimizing value of the wi is a non-linear optimization problem because

A) because absolute values are used.
B) the wi are fractional.
C) the wi sum to 1.
D) MSE is a non-linear objective function.
Question
A time series which has no significant upward or downward trend is referred to as

A) static.
B) non-moving.
C) stationary.
D) non-stationary.
Question
A model or technique that uses past behavior of a time-series variable to predict the future is referred to as

A) a forecasting model.
B) an extrapolation model.
C) a trend model.
D) all of these.
Question
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What is the 4-month moving average forecast for month 5?

A) 71
B) 72.5
C) 74
D) 75
Question
Which of the following is not a quantitative technique for evaluating the accuracy of a time-series modeling technique?

A) Constructing line graphs of the data.
B) The mean absolute deviation.
C) The mean absolute percent error.
D) The root mean square error.
Question
Why might a forecaster calculate MSE values on just the most recent data in the time-series data set?

A) The forecaster might be interested in how well the forecasting method performs on the more recent data.
B) Because the most recent data may be a better predictor of future values.
C) Because the resulting forecasting function might fit the older data better that the more recent data.
D) All of these.
Question
Exhibit 11.2
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using weighted moving averages.
 A  B  C  D  E  F 1 Number of  2-Month Weighted 2 Time Period  Cars Sold  Moving Avg.  Weights 3170 W1 0.2444280 W2 0.7565366 sum 1.000647476.59756467.95867671.56977266.931088275.021198274.4412107682.0013118480.5414128077.951516 MSE 26.72\begin{array}{|c|c|c|c|c|c|c|} \hline & \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { 2-Month Weighted } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } & & \text { Weights } & \\\hline 3 & 1 & 70 & & & \text { W1 } & 0.244 \\\hline 4 & 2 & 80 & & & \text { W2 } & 0.756 \\\hline 5 & 3 & 66 & & & \text { sum } & 1.000 \\\hline 6 & 4 & 74 & 76.59 & & & \\\hline 7 & 5 & 64 & 67.95 & & & \\\hline 8 & 6 & 76 & 71.56 & & & \\\hline 9 & 7 & 72 & 66.93 & & & \\\hline 10 & 8 & 82 & 75.02 & & & \\\hline 11 & 9 & 82 & 74.44 & & & \\\hline 12 & 10 & 76 & 82.00 & & & \\\hline 13 & 11 & 84 & 80.54 & & & \\\hline 14 & 12 & 80 & 77.95 & & & \\\hline 15 & & & & & & \\\hline 16 & & \text { MSE } & 26.72 & & & \\\hline\end{array}


-Refer to Exhibit 11.2. What is the 2-month weighted moving average forecast for month 3 using the weight in the spreadsheet? Associate weight w1 with sales in time period 2 and w2 with sales in time period 1.

A) 72.44
B) 75.00
C) 76.59
D) 77.56
Question
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What formula should be entered in cell F7 to compute the seasonal factor using the multiplicative seasonal effects model?

A) =$J$3*D4+(1-$J$3)*(E3+F3)
B) =$J$4*(D7/E7)+(1-$J$4)*F3
C) =$J$4*(E7/E6)+(1-$J$4)*E6
D) =$J$3*G3+(1-$J$3)*(D3+G3)
Question
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What formula should be entered in cell E3 to compute the base level when using the additive seasonal effects method?</strong> A) =AVERAGE($E$3:$E$6) B) =AVERAGE(E3, E7, E11) C) =AVERAGE($D$3:$D$6) D) =AVERAGE(D3, D7, D11) <div style=padding-top: 35px>
Refer to Exhibit 11.4. What formula should be entered in cell E3 to compute the base level when using the additive seasonal effects method?

A) =AVERAGE($E$3:$E$6)
B) =AVERAGE(E3, E7, E11)
C) =AVERAGE($D$3:$D$6)
D) =AVERAGE(D3, D7, D11)
Question
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What formula should be entered in cell E7 to compute the remaining expected levels?

A) =$J$3*(D7/F3) + (1-$J$3)*E6
B) =$J$3*(D7/D6) + (1-$J$3)*E6
C) =$J$4*(D7/D3) + (1-$J$4)*E6
D) =$J$4*(D7/D6) + (1-$J$4)*E6
Question
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What are predicted sales for time period 13 using the data in the spreadsheet?</strong> A) 915 <font face=symbol></font> predicted sales < 916 B) 916 <font face=symbol></font> predicted sales < 917 C) 991 <font face=symbol></font> predicted sales < 992 D) 1045 <font face=symbol></font> predicted sales < 1046 <div style=padding-top: 35px>
Refer to Exhibit 11.4. What are predicted sales for time period 13 using the data in the spreadsheet?

A) 915 predicted sales < 916
B) 916 predicted sales < 917
C) 991 predicted sales < 992
D) 1045 predicted sales < 1046
Question
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What formula should be entered in cell E7 to compute the remaining expected levels?</strong> A) =$J$3*(D7-D3) + (1-$J$3)*E6 B) =$J$3*(D7-D6) + (1-$J$3)*E6 C) =$J$4*(D7-D3) + (1-$J$4)*E6 D) =$J$4*(D7-D6) + (1-$J$4)*E6 <div style=padding-top: 35px>
Refer to Exhibit 11.4. What formula should be entered in cell E7 to compute the remaining expected levels?

A) =$J$3*(D7-D3) + (1-$J$3)*E6
B) =$J$3*(D7-D6) + (1-$J$3)*E6
C) =$J$4*(D7-D3) + (1-$J$4)*E6
D) =$J$4*(D7-D6) + (1-$J$4)*E6
Question
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What formula should be entered in cell G12 to compute the forecast for time period 10?</strong> A) =E10+F7 B) =E12+F12 C) =E12+F8 D) =E11+F8 <div style=padding-top: 35px>
Refer to Exhibit 11.4. What formula should be entered in cell G12 to compute the forecast for time period 10?

A) =E10+F7
B) =E12+F12
C) =E12+F8
D) =E11+F8
Question
Which of the following describes an additive seasonal effect in times series data?

A) An occasional pattern of equal magnitude.
B) An occasional pattern of unequal magnitude.
C) A regular, repeating pattern of equal magnitude.
D) A regular, repeating pattern of increasing magnitude.
Question
Exhibit 11.2
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using weighted moving averages.
 A  B  C  D  E  F 1 Number of  2-Month Weighted 2 Time Period  Cars Sold  Moving Avg.  Weights 3170 W1 0.2444280 W2 0.7565366 sum 1.000647476.59756467.95867671.56977266.931088275.021198274.4412107682.0013118480.5414128077.951516 MSE 26.72\begin{array}{|c|c|c|c|c|c|c|} \hline & \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { 2-Month Weighted } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } & & \text { Weights } & \\\hline 3 & 1 & 70 & & & \text { W1 } & 0.244 \\\hline 4 & 2 & 80 & & & \text { W2 } & 0.756 \\\hline 5 & 3 & 66 & & & \text { sum } & 1.000 \\\hline 6 & 4 & 74 & 76.59 & & & \\\hline 7 & 5 & 64 & 67.95 & & & \\\hline 8 & 6 & 76 & 71.56 & & & \\\hline 9 & 7 & 72 & 66.93 & & & \\\hline 10 & 8 & 82 & 75.02 & & & \\\hline 11 & 9 & 82 & 74.44 & & & \\\hline 12 & 10 & 76 & 82.00 & & & \\\hline 13 & 11 & 84 & 80.54 & & & \\\hline 14 & 12 & 80 & 77.95 & & & \\\hline 15 & & & & & & \\\hline 16 & & \text { MSE } & 26.72 & & & \\\hline\end{array}


-Refer to Exhibit 11.2. What would be the forecasted value for time period 13?

A) 83.024.
B) 80.796.
C) 79.245.
D) 79.908.
Question
Which of the following statements are true regarding the difference between forecasts using exponential smoothing and forecasts using a weighted moving average method?

A) The exponential smoothing forecasts will have a steeper trend line.
B) The weighted moving average forecasts will form a level line of constant value.
C) The exponential smoothing forecasts will form a level line of constant value.
D) The exponential smoothing forecasts will do a better job of capturing the underlying trend in the data.
Question
Exhibit 11.3
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using exponential smoothing.
 A  B  C  D  E  F 1 Number of  Exp Smoothing 2 Time Period  Cars Sold  Prediction 317070.00 alpha 0.346428070.00536673.46647470.88756471.96867669.20977271.561088271.711198275.2712107677.6013118477.0514128079.451516MSE39.79\begin{array}{|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { Exp Smoothing } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Prediction } & & & \\\hline 3 & 1 & 70 & 70.00 & & \text { alpha } & 0.346 \\\hline 4 & 2 & 80 & 70.00 & & & \\\hline 5 & 3 & 66 & 73.46 & & & \\\hline 6 & 4 & 74 & 70.88 & & & \\\hline 7 & 5 & 64 & 71.96 & & & \\\hline 8 & 6 & 76 & 69.20 & & & \\\hline 9 & 7 & 72 & 71.56 & & & \\\hline 10 & 8 & 82 & 71.71 & & & \\\hline 11 & 9 & 82 & 75.27 & & & \\\hline 12 & 10 & 76 & 77.60 & & & \\\hline 13 & 11 & 84 & 77.05 & & & \\\hline 14 & 12 & 80 & 79.45 & & & \\\hline 15 & & & & & & \\\hline 16 & & \mathrm{MSE} & 39.79 & & & \\\hline\end{array}


-Refer to Exhibit 11.3. Assume the forecasted value for month 13 is 79.64. What is the forecasted value for month 16?

A) 85.54.
B) 83.64.
C) 79.64.
D) 82.00.
Question
Which of the following describes a multiplicative seasonal effect in times series data?

A) An occasional pattern of equal magnitude.
B) An occasional pattern of unequal magnitude.
C) A regular, repeating pattern of equal magnitude.
D) A regular, repeating pattern of increasing magnitude.
Question
Exhibit 11.2
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using weighted moving averages.
 A  B  C  D  E  F 1 Number of  2-Month Weighted 2 Time Period  Cars Sold  Moving Avg.  Weights 3170 W1 0.2444280 W2 0.7565366 sum 1.000647476.59756467.95867671.56977266.931088275.021198274.4412107682.0013118480.5414128077.951516 MSE 26.72\begin{array}{|c|c|c|c|c|c|c|} \hline & \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { 2-Month Weighted } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } & & \text { Weights } & \\\hline 3 & 1 & 70 & & & \text { W1 } & 0.244 \\\hline 4 & 2 & 80 & & & \text { W2 } & 0.756 \\\hline 5 & 3 & 66 & & & \text { sum } & 1.000 \\\hline 6 & 4 & 74 & 76.59 & & & \\\hline 7 & 5 & 64 & 67.95 & & & \\\hline 8 & 6 & 76 & 71.56 & & & \\\hline 9 & 7 & 72 & 66.93 & & & \\\hline 10 & 8 & 82 & 75.02 & & & \\\hline 11 & 9 & 82 & 74.44 & & & \\\hline 12 & 10 & 76 & 82.00 & & & \\\hline 13 & 11 & 84 & 80.54 & & & \\\hline 14 & 12 & 80 & 77.95 & & & \\\hline 15 & & & & & & \\\hline 16 & & \text { MSE } & 26.72 & & & \\\hline\end{array}


-Refer to Exhibit 11.2. Which cell in the spreadsheet is the objective cell in the Risk Solver Platform (RSP) task pane area?

A) F3
B) F4
C) F5
D) C16
Question
Exhibit 11.3
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using exponential smoothing.
 A  B  C  D  E  F 1 Number of  Exp Smoothing 2 Time Period  Cars Sold  Prediction 317070.00 alpha 0.346428070.00536673.46647470.88756471.96867669.20977271.561088271.711198275.2712107677.6013118477.0514128079.451516MSE39.79\begin{array}{|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { Exp Smoothing } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Prediction } & & & \\\hline 3 & 1 & 70 & 70.00 & & \text { alpha } & 0.346 \\\hline 4 & 2 & 80 & 70.00 & & & \\\hline 5 & 3 & 66 & 73.46 & & & \\\hline 6 & 4 & 74 & 70.88 & & & \\\hline 7 & 5 & 64 & 71.96 & & & \\\hline 8 & 6 & 76 & 69.20 & & & \\\hline 9 & 7 & 72 & 71.56 & & & \\\hline 10 & 8 & 82 & 71.71 & & & \\\hline 11 & 9 & 82 & 75.27 & & & \\\hline 12 & 10 & 76 & 77.60 & & & \\\hline 13 & 11 & 84 & 77.05 & & & \\\hline 14 & 12 & 80 & 79.45 & & & \\\hline 15 & & & & & & \\\hline 16 & & \mathrm{MSE} & 39.79 & & & \\\hline\end{array}


-Refer to Exhibit 11.3. What formula should be entered in cell C4 to compute the exponential smoothing forecast for month 2?

A) =C3-$F$3*(B3-C3)
B) =C3+$F$3*(C3-B3)
C) =B3+$F$3*(B3-C3)
D) =C3+$F$3*(B3-C3)
Question
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What formula should be entered in cell F7 to compute the seasonal factor using the additive seasonal effects model?</strong> A) =$J$3*D4+(1-$J$3)*(E3+F3) B) =$J$4*(D7-E7)+(1-$J$4)*F3 C) =$J$4*(E7-E6)+(1-$J$4)*E6 D) =$J$3*G3+(1-$J$3)*(D3+G3) <div style=padding-top: 35px>
Refer to Exhibit 11.4. What formula should be entered in cell F7 to compute the seasonal factor using the additive seasonal effects model?

A) =$J$3*D4+(1-$J$3)*(E3+F3)
B) =$J$4*(D7-E7)+(1-$J$4)*F3
C) =$J$4*(E7-E6)+(1-$J$4)*E6
D) =$J$3*G3+(1-$J$3)*(D3+G3)
Question
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What formula should be entered in cell E3 to compute the base level when using the multiplicative seasonal effects method?

A) =AVERAGE($E$3:$E$6)
B) =AVERAGE(E3, E7, E11)
C) =AVERAGE($D$3:$D$6)
D) =AVERAGE(D3, D7, D11)
Question
Exhibit 11.3
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using exponential smoothing.
 A  B  C  D  E  F 1 Number of  Exp Smoothing 2 Time Period  Cars Sold  Prediction 317070.00 alpha 0.346428070.00536673.46647470.88756471.96867669.20977271.561088271.711198275.2712107677.6013118477.0514128079.451516MSE39.79\begin{array}{|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { Exp Smoothing } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Prediction } & & & \\\hline 3 & 1 & 70 & 70.00 & & \text { alpha } & 0.346 \\\hline 4 & 2 & 80 & 70.00 & & & \\\hline 5 & 3 & 66 & 73.46 & & & \\\hline 6 & 4 & 74 & 70.88 & & & \\\hline 7 & 5 & 64 & 71.96 & & & \\\hline 8 & 6 & 76 & 69.20 & & & \\\hline 9 & 7 & 72 & 71.56 & & & \\\hline 10 & 8 & 82 & 71.71 & & & \\\hline 11 & 9 & 82 & 75.27 & & & \\\hline 12 & 10 & 76 & 77.60 & & & \\\hline 13 & 11 & 84 & 77.05 & & & \\\hline 14 & 12 & 80 & 79.45 & & & \\\hline 15 & & & & & & \\\hline 16 & & \mathrm{MSE} & 39.79 & & & \\\hline\end{array}


-Refer to Exhibit 11.3. What is the exponential smoothing forecast for month 2?

A) 69.75 ? forecast < 70.25
B) 73.00 ? forecast < 73.50
C) 74.75 ? forecast < 75.25
D) 79.75 ? forecast < 81.25
Question
Exhibit 11.3
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using exponential smoothing.
 A  B  C  D  E  F 1 Number of  Exp Smoothing 2 Time Period  Cars Sold  Prediction 317070.00 alpha 0.346428070.00536673.46647470.88756471.96867669.20977271.561088271.711198275.2712107677.6013118477.0514128079.451516MSE39.79\begin{array}{|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { Exp Smoothing } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Prediction } & & & \\\hline 3 & 1 & 70 & 70.00 & & \text { alpha } & 0.346 \\\hline 4 & 2 & 80 & 70.00 & & & \\\hline 5 & 3 & 66 & 73.46 & & & \\\hline 6 & 4 & 74 & 70.88 & & & \\\hline 7 & 5 & 64 & 71.96 & & & \\\hline 8 & 6 & 76 & 69.20 & & & \\\hline 9 & 7 & 72 & 71.56 & & & \\\hline 10 & 8 & 82 & 71.71 & & & \\\hline 11 & 9 & 82 & 75.27 & & & \\\hline 12 & 10 & 76 & 77.60 & & & \\\hline 13 & 11 & 84 & 77.05 & & & \\\hline 14 & 12 & 80 & 79.45 & & & \\\hline 15 & & & & & & \\\hline 16 & & \mathrm{MSE} & 39.79 & & & \\\hline\end{array}


-Refer to Exhibit 11.3. What is the exponential smoothing forecast for month 13?

A) 79.20 ? forecast < 79.30
B) 79.60 ? forecast < 79.70
C) 80.10 ? forecast < 80.20
D) 81.95 ? forecast < 82.05
Question
As alpha increases the exponential smoothing model

A) produces sluggish forecasts.
B) reacts quickly to changes in the data.
C) reacts slowly to changes in the data.
D) does not change.
Question
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What formula should be entered in cell G13 to compute the forecast for time period 11?

A) =E13+F13
B) =E12+F13
C) =E12+F8
D) =E12+F9
Question
In an exponential smoothing method, weights are assigned

A) just to the current actual and predicted values.
B) just to the previous data point and its predicted value.
C) to all past data points with weight .
D) to all past data points with more recent data points receiving more weight.
Question
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What formula should be entered in cell F9 to compute the second average when using the double moving average method with k = 4?</strong> A) =Average($E$3:$E$9) B) =Average($D$3:$D$9) C) =Average(D3:D9) D) =Average(D6:D9) <div style=padding-top: 35px>
Refer to Exhibit 11.6. What formula should be entered in cell F9 to compute the second average when using the double moving average method with k = 4?

A) =Average($E$3:$E$9)
B) =Average($D$3:$D$9)
C) =Average(D3:D9)
D) =Average(D6:D9)
Question
Exhibit 11.7
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Holt's method. The store has collected 12 quarters of data and needs your help to analyze the data.
 A  B CDEFGHIJ1 Time  Actual  Base  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Sales 3111284 alpha 0.5422184 beta 0.5533365287.014.0209.0644492396.561.8301.07215485471.668.4458.3826277408.52.7540.1937606508.651.4411.21048722641.091.9560.011319763747.999.4732.912210593720.235.8847.313311912834.074.8756.01441211451026.9133.9908.8151631877.0\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Predicted } & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Sales } & & & \\\hline 3 & 1 & 1 & 1 & 284 & & & & & \text { alpha } & 0.5 \\\hline 4 & & 2 & 2 & 184 & & & & & \text { beta } & 0.5 \\\hline 5 & & 3 & 3 & 365 & 287.0 & 14.0 & 209.0 & & \\\hline 6 & & 4 & 4 & 492 & 396.5 & 61.8 & 301.0 & & & \\\hline 7 & 2 & 1 & 5 & 485 & 471.6 & 68.4 & 458.3 & & & \\\hline 8 & & 2 & 6 & 277 & 408.5 & 2.7 & 540.1 & & & \\\hline 9 & & 3 & 7 & 606 & 508.6 & 51.4 & 411.2 & & & \\\hline 10 & & 4 & 8 & 722 & 641.0 & 91.9 & 560.0 & & & \\\hline 11 & 3 & 1 & 9 & 763 & 747.9 & 99.4 & 732.9 & & & \\\hline 12 & & 2 & 10 & 593 & 720.2 & 35.8 & 847.3 & & & \\\hline 13 & & 3 & 11 & 912 & 834.0 & 74.8 & 756.0 & & & \\\hline 14 & & 4 & 12 & 1145 & 1026.9 & 133.9 & 908.8 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 31877.0 & &\\\hline \end{array}


-Refer to Exhibit 11.7. What formula should be entered in cell E4 to compute the base level when using Holt's method?

A) =$J$3*D4+(1-$J$3)*(E3+F3)
B) =$J$4*D4+(1-$J$4)*(E3+F3)
C) =$J$3*G4+(1-$J$3)*(E3+F3)
D) =$J$4*(E4-E3)+(1-$J$4)*F3
Question
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What formula should be entered in cell G3 to compute the seasonal factor for year 1 Quarter 1?

A) =D3/AVERAGE($D$3:$D$6)
B) =D3/AVERAGE($D$3:$D$14)
C) =D3/SUM($D$3:$D$6)
D) =D3/COUNTIF($D$3:$D$6)
Question
Exhibit 11.7
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Holt's method. The store has collected 12 quarters of data and needs your help to analyze the data.
 A  B CDEFGHIJ1 Time  Actual  Base  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Sales 3111284 alpha 0.5422184 beta 0.5533365287.014.0209.0644492396.561.8301.07215485471.668.4458.3826277408.52.7540.1937606508.651.4411.21048722641.091.9560.011319763747.999.4732.912210593720.235.8847.313311912834.074.8756.01441211451026.9133.9908.8151631877.0\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Predicted } & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Sales } & & & \\\hline 3 & 1 & 1 & 1 & 284 & & & & & \text { alpha } & 0.5 \\\hline 4 & & 2 & 2 & 184 & & & & & \text { beta } & 0.5 \\\hline 5 & & 3 & 3 & 365 & 287.0 & 14.0 & 209.0 & & \\\hline 6 & & 4 & 4 & 492 & 396.5 & 61.8 & 301.0 & & & \\\hline 7 & 2 & 1 & 5 & 485 & 471.6 & 68.4 & 458.3 & & & \\\hline 8 & & 2 & 6 & 277 & 408.5 & 2.7 & 540.1 & & & \\\hline 9 & & 3 & 7 & 606 & 508.6 & 51.4 & 411.2 & & & \\\hline 10 & & 4 & 8 & 722 & 641.0 & 91.9 & 560.0 & & & \\\hline 11 & 3 & 1 & 9 & 763 & 747.9 & 99.4 & 732.9 & & & \\\hline 12 & & 2 & 10 & 593 & 720.2 & 35.8 & 847.3 & & & \\\hline 13 & & 3 & 11 & 912 & 834.0 & 74.8 & 756.0 & & & \\\hline 14 & & 4 & 12 & 1145 & 1026.9 & 133.9 & 908.8 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 31877.0 & &\\\hline \end{array}


-Refer to Exhibit 11.7. What are predicted sales for time period 13 using the data in the spreadsheet?

A) 908 \le predicted sales < 909
B) 1026 \le predicted sales < 1027
C) 1144 \le predicted sales < 1146
D) 1160 \le predicted sales < 1161
Question
Exhibit 11.7
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Holt's method. The store has collected 12 quarters of data and needs your help to analyze the data.
 A  B CDEFGHIJ1 Time  Actual  Base  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Sales 3111284 alpha 0.5422184 beta 0.5533365287.014.0209.0644492396.561.8301.07215485471.668.4458.3826277408.52.7540.1937606508.651.4411.21048722641.091.9560.011319763747.999.4732.912210593720.235.8847.313311912834.074.8756.01441211451026.9133.9908.8151631877.0\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Predicted } & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Sales } & & & \\\hline 3 & 1 & 1 & 1 & 284 & & & & & \text { alpha } & 0.5 \\\hline 4 & & 2 & 2 & 184 & & & & & \text { beta } & 0.5 \\\hline 5 & & 3 & 3 & 365 & 287.0 & 14.0 & 209.0 & & \\\hline 6 & & 4 & 4 & 492 & 396.5 & 61.8 & 301.0 & & & \\\hline 7 & 2 & 1 & 5 & 485 & 471.6 & 68.4 & 458.3 & & & \\\hline 8 & & 2 & 6 & 277 & 408.5 & 2.7 & 540.1 & & & \\\hline 9 & & 3 & 7 & 606 & 508.6 & 51.4 & 411.2 & & & \\\hline 10 & & 4 & 8 & 722 & 641.0 & 91.9 & 560.0 & & & \\\hline 11 & 3 & 1 & 9 & 763 & 747.9 & 99.4 & 732.9 & & & \\\hline 12 & & 2 & 10 & 593 & 720.2 & 35.8 & 847.3 & & & \\\hline 13 & & 3 & 11 & 912 & 834.0 & 74.8 & 756.0 & & & \\\hline 14 & & 4 & 12 & 1145 & 1026.9 & 133.9 & 908.8 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 31877.0 & &\\\hline \end{array}


-Refer to Exhibit 11.7. What are predicted sales for time period 2 using the data in the spreadsheet?

A) 208.5 \le predicted sales < 209.5
B) 233.5 \le predicted sales < 234.5
C) 283.5 \le predicted sales < 284.5
D) 300.5 \le predicted sales < 301.5
Question
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What formula should be entered in cell I16 to compute the forecast for time period 14?</strong> A) =I15+2*$H$14 B) =G14+B16*H14 C) =G14+3*H14 D) =G12+H12 <div style=padding-top: 35px>
Refer to Exhibit 11.6. What formula should be entered in cell I16 to compute the forecast for time period 14?

A) =I15+2*$H$14
B) =G14+B16*H14
C) =G14+3*H14
D) =G12+H12
Question
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What formula should be entered in cell E7 to compute the base level value for year 2 Quarter 1?

A) =$D$17+(1-$D$17)*(E6+F6)
B) =$D$17*D7/G3+(1-$D$17)*(E6+F6)
C) =$D$17*D7/G3+(1-$D$17)
D) =$D$17*D7/G3+($D$17)*(E6+F6)
Question
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What are predicted sales for time period 13 using the data in the spreadsheet?

A) 1259 ? predicted sales < 1260
B) 1938 ? predicted sales < 1939
C) 2090 ? predicted sales < 2091
D) 2187 ? predicted sales < 2188
Question
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What are predicted sales for time period 16 using the data in the spreadsheet?</strong> A) 1964 <font face=symbol></font> predicted sales < 1965 B) 2147 <font face=symbol></font> predicted sales < 2148 C) 2330 <font face=symbol></font> predicted sales < 2331 D) 2513 <font face=symbol></font> predicted sales < 2513 <div style=padding-top: 35px>
Refer to Exhibit 11.6. What are predicted sales for time period 16 using the data in the spreadsheet?

A) 1964 predicted sales < 1965
B) 2147 predicted sales < 2148
C) 2330 predicted sales < 2331
D) 2513 predicted sales < 2513
Question
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What formula should be entered in cell H7 to compute the Predicted Sales value for year 2 Quarter 1?

A) =SUM(E6:F6)*G3
B) =SUM(E6:F6)+G3
C) =SUM(E6:F6)
D) =SUM(E6:G3)
Question
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. What is the Input X Range in the Regression command settings dialog box?

A) B3:B14
B) C3:C14
C) D3:D14
D) B3:D14
Question
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. What formula should be entered in cell E3 to compute the linear trend for year 1 Quarter 1?

A) = 114.1364 + 69.7902 * 3
B) = 114.1364 + 69.7902 * 1
C) = 114.1364 + 69.7902 * 1991
D) = 114.1364 + 69.7902 * 284
Question
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. Which column in the spreadsheet represents the independent variable for a regression model?

A) A
B) B
C) C
D) D
Question
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What are predicted sales for the first quarter of year 4?

A) 795 ? predicted sales < 800
B) 860 ? predicted sales < 865
C) 910 ? predicted sales < 915
D) 1280 ? predicted sales < 1285
Question
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What formula should be entered in cell E6 (and copied to E7:E14) to compute the first average when using the double moving average method with k = 4?</strong> A) =Average($E$3:$E$6) B) =Average($D$3:$D$6) C) =Average(D3:D6) D) =Average(D5:D6) <div style=padding-top: 35px>
Refer to Exhibit 11.6. What formula should be entered in cell E6 (and copied to E7:E14) to compute the first average when using the double moving average method with k = 4?

A) =Average($E$3:$E$6)
B) =Average($D$3:$D$6)
C) =Average(D3:D6)
D) =Average(D5:D6)
Question
Exhibit 11.7
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Holt's method. The store has collected 12 quarters of data and needs your help to analyze the data.
 A  B CDEFGHIJ1 Time  Actual  Base  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Sales 3111284 alpha 0.5422184 beta 0.5533365287.014.0209.0644492396.561.8301.07215485471.668.4458.3826277408.52.7540.1937606508.651.4411.21048722641.091.9560.011319763747.999.4732.912210593720.235.8847.313311912834.074.8756.01441211451026.9133.9908.8151631877.0\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Predicted } & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Sales } & & & \\\hline 3 & 1 & 1 & 1 & 284 & & & & & \text { alpha } & 0.5 \\\hline 4 & & 2 & 2 & 184 & & & & & \text { beta } & 0.5 \\\hline 5 & & 3 & 3 & 365 & 287.0 & 14.0 & 209.0 & & \\\hline 6 & & 4 & 4 & 492 & 396.5 & 61.8 & 301.0 & & & \\\hline 7 & 2 & 1 & 5 & 485 & 471.6 & 68.4 & 458.3 & & & \\\hline 8 & & 2 & 6 & 277 & 408.5 & 2.7 & 540.1 & & & \\\hline 9 & & 3 & 7 & 606 & 508.6 & 51.4 & 411.2 & & & \\\hline 10 & & 4 & 8 & 722 & 641.0 & 91.9 & 560.0 & & & \\\hline 11 & 3 & 1 & 9 & 763 & 747.9 & 99.4 & 732.9 & & & \\\hline 12 & & 2 & 10 & 593 & 720.2 & 35.8 & 847.3 & & & \\\hline 13 & & 3 & 11 & 912 & 834.0 & 74.8 & 756.0 & & & \\\hline 14 & & 4 & 12 & 1145 & 1026.9 & 133.9 & 908.8 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 31877.0 & &\\\hline \end{array}


-Refer to Exhibit 11.7. What formula should be entered in cell F4 to compute the trend when using Holt's method?

A) =$J$3*D4+(1-$J$3)*(E3+F3)
B) =$J$4*(E4-E3)+(1-$J$4)*F3
C) =$J$4*(E4-E3)+(1-$J$4)*G3
D) =$J$4*G3+(1-$J$4)*(D3+G3)
Question
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. What is the Input Y Range in the Regression command settings dialog box?

A) B3:B14
B) C3:C14
C) D3:D14
D) B3:D14
Question
How many indicator variables are required if there are p seasons in a time series and you are forecasting with a seasonal regression model?

A) p 1
B) p
C) p + 1
D) p + 2
Question
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What formula should be entered in cell F7 to compute the Trend value for year 2 Quarter 1?

A) =$D$18*(E6-E7)+(1-$D$18)*F6
B) =$D$18*(E7-E6)+$D$18*F6
C) =$D$18*(E7-E6)+(1-$D$18)*F6
D) =$D$18*(E7-E6)*(1-$D$18)
Question
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What formula should be entered in cell H9 to compute the trend using the double moving average model with k = 4?</strong> A) =2*(AVERAGE(E9,F9))/4 B) =2*(E9-F9)/(4-1) C) =2*(E9-F9)/(4*2) D) =2*(D9-F9)/(4-1) <div style=padding-top: 35px>
Refer to Exhibit 11.6. What formula should be entered in cell H9 to compute the trend using the double moving average model with k = 4?

A) =2*(AVERAGE(E9,F9))/4
B) =2*(E9-F9)/(4-1)
C) =2*(E9-F9)/(4*2)
D) =2*(D9-F9)/(4-1)
Question
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What formula should be entered in cell I3 to compute the Seasonal Value for year 1 Quarter 1?</strong> A) =388.88+10.052*C3+4.248*D3+79.917*E3+296.008*F3+84.924*G3 B) =10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3 C) =388.88+10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3 D) =I3+10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3 <div style=padding-top: 35px>

-Refer to Exhibit 11.12. What formula should be entered in cell I3 to compute the Seasonal Value for year 1 Quarter 1?

A) =388.88+10.052*C3+4.248*D3+79.917*E3+296.008*F3+84.924*G3
B) =10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3
C) =388.88+10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3
D) =I3+10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3
Question
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What is the Input Y Range in the Regression command settings dialog box?

A) B3:B14
B) C3:C14
C) D3:D14
D) E3:E14
Question
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What are predicted sales for the first quarter of year 4?</strong> A) 1155 <font face=symbol>?</font> predicted sales < 1160 B) 1065 <font face=symbol>?</font> predicted sales < 1070 C) 1410 <font face=symbol>?</font> predicted sales < 1415 D) 1635 <font face=symbol>?</font> predicted sales < 1640 <div style=padding-top: 35px>

-Refer to Exhibit 11.12. What are predicted sales for the first quarter of year 4?

A) 1155 ? predicted sales < 1160
B) 1065 ? predicted sales < 1070
C) 1410 ? predicted sales < 1415
D) 1635 ? predicted sales < 1640
Question
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What formula should be entered in cell E3 to compute the value for the indicator variable for year 1 Quarter 1?</strong> A) =IF($B$3<>$E$2,1,0) B) =IF($B3=E$2,1) C) =IF($B$3=$E$2,0,1) D) =IF($B3=E$2,1,0) <div style=padding-top: 35px>

-Refer to Exhibit 11.12. What formula should be entered in cell E3 to compute the value for the indicator variable for year 1 Quarter 1?

A) =IF($B$3<>$E$2,1,0)
B) =IF($B3=E$2,1)
C) =IF($B$3=$E$2,0,1)
D) =IF($B3=E$2,1,0)
Question
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What formula should be entered in cell G3 to compute the Actual as a % of Trend value for year 1 Quarter 1?</strong> A) =E3/H3 B) =F3/H3 C) =F3/E3 D) =E3/F3 <div style=padding-top: 35px>

-Refer to Exhibit 11.11. What formula should be entered in cell G3 to compute the "Actual as a % of Trend" value for year 1 Quarter 1?

A) =E3/H3
B) =F3/H3
C) =F3/E3
D) =E3/F3
Question
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. How is a quadratic term added to the problem if we want to develop a quadratic trend model?

A) Add a column containing Time2.
B) Add a column containing Actual Sales2.
C) Increase the Input X Range in the Regression command settings dialog box.
D) Square the coefficient for Time in the regression model.
Question
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What are predicted sales for the fourth quarter of year 4?

A) 1170 \le predicted sales < 1175
B) 1310 \le predicted sales < 1315
C) 1460 \le predicted sales < 1465
D) 1615 \le predicted sales < 1620
Question
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What formula should be entered in cell H3 to compute the Seasonal Forecast value for year 1 Quarter 1?</strong> A) =F3*VLOOKUP(B3,$B$18:$C$21,2) B) =F3*HLOOKUP(B3,$B$18:$B$21,2) C) =F3*VLOOKUP(B3,$B$18:$B$21,2) D) =F3*VLOOKUP(B3,$C$18:$C$21,2) <div style=padding-top: 35px>

-Refer to Exhibit 11.11. What formula should be entered in cell H3 to compute the Seasonal Forecast value for year 1 Quarter 1?

A) =F3*VLOOKUP(B3,$B$18:$C$21,2)
B) =F3*HLOOKUP(B3,$B$18:$B$21,2)
C) =F3*VLOOKUP(B3,$B$18:$B$21,2)
D) =F3*VLOOKUP(B3,$C$18:$C$21,2)
Question
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What is the Input X Range in the Regression command settings dialog box?</strong> A) $C$3:$C$14 B) $H$3:$H$14 C) $C$3:$G$14 D) $H$3:$I$14 <div style=padding-top: 35px>

-Refer to Exhibit 11.12. What is the Input X Range in the Regression command settings dialog box?

A) $C$3:$C$14
B) $H$3:$H$14
C) $C$3:$G$14
D) $H$3:$I$14
Question
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What formula should be entered in cell F3 to compute the quadratic trend for year 1 Quarter 1?</strong> A) = 263.4545 * C3 + 5.985514 * D3 + 4.922577 B) = 263.4545 + 5.985514 * D3 + 4.922577 * C3 C) = 263.4545 + 5.985514 * C2 + 4.922577 * D2 D) = 263.4545 + 5.985514 * C3 + 4.922577 * D3 <div style=padding-top: 35px>

-Refer to Exhibit 11.11. What formula should be entered in cell F3 to compute the quadratic trend for year 1 Quarter 1?

A) = 263.4545 * C3 + 5.985514 * D3 + 4.922577
B) = 263.4545 + 5.985514 * D3 + 4.922577 * C3
C) = 263.4545 + 5.985514 * C2 + 4.922577 * D2
D) = 263.4545 + 5.985514 * C3 + 4.922577 * D3
Question
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. What are predicted sales for the fourth quarter of year 4?

A) 1020 ? predicted sales < 1025
B) 1090 ? predicted sales < 1095
C) 1160 ? predicted sales < 1165
D) 1230 ? predicted sales < 1235
Question
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What are predicted sales for the first quarter of year 4?</strong> A) 755  \le  predicted sales < 780 B) 1255  \le  predicted sales < 1260 C) 1275 \le  predicted sales < 1280 D) 1405 \le  predicted sales < 1410 <div style=padding-top: 35px>

-Refer to Exhibit 11.11. What are predicted sales for the first quarter of year 4?

A) 755 \le predicted sales < 780
B) 1255 \le predicted sales < 1260
C) 1275 \le predicted sales < 1280
D) 1405 \le predicted sales < 1410
Question
Exhibit 11.13
The following questions use the data below.
The owner of Tim's Toys wants to predict monthly sales. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
Exhibit 11.13 The following questions use the data below. The owner of Tim's Toys wants to predict monthly sales. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.   Refer to Exhibit 11.13. What formulas should go in cells C3:C16 of the spreadsheet if Bill uses a 4 month moving average forecasting model?<div style=padding-top: 35px>
Refer to Exhibit 11.13. What formulas should go in cells C3:C16 of the spreadsheet if Bill uses a 4 month moving average forecasting model?
Question
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What formula should be entered in cell C18 to compute the Seasonal Index value for quarter 1?</strong> A) =SUM($B$3:$B$14)/COUNTIF($B$3:$B$14,B18) B) =SUMIF($B$3:$B$14,B18,$G$3:$G$14)/COUNTIF($B$3:$B$14,B18) C) =SUMIF($B$3:$B$14,$G$3:$G$14)/COUNT($B$3:$B$14,B18) D) =SUMIF($B$3:$B$14,B18)/COUNTIF($B$3:$B$14,B18) <div style=padding-top: 35px>

-Refer to Exhibit 11.11. What formula should be entered in cell C18 to compute the Seasonal Index value for quarter 1?

A) =SUM($B$3:$B$14)/COUNTIF($B$3:$B$14,B18)
B) =SUMIF($B$3:$B$14,B18,$G$3:$G$14)/COUNTIF($B$3:$B$14,B18)
C) =SUMIF($B$3:$B$14,$G$3:$G$14)/COUNT($B$3:$B$14,B18)
D) =SUMIF($B$3:$B$14,B18)/COUNTIF($B$3:$B$14,B18)
Question
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What formula should be entered in cell F3 to compute the quadratic trend for year 1 Quarter 1?

A) = 263.4545 * C3 + 5.985514 * D3 + 4.922577
B) = 263.4545 + 5.985514 * D3 + 4.922577 * C3
C) = 263.4545 + 5.985514 * C2 + 4.922577 * D2
D) = 263.4545 + 5.985514 * C3 + 4.922577 * D3
Question
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What Excel command can be used in cells F4:F14 in lieu of a formula based on the regression statistics?

A) =TREND($E$3:$E$14,$C$3:$C$14,C4)
B) =TREND($E$3:$E$14,$C$3:$D$14,C4:D4)
C) =TREND($E$3:$E$14,$C$3:$D$14,D4)
D) =TREND($E$3:$E$14,$B$3:$D$14,B4:D4)
Question
Seasonality in a time series is indicated by

A) regular, repeating patterns in the data around a trend line.
B) regular patterns in the data around a trend line.
C) irregular patterns in the data around a trend line.
D) random patterns in the data around a trend line.
Question
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What is the Input X Range in the Regression command settings dialog box?

A) B3:B14
B) C3:C14
C) C3:D14
D) C3:E14
Question
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What is the Input Y Range in the Regression command settings dialog box?</strong> A) $C$3:$C$14 B) $H$3:$H$14 C) $C$3:$G$14 D) $H$3:$I$14 <div style=padding-top: 35px>

-Refer to Exhibit 11.12. What is the Input Y Range in the Regression command settings dialog box?

A) $C$3:$C$14
B) $H$3:$H$14
C) $C$3:$G$14
D) $H$3:$I$14
Question
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What Excel command can be used in cells F4:F14 in lieu of a formula based on the regression statistics?</strong> A) =TREND($H$3:$H$14,$C$3:$G$14, C3:G3) B) =TREND($H$3:$H$14,$B$3:$G$14, B3:G3) C) =TREND($H$3:$H$14,$A$3:$G$14, A3:G3) D) =TREND($H$3:$H$14,$C$3:$D$14, C3:D3) <div style=padding-top: 35px>

-Refer to Exhibit 11.12. What Excel command can be used in cells F4:F14 in lieu of a formula based on the regression statistics?

A) =TREND($H$3:$H$14,$C$3:$G$14, C3:G3)
B) =TREND($H$3:$H$14,$B$3:$G$14, B3:G3)
C) =TREND($H$3:$H$14,$A$3:$G$14, A3:G3)
D) =TREND($H$3:$H$14,$C$3:$D$14, C3:D3)
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/111
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 11: Time Series Forecasting
1
Which of the following is the common approach to time-series analysis?

A) Try several techniques and use the best results.
B) Plot the data and count the peaks to determine a value for k.
C) Plot the data and use the TREND() function.
D) Use a stationary model since it is the most robust.
A
2
Exhibit 11.2
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using weighted moving averages.
 A  B  C  D  E  F 1 Number of  2-Month Weighted 2 Time Period  Cars Sold  Moving Avg.  Weights 3170 W1 0.2444280 W2 0.7565366 sum 1.000647476.59756467.95867671.56977266.931088275.021198274.4412107682.0013118480.5414128077.951516 MSE 26.72\begin{array}{|c|c|c|c|c|c|c|} \hline & \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { 2-Month Weighted } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } & & \text { Weights } & \\\hline 3 & 1 & 70 & & & \text { W1 } & 0.244 \\\hline 4 & 2 & 80 & & & \text { W2 } & 0.756 \\\hline 5 & 3 & 66 & & & \text { sum } & 1.000 \\\hline 6 & 4 & 74 & 76.59 & & & \\\hline 7 & 5 & 64 & 67.95 & & & \\\hline 8 & 6 & 76 & 71.56 & & & \\\hline 9 & 7 & 72 & 66.93 & & & \\\hline 10 & 8 & 82 & 75.02 & & & \\\hline 11 & 9 & 82 & 74.44 & & & \\\hline 12 & 10 & 76 & 82.00 & & & \\\hline 13 & 11 & 84 & 80.54 & & & \\\hline 14 & 12 & 80 & 77.95 & & & \\\hline 15 & & & & & & \\\hline 16 & & \text { MSE } & 26.72 & & & \\\hline\end{array}


-Refer to Exhibit 11.2. What formula should be entered in cell C6 to compute the 2-month weighted moving average forecast for month 3?

A) =F3*B4+F4*B3
B) =$F$3*B4+$F$4*B3
C) =(B3+B4)/2
D) =SUMPRODUCT($F$3:$F$4,B3:B4)
=$F$3*B4+$F$4*B3
3
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What Excel function will compute the root mean squared error in cell C18 of the spreadsheet?

A) =SUMXMY2(B7:B14,C7:C14)
B) =SQRT(SUMXMY2(B3:B14,C3:C14)/COUNT(C3:C14))
C) =SUMXMY2(B7:B14,C7:C14)/COUNT(C7:C14)
D) =SQRT(SUMPRODUCT(B7:B14,C7:C14)/COUNT(C7:C14))
=SQRT(SUMXMY2(B3:B14,C3:C14)/COUNT(C3:C14))
4
As the number of periods in the forecast, k, increases

A) the moving average prediction will be smoother.
B) it is harder to get a good forecast.
C) the forecast will respond more quickly to changes in the data.
D) the moving average will increase in value.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
5
A time series which has a significant upward or downward trend is referred to as

A) static.
B) non-moving.
C) stationary.
D) non-stationary.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
6
The general form of an extrapolation model for time-series analysis is

A) t+1 = f(Xt, Y1, Z2, ...)
B) t = f(Yt, Yt1, Yt2, ...)
C) Yt+1 = f(Yt, Yt1, Yt2, ...)
D) t+1 = f(Yt, Yt1, Yt2, ...)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
7
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What formula should be entered in cell C13 to compute the 4-month moving average forecast for month 11?

A) =AVERAGE(B9:B12)/4
B) =AVERAGE(B7+B10)
C) =AVERAGE(A9:A12)
D) =AVERAGE(B9:B12)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
8
Why might we not be able to build a regression model to predict a dependent variable?

A) We might not know the independent variables.
B) There might not be any data available for the independent variables.
C) The regression model might not fit the data well.
D) All of these are true.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
9
A technique that analyzes past behavior of a time-series variable to predict the future is referred to as

A) a regression model.
B) a seasonal model.
C) a past performance model.
D) an extrapolation model.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
10
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What Excel function will compute the mean squared error in cell C18 of the spreadsheet?

A) =SUMXMY2(B7:B14,C7:C14)
B) =SUMXMY2(B3:B14,C3:C14)/COUNT(C3:C14)
C) =SUMXMY2(B7:B14,C7:C14)/COUNT(C7:C14)
D) =SUMPRODUCT(B7:B14,C7:C14)/COUNT(C7:C14)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following is true of 2-month moving average forecasting function extrapolation?

A) When forecasting ahead 4 periods, the last period forecast will be based on just forecasted values.
B) The final period forecast, t+4 will equal t+3
C) Each forecasted value will equal the mean of the last two actual data values.
D) The value t+4 should not be used as only a 2-month ahead forecast is valid.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
12
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. If predicting the cars sold for time period 14, what formula must be placed in cell B16?

A) =AVERAGE(B12:B15)
B) =AVERAGE(B12:B15)/4
C) =TREND(B12:B15)
D) =B14
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
13
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What would be the forecasted values for time periods 13 and 14?

A) 81.00 and 79.50.
B) 78.00 and 78.00.
C) 80.50 and 80.13.
D) 80.50 and 80.00.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
14
The determination of the MSE-minimizing value of the wi is a non-linear optimization problem because

A) because absolute values are used.
B) the wi are fractional.
C) the wi sum to 1.
D) MSE is a non-linear objective function.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
15
A time series which has no significant upward or downward trend is referred to as

A) static.
B) non-moving.
C) stationary.
D) non-stationary.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
16
A model or technique that uses past behavior of a time-series variable to predict the future is referred to as

A) a forecasting model.
B) an extrapolation model.
C) a trend model.
D) all of these.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
17
Exhibit 11.1
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
 A  B  C 1 Number of  4-Month 2 Time Period  Cars Sold  Moving Avg. 31704280536664747564867671.00977270.001088271.501198273.5012107678.0013118478.0014128081.00151316141718 MSE 40.59\begin{array}{|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } \\\hline 1 & & \text { Number of } & \text { 4-Month } \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } \\\hline 3 & 1 & 70 & \\\hline 4 & 2 & 80 & \\\hline 5 & 3 & 66 & \\\hline 6 & 4 & 74 & \\\hline 7 & 5 & 64 & \\\hline 8 & 6 & 76 & 71.00 \\\hline 9 & 7 & 72 & 70.00 \\\hline 10 & 8 & 82 & 71.50 \\\hline 11 & 9 & 82 & 73.50 \\\hline 12 & 10 & 76 & 78.00 \\\hline 13 & 11 & 84 & 78.00 \\\hline 14 & 12 & 80 & 81.00 \\\hline 15 & 13 & & \\\hline 16 & 14 & & \\\hline 17 & & & \\\hline 18 & & \text { MSE } & 40.59 \\\hline\end{array}


-Refer to Exhibit 11.1. What is the 4-month moving average forecast for month 5?

A) 71
B) 72.5
C) 74
D) 75
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following is not a quantitative technique for evaluating the accuracy of a time-series modeling technique?

A) Constructing line graphs of the data.
B) The mean absolute deviation.
C) The mean absolute percent error.
D) The root mean square error.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
19
Why might a forecaster calculate MSE values on just the most recent data in the time-series data set?

A) The forecaster might be interested in how well the forecasting method performs on the more recent data.
B) Because the most recent data may be a better predictor of future values.
C) Because the resulting forecasting function might fit the older data better that the more recent data.
D) All of these.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
20
Exhibit 11.2
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using weighted moving averages.
 A  B  C  D  E  F 1 Number of  2-Month Weighted 2 Time Period  Cars Sold  Moving Avg.  Weights 3170 W1 0.2444280 W2 0.7565366 sum 1.000647476.59756467.95867671.56977266.931088275.021198274.4412107682.0013118480.5414128077.951516 MSE 26.72\begin{array}{|c|c|c|c|c|c|c|} \hline & \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { 2-Month Weighted } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } & & \text { Weights } & \\\hline 3 & 1 & 70 & & & \text { W1 } & 0.244 \\\hline 4 & 2 & 80 & & & \text { W2 } & 0.756 \\\hline 5 & 3 & 66 & & & \text { sum } & 1.000 \\\hline 6 & 4 & 74 & 76.59 & & & \\\hline 7 & 5 & 64 & 67.95 & & & \\\hline 8 & 6 & 76 & 71.56 & & & \\\hline 9 & 7 & 72 & 66.93 & & & \\\hline 10 & 8 & 82 & 75.02 & & & \\\hline 11 & 9 & 82 & 74.44 & & & \\\hline 12 & 10 & 76 & 82.00 & & & \\\hline 13 & 11 & 84 & 80.54 & & & \\\hline 14 & 12 & 80 & 77.95 & & & \\\hline 15 & & & & & & \\\hline 16 & & \text { MSE } & 26.72 & & & \\\hline\end{array}


-Refer to Exhibit 11.2. What is the 2-month weighted moving average forecast for month 3 using the weight in the spreadsheet? Associate weight w1 with sales in time period 2 and w2 with sales in time period 1.

A) 72.44
B) 75.00
C) 76.59
D) 77.56
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
21
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What formula should be entered in cell F7 to compute the seasonal factor using the multiplicative seasonal effects model?

A) =$J$3*D4+(1-$J$3)*(E3+F3)
B) =$J$4*(D7/E7)+(1-$J$4)*F3
C) =$J$4*(E7/E6)+(1-$J$4)*E6
D) =$J$3*G3+(1-$J$3)*(D3+G3)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
22
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What formula should be entered in cell E3 to compute the base level when using the additive seasonal effects method?</strong> A) =AVERAGE($E$3:$E$6) B) =AVERAGE(E3, E7, E11) C) =AVERAGE($D$3:$D$6) D) =AVERAGE(D3, D7, D11)
Refer to Exhibit 11.4. What formula should be entered in cell E3 to compute the base level when using the additive seasonal effects method?

A) =AVERAGE($E$3:$E$6)
B) =AVERAGE(E3, E7, E11)
C) =AVERAGE($D$3:$D$6)
D) =AVERAGE(D3, D7, D11)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
23
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What formula should be entered in cell E7 to compute the remaining expected levels?

A) =$J$3*(D7/F3) + (1-$J$3)*E6
B) =$J$3*(D7/D6) + (1-$J$3)*E6
C) =$J$4*(D7/D3) + (1-$J$4)*E6
D) =$J$4*(D7/D6) + (1-$J$4)*E6
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
24
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What are predicted sales for time period 13 using the data in the spreadsheet?</strong> A) 915 <font face=symbol></font> predicted sales < 916 B) 916 <font face=symbol></font> predicted sales < 917 C) 991 <font face=symbol></font> predicted sales < 992 D) 1045 <font face=symbol></font> predicted sales < 1046
Refer to Exhibit 11.4. What are predicted sales for time period 13 using the data in the spreadsheet?

A) 915 predicted sales < 916
B) 916 predicted sales < 917
C) 991 predicted sales < 992
D) 1045 predicted sales < 1046
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
25
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What formula should be entered in cell E7 to compute the remaining expected levels?</strong> A) =$J$3*(D7-D3) + (1-$J$3)*E6 B) =$J$3*(D7-D6) + (1-$J$3)*E6 C) =$J$4*(D7-D3) + (1-$J$4)*E6 D) =$J$4*(D7-D6) + (1-$J$4)*E6
Refer to Exhibit 11.4. What formula should be entered in cell E7 to compute the remaining expected levels?

A) =$J$3*(D7-D3) + (1-$J$3)*E6
B) =$J$3*(D7-D6) + (1-$J$3)*E6
C) =$J$4*(D7-D3) + (1-$J$4)*E6
D) =$J$4*(D7-D6) + (1-$J$4)*E6
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
26
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What formula should be entered in cell G12 to compute the forecast for time period 10?</strong> A) =E10+F7 B) =E12+F12 C) =E12+F8 D) =E11+F8
Refer to Exhibit 11.4. What formula should be entered in cell G12 to compute the forecast for time period 10?

A) =E10+F7
B) =E12+F12
C) =E12+F8
D) =E11+F8
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
27
Which of the following describes an additive seasonal effect in times series data?

A) An occasional pattern of equal magnitude.
B) An occasional pattern of unequal magnitude.
C) A regular, repeating pattern of equal magnitude.
D) A regular, repeating pattern of increasing magnitude.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
28
Exhibit 11.2
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using weighted moving averages.
 A  B  C  D  E  F 1 Number of  2-Month Weighted 2 Time Period  Cars Sold  Moving Avg.  Weights 3170 W1 0.2444280 W2 0.7565366 sum 1.000647476.59756467.95867671.56977266.931088275.021198274.4412107682.0013118480.5414128077.951516 MSE 26.72\begin{array}{|c|c|c|c|c|c|c|} \hline & \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { 2-Month Weighted } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } & & \text { Weights } & \\\hline 3 & 1 & 70 & & & \text { W1 } & 0.244 \\\hline 4 & 2 & 80 & & & \text { W2 } & 0.756 \\\hline 5 & 3 & 66 & & & \text { sum } & 1.000 \\\hline 6 & 4 & 74 & 76.59 & & & \\\hline 7 & 5 & 64 & 67.95 & & & \\\hline 8 & 6 & 76 & 71.56 & & & \\\hline 9 & 7 & 72 & 66.93 & & & \\\hline 10 & 8 & 82 & 75.02 & & & \\\hline 11 & 9 & 82 & 74.44 & & & \\\hline 12 & 10 & 76 & 82.00 & & & \\\hline 13 & 11 & 84 & 80.54 & & & \\\hline 14 & 12 & 80 & 77.95 & & & \\\hline 15 & & & & & & \\\hline 16 & & \text { MSE } & 26.72 & & & \\\hline\end{array}


-Refer to Exhibit 11.2. What would be the forecasted value for time period 13?

A) 83.024.
B) 80.796.
C) 79.245.
D) 79.908.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following statements are true regarding the difference between forecasts using exponential smoothing and forecasts using a weighted moving average method?

A) The exponential smoothing forecasts will have a steeper trend line.
B) The weighted moving average forecasts will form a level line of constant value.
C) The exponential smoothing forecasts will form a level line of constant value.
D) The exponential smoothing forecasts will do a better job of capturing the underlying trend in the data.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
30
Exhibit 11.3
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using exponential smoothing.
 A  B  C  D  E  F 1 Number of  Exp Smoothing 2 Time Period  Cars Sold  Prediction 317070.00 alpha 0.346428070.00536673.46647470.88756471.96867669.20977271.561088271.711198275.2712107677.6013118477.0514128079.451516MSE39.79\begin{array}{|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { Exp Smoothing } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Prediction } & & & \\\hline 3 & 1 & 70 & 70.00 & & \text { alpha } & 0.346 \\\hline 4 & 2 & 80 & 70.00 & & & \\\hline 5 & 3 & 66 & 73.46 & & & \\\hline 6 & 4 & 74 & 70.88 & & & \\\hline 7 & 5 & 64 & 71.96 & & & \\\hline 8 & 6 & 76 & 69.20 & & & \\\hline 9 & 7 & 72 & 71.56 & & & \\\hline 10 & 8 & 82 & 71.71 & & & \\\hline 11 & 9 & 82 & 75.27 & & & \\\hline 12 & 10 & 76 & 77.60 & & & \\\hline 13 & 11 & 84 & 77.05 & & & \\\hline 14 & 12 & 80 & 79.45 & & & \\\hline 15 & & & & & & \\\hline 16 & & \mathrm{MSE} & 39.79 & & & \\\hline\end{array}


-Refer to Exhibit 11.3. Assume the forecasted value for month 13 is 79.64. What is the forecasted value for month 16?

A) 85.54.
B) 83.64.
C) 79.64.
D) 82.00.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following describes a multiplicative seasonal effect in times series data?

A) An occasional pattern of equal magnitude.
B) An occasional pattern of unequal magnitude.
C) A regular, repeating pattern of equal magnitude.
D) A regular, repeating pattern of increasing magnitude.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
32
Exhibit 11.2
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using weighted moving averages.
 A  B  C  D  E  F 1 Number of  2-Month Weighted 2 Time Period  Cars Sold  Moving Avg.  Weights 3170 W1 0.2444280 W2 0.7565366 sum 1.000647476.59756467.95867671.56977266.931088275.021198274.4412107682.0013118480.5414128077.951516 MSE 26.72\begin{array}{|c|c|c|c|c|c|c|} \hline & \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { 2-Month Weighted } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Moving Avg. } & & \text { Weights } & \\\hline 3 & 1 & 70 & & & \text { W1 } & 0.244 \\\hline 4 & 2 & 80 & & & \text { W2 } & 0.756 \\\hline 5 & 3 & 66 & & & \text { sum } & 1.000 \\\hline 6 & 4 & 74 & 76.59 & & & \\\hline 7 & 5 & 64 & 67.95 & & & \\\hline 8 & 6 & 76 & 71.56 & & & \\\hline 9 & 7 & 72 & 66.93 & & & \\\hline 10 & 8 & 82 & 75.02 & & & \\\hline 11 & 9 & 82 & 74.44 & & & \\\hline 12 & 10 & 76 & 82.00 & & & \\\hline 13 & 11 & 84 & 80.54 & & & \\\hline 14 & 12 & 80 & 77.95 & & & \\\hline 15 & & & & & & \\\hline 16 & & \text { MSE } & 26.72 & & & \\\hline\end{array}


-Refer to Exhibit 11.2. Which cell in the spreadsheet is the objective cell in the Risk Solver Platform (RSP) task pane area?

A) F3
B) F4
C) F5
D) C16
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
33
Exhibit 11.3
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using exponential smoothing.
 A  B  C  D  E  F 1 Number of  Exp Smoothing 2 Time Period  Cars Sold  Prediction 317070.00 alpha 0.346428070.00536673.46647470.88756471.96867669.20977271.561088271.711198275.2712107677.6013118477.0514128079.451516MSE39.79\begin{array}{|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { Exp Smoothing } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Prediction } & & & \\\hline 3 & 1 & 70 & 70.00 & & \text { alpha } & 0.346 \\\hline 4 & 2 & 80 & 70.00 & & & \\\hline 5 & 3 & 66 & 73.46 & & & \\\hline 6 & 4 & 74 & 70.88 & & & \\\hline 7 & 5 & 64 & 71.96 & & & \\\hline 8 & 6 & 76 & 69.20 & & & \\\hline 9 & 7 & 72 & 71.56 & & & \\\hline 10 & 8 & 82 & 71.71 & & & \\\hline 11 & 9 & 82 & 75.27 & & & \\\hline 12 & 10 & 76 & 77.60 & & & \\\hline 13 & 11 & 84 & 77.05 & & & \\\hline 14 & 12 & 80 & 79.45 & & & \\\hline 15 & & & & & & \\\hline 16 & & \mathrm{MSE} & 39.79 & & & \\\hline\end{array}


-Refer to Exhibit 11.3. What formula should be entered in cell C4 to compute the exponential smoothing forecast for month 2?

A) =C3-$F$3*(B3-C3)
B) =C3+$F$3*(C3-B3)
C) =B3+$F$3*(B3-C3)
D) =C3+$F$3*(B3-C3)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
34
Exhibit 11.4
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.
<strong>Exhibit 11.4 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using the additive seasonal method. The store has collected 12 quarters of data and needs your help to analyze the data.   Refer to Exhibit 11.4. What formula should be entered in cell F7 to compute the seasonal factor using the additive seasonal effects model?</strong> A) =$J$3*D4+(1-$J$3)*(E3+F3) B) =$J$4*(D7-E7)+(1-$J$4)*F3 C) =$J$4*(E7-E6)+(1-$J$4)*E6 D) =$J$3*G3+(1-$J$3)*(D3+G3)
Refer to Exhibit 11.4. What formula should be entered in cell F7 to compute the seasonal factor using the additive seasonal effects model?

A) =$J$3*D4+(1-$J$3)*(E3+F3)
B) =$J$4*(D7-E7)+(1-$J$4)*F3
C) =$J$4*(E7-E6)+(1-$J$4)*E6
D) =$J$3*G3+(1-$J$3)*(D3+G3)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
35
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What formula should be entered in cell E3 to compute the base level when using the multiplicative seasonal effects method?

A) =AVERAGE($E$3:$E$6)
B) =AVERAGE(E3, E7, E11)
C) =AVERAGE($D$3:$D$6)
D) =AVERAGE(D3, D7, D11)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
36
Exhibit 11.3
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using exponential smoothing.
 A  B  C  D  E  F 1 Number of  Exp Smoothing 2 Time Period  Cars Sold  Prediction 317070.00 alpha 0.346428070.00536673.46647470.88756471.96867669.20977271.561088271.711198275.2712107677.6013118477.0514128079.451516MSE39.79\begin{array}{|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { Exp Smoothing } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Prediction } & & & \\\hline 3 & 1 & 70 & 70.00 & & \text { alpha } & 0.346 \\\hline 4 & 2 & 80 & 70.00 & & & \\\hline 5 & 3 & 66 & 73.46 & & & \\\hline 6 & 4 & 74 & 70.88 & & & \\\hline 7 & 5 & 64 & 71.96 & & & \\\hline 8 & 6 & 76 & 69.20 & & & \\\hline 9 & 7 & 72 & 71.56 & & & \\\hline 10 & 8 & 82 & 71.71 & & & \\\hline 11 & 9 & 82 & 75.27 & & & \\\hline 12 & 10 & 76 & 77.60 & & & \\\hline 13 & 11 & 84 & 77.05 & & & \\\hline 14 & 12 & 80 & 79.45 & & & \\\hline 15 & & & & & & \\\hline 16 & & \mathrm{MSE} & 39.79 & & & \\\hline\end{array}


-Refer to Exhibit 11.3. What is the exponential smoothing forecast for month 2?

A) 69.75 ? forecast < 70.25
B) 73.00 ? forecast < 73.50
C) 74.75 ? forecast < 75.25
D) 79.75 ? forecast < 81.25
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
37
Exhibit 11.3
The following questions use the data below.
Honest Al's Used Cars wants to predict how many cars are sold each month. He has collected data for 12 months. He needs your help in analyzing this data using exponential smoothing.
 A  B  C  D  E  F 1 Number of  Exp Smoothing 2 Time Period  Cars Sold  Prediction 317070.00 alpha 0.346428070.00536673.46647470.88756471.96867669.20977271.561088271.711198275.2712107677.6013118477.0514128079.451516MSE39.79\begin{array}{|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } & \text { F } \\\hline 1 & & \text { Number of } & \text { Exp Smoothing } & & & \\\hline 2 & \text { Time Period } & \text { Cars Sold } & \text { Prediction } & & & \\\hline 3 & 1 & 70 & 70.00 & & \text { alpha } & 0.346 \\\hline 4 & 2 & 80 & 70.00 & & & \\\hline 5 & 3 & 66 & 73.46 & & & \\\hline 6 & 4 & 74 & 70.88 & & & \\\hline 7 & 5 & 64 & 71.96 & & & \\\hline 8 & 6 & 76 & 69.20 & & & \\\hline 9 & 7 & 72 & 71.56 & & & \\\hline 10 & 8 & 82 & 71.71 & & & \\\hline 11 & 9 & 82 & 75.27 & & & \\\hline 12 & 10 & 76 & 77.60 & & & \\\hline 13 & 11 & 84 & 77.05 & & & \\\hline 14 & 12 & 80 & 79.45 & & & \\\hline 15 & & & & & & \\\hline 16 & & \mathrm{MSE} & 39.79 & & & \\\hline\end{array}


-Refer to Exhibit 11.3. What is the exponential smoothing forecast for month 13?

A) 79.20 ? forecast < 79.30
B) 79.60 ? forecast < 79.70
C) 80.10 ? forecast < 80.20
D) 81.95 ? forecast < 82.05
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
38
As alpha increases the exponential smoothing model

A) produces sluggish forecasts.
B) reacts quickly to changes in the data.
C) reacts slowly to changes in the data.
D) does not change.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
39
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What formula should be entered in cell G13 to compute the forecast for time period 11?

A) =E13+F13
B) =E12+F13
C) =E12+F8
D) =E12+F9
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
40
In an exponential smoothing method, weights are assigned

A) just to the current actual and predicted values.
B) just to the previous data point and its predicted value.
C) to all past data points with weight .
D) to all past data points with more recent data points receiving more weight.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
41
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What formula should be entered in cell F9 to compute the second average when using the double moving average method with k = 4?</strong> A) =Average($E$3:$E$9) B) =Average($D$3:$D$9) C) =Average(D3:D9) D) =Average(D6:D9)
Refer to Exhibit 11.6. What formula should be entered in cell F9 to compute the second average when using the double moving average method with k = 4?

A) =Average($E$3:$E$9)
B) =Average($D$3:$D$9)
C) =Average(D3:D9)
D) =Average(D6:D9)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
42
Exhibit 11.7
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Holt's method. The store has collected 12 quarters of data and needs your help to analyze the data.
 A  B CDEFGHIJ1 Time  Actual  Base  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Sales 3111284 alpha 0.5422184 beta 0.5533365287.014.0209.0644492396.561.8301.07215485471.668.4458.3826277408.52.7540.1937606508.651.4411.21048722641.091.9560.011319763747.999.4732.912210593720.235.8847.313311912834.074.8756.01441211451026.9133.9908.8151631877.0\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Predicted } & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Sales } & & & \\\hline 3 & 1 & 1 & 1 & 284 & & & & & \text { alpha } & 0.5 \\\hline 4 & & 2 & 2 & 184 & & & & & \text { beta } & 0.5 \\\hline 5 & & 3 & 3 & 365 & 287.0 & 14.0 & 209.0 & & \\\hline 6 & & 4 & 4 & 492 & 396.5 & 61.8 & 301.0 & & & \\\hline 7 & 2 & 1 & 5 & 485 & 471.6 & 68.4 & 458.3 & & & \\\hline 8 & & 2 & 6 & 277 & 408.5 & 2.7 & 540.1 & & & \\\hline 9 & & 3 & 7 & 606 & 508.6 & 51.4 & 411.2 & & & \\\hline 10 & & 4 & 8 & 722 & 641.0 & 91.9 & 560.0 & & & \\\hline 11 & 3 & 1 & 9 & 763 & 747.9 & 99.4 & 732.9 & & & \\\hline 12 & & 2 & 10 & 593 & 720.2 & 35.8 & 847.3 & & & \\\hline 13 & & 3 & 11 & 912 & 834.0 & 74.8 & 756.0 & & & \\\hline 14 & & 4 & 12 & 1145 & 1026.9 & 133.9 & 908.8 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 31877.0 & &\\\hline \end{array}


-Refer to Exhibit 11.7. What formula should be entered in cell E4 to compute the base level when using Holt's method?

A) =$J$3*D4+(1-$J$3)*(E3+F3)
B) =$J$4*D4+(1-$J$4)*(E3+F3)
C) =$J$3*G4+(1-$J$3)*(E3+F3)
D) =$J$4*(E4-E3)+(1-$J$4)*F3
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
43
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What formula should be entered in cell G3 to compute the seasonal factor for year 1 Quarter 1?

A) =D3/AVERAGE($D$3:$D$6)
B) =D3/AVERAGE($D$3:$D$14)
C) =D3/SUM($D$3:$D$6)
D) =D3/COUNTIF($D$3:$D$6)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
44
Exhibit 11.7
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Holt's method. The store has collected 12 quarters of data and needs your help to analyze the data.
 A  B CDEFGHIJ1 Time  Actual  Base  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Sales 3111284 alpha 0.5422184 beta 0.5533365287.014.0209.0644492396.561.8301.07215485471.668.4458.3826277408.52.7540.1937606508.651.4411.21048722641.091.9560.011319763747.999.4732.912210593720.235.8847.313311912834.074.8756.01441211451026.9133.9908.8151631877.0\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Predicted } & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Sales } & & & \\\hline 3 & 1 & 1 & 1 & 284 & & & & & \text { alpha } & 0.5 \\\hline 4 & & 2 & 2 & 184 & & & & & \text { beta } & 0.5 \\\hline 5 & & 3 & 3 & 365 & 287.0 & 14.0 & 209.0 & & \\\hline 6 & & 4 & 4 & 492 & 396.5 & 61.8 & 301.0 & & & \\\hline 7 & 2 & 1 & 5 & 485 & 471.6 & 68.4 & 458.3 & & & \\\hline 8 & & 2 & 6 & 277 & 408.5 & 2.7 & 540.1 & & & \\\hline 9 & & 3 & 7 & 606 & 508.6 & 51.4 & 411.2 & & & \\\hline 10 & & 4 & 8 & 722 & 641.0 & 91.9 & 560.0 & & & \\\hline 11 & 3 & 1 & 9 & 763 & 747.9 & 99.4 & 732.9 & & & \\\hline 12 & & 2 & 10 & 593 & 720.2 & 35.8 & 847.3 & & & \\\hline 13 & & 3 & 11 & 912 & 834.0 & 74.8 & 756.0 & & & \\\hline 14 & & 4 & 12 & 1145 & 1026.9 & 133.9 & 908.8 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 31877.0 & &\\\hline \end{array}


-Refer to Exhibit 11.7. What are predicted sales for time period 13 using the data in the spreadsheet?

A) 908 \le predicted sales < 909
B) 1026 \le predicted sales < 1027
C) 1144 \le predicted sales < 1146
D) 1160 \le predicted sales < 1161
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
45
Exhibit 11.7
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Holt's method. The store has collected 12 quarters of data and needs your help to analyze the data.
 A  B CDEFGHIJ1 Time  Actual  Base  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Sales 3111284 alpha 0.5422184 beta 0.5533365287.014.0209.0644492396.561.8301.07215485471.668.4458.3826277408.52.7540.1937606508.651.4411.21048722641.091.9560.011319763747.999.4732.912210593720.235.8847.313311912834.074.8756.01441211451026.9133.9908.8151631877.0\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Predicted } & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Sales } & & & \\\hline 3 & 1 & 1 & 1 & 284 & & & & & \text { alpha } & 0.5 \\\hline 4 & & 2 & 2 & 184 & & & & & \text { beta } & 0.5 \\\hline 5 & & 3 & 3 & 365 & 287.0 & 14.0 & 209.0 & & \\\hline 6 & & 4 & 4 & 492 & 396.5 & 61.8 & 301.0 & & & \\\hline 7 & 2 & 1 & 5 & 485 & 471.6 & 68.4 & 458.3 & & & \\\hline 8 & & 2 & 6 & 277 & 408.5 & 2.7 & 540.1 & & & \\\hline 9 & & 3 & 7 & 606 & 508.6 & 51.4 & 411.2 & & & \\\hline 10 & & 4 & 8 & 722 & 641.0 & 91.9 & 560.0 & & & \\\hline 11 & 3 & 1 & 9 & 763 & 747.9 & 99.4 & 732.9 & & & \\\hline 12 & & 2 & 10 & 593 & 720.2 & 35.8 & 847.3 & & & \\\hline 13 & & 3 & 11 & 912 & 834.0 & 74.8 & 756.0 & & & \\\hline 14 & & 4 & 12 & 1145 & 1026.9 & 133.9 & 908.8 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 31877.0 & &\\\hline \end{array}


-Refer to Exhibit 11.7. What are predicted sales for time period 2 using the data in the spreadsheet?

A) 208.5 \le predicted sales < 209.5
B) 233.5 \le predicted sales < 234.5
C) 283.5 \le predicted sales < 284.5
D) 300.5 \le predicted sales < 301.5
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
46
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What formula should be entered in cell I16 to compute the forecast for time period 14?</strong> A) =I15+2*$H$14 B) =G14+B16*H14 C) =G14+3*H14 D) =G12+H12
Refer to Exhibit 11.6. What formula should be entered in cell I16 to compute the forecast for time period 14?

A) =I15+2*$H$14
B) =G14+B16*H14
C) =G14+3*H14
D) =G12+H12
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
47
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What formula should be entered in cell E7 to compute the base level value for year 2 Quarter 1?

A) =$D$17+(1-$D$17)*(E6+F6)
B) =$D$17*D7/G3+(1-$D$17)*(E6+F6)
C) =$D$17*D7/G3+(1-$D$17)
D) =$D$17*D7/G3+($D$17)*(E6+F6)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
48
Exhibit 11.5
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the multiplicative seasonal effects model.
 A BCDEFGHIJ1 Time  Actual  Seasonal 2 Year  Qtr  Period  Sales  Level  Factor  Forecast 3111368462.500.796 alpha 0.332167422168462.500.363 beta 1533530462.501.146644784462.501.6957215770630.321.222368.00826354744.660.475228.969371012790.651.280853.3410481244771.791.6121340.26113191326875.981.514942.82122109861273.960.774416.431331116241272.251.2761630.621441220901280.351.6322050.66151685564.040\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & & \text { Seasonal } & & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Factor } & \text { Forecast } & & & \\\hline 3 & 1 & 1 & 1 & 368 & 462.50 & 0.796 & & & \text { alpha } & 0.332167 \\\hline 4 & & 2 & 2 & 168 & 462.50 & 0.363 & & & \text { beta } & 1 \\\hline 5 & & 3 & 3 & 530 & 462.50 & 1.146 & & & & \\\hline 6 & & 4 & 4 & 784 & 462.50 & 1.695 & & & & \\\hline 7 & 2 & 1 & 5 & 770 & 630.32 & 1.222 & 368.00 & & \\\hline 8 & & 2 & 6 & 354 & 744.66 & 0.475 & 228.96 & & & \\\hline 9 & & 3 & 7 & 1012 & 790.65 & 1.280 & 853.34 & & & \\\hline 10 & & 4 & 8 & 1244 & 771.79 & 1.612 & 1340.26 & & & \\\hline 11 & 3 & 1 & 9 & 1326 & 875.98 & 1.514 & 942.82 & & & \\\hline 12 & & 2 & 10 & 986 & 1273.96 & 0.774 & 416.43 & & & \\\hline 13 & & 3 & 11 & 1624 & 1272.25 & 1.276 & 1630.62 & & & \\\hline 14 & & 4 & 12 & 2090 & 1280.35 & 1.632 & 2050.66 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 85564.040 & & &\\\hline \end{array}

-Refer to Exhibit 11.5. What are predicted sales for time period 13 using the data in the spreadsheet?

A) 1259 ? predicted sales < 1260
B) 1938 ? predicted sales < 1939
C) 2090 ? predicted sales < 2091
D) 2187 ? predicted sales < 2188
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
49
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What are predicted sales for time period 16 using the data in the spreadsheet?</strong> A) 1964 <font face=symbol></font> predicted sales < 1965 B) 2147 <font face=symbol></font> predicted sales < 2148 C) 2330 <font face=symbol></font> predicted sales < 2331 D) 2513 <font face=symbol></font> predicted sales < 2513
Refer to Exhibit 11.6. What are predicted sales for time period 16 using the data in the spreadsheet?

A) 1964 predicted sales < 1965
B) 2147 predicted sales < 2148
C) 2330 predicted sales < 2331
D) 2513 predicted sales < 2513
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
50
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What formula should be entered in cell H7 to compute the Predicted Sales value for year 2 Quarter 1?

A) =SUM(E6:F6)*G3
B) =SUM(E6:F6)+G3
C) =SUM(E6:F6)
D) =SUM(E6:G3)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
51
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. What is the Input X Range in the Regression command settings dialog box?

A) B3:B14
B) C3:C14
C) D3:D14
D) B3:D14
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
52
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. What formula should be entered in cell E3 to compute the linear trend for year 1 Quarter 1?

A) = 114.1364 + 69.7902 * 3
B) = 114.1364 + 69.7902 * 1
C) = 114.1364 + 69.7902 * 1991
D) = 114.1364 + 69.7902 * 284
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
53
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. Which column in the spreadsheet represents the independent variable for a regression model?

A) A
B) B
C) C
D) D
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
54
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What are predicted sales for the first quarter of year 4?

A) 795 ? predicted sales < 800
B) 860 ? predicted sales < 865
C) 910 ? predicted sales < 915
D) 1280 ? predicted sales < 1285
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
55
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What formula should be entered in cell E6 (and copied to E7:E14) to compute the first average when using the double moving average method with k = 4?</strong> A) =Average($E$3:$E$6) B) =Average($D$3:$D$6) C) =Average(D3:D6) D) =Average(D5:D6)
Refer to Exhibit 11.6. What formula should be entered in cell E6 (and copied to E7:E14) to compute the first average when using the double moving average method with k = 4?

A) =Average($E$3:$E$6)
B) =Average($D$3:$D$6)
C) =Average(D3:D6)
D) =Average(D5:D6)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
56
Exhibit 11.7
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Holt's method. The store has collected 12 quarters of data and needs your help to analyze the data.
 A  B CDEFGHIJ1 Time  Actual  Base  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Sales 3111284 alpha 0.5422184 beta 0.5533365287.014.0209.0644492396.561.8301.07215485471.668.4458.3826277408.52.7540.1937606508.651.4411.21048722641.091.9560.011319763747.999.4732.912210593720.235.8847.313311912834.074.8756.01441211451026.9133.9908.8151631877.0\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} & \mathrm{I} & \mathrm{J} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Predicted } & & & \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Sales } & & & \\\hline 3 & 1 & 1 & 1 & 284 & & & & & \text { alpha } & 0.5 \\\hline 4 & & 2 & 2 & 184 & & & & & \text { beta } & 0.5 \\\hline 5 & & 3 & 3 & 365 & 287.0 & 14.0 & 209.0 & & \\\hline 6 & & 4 & 4 & 492 & 396.5 & 61.8 & 301.0 & & & \\\hline 7 & 2 & 1 & 5 & 485 & 471.6 & 68.4 & 458.3 & & & \\\hline 8 & & 2 & 6 & 277 & 408.5 & 2.7 & 540.1 & & & \\\hline 9 & & 3 & 7 & 606 & 508.6 & 51.4 & 411.2 & & & \\\hline 10 & & 4 & 8 & 722 & 641.0 & 91.9 & 560.0 & & & \\\hline 11 & 3 & 1 & 9 & 763 & 747.9 & 99.4 & 732.9 & & & \\\hline 12 & & 2 & 10 & 593 & 720.2 & 35.8 & 847.3 & & & \\\hline 13 & & 3 & 11 & 912 & 834.0 & 74.8 & 756.0 & & & \\\hline 14 & & 4 & 12 & 1145 & 1026.9 & 133.9 & 908.8 & & & \\\hline 15 & & & & & & & & & & \\\hline 16 & & & & & & & 31877.0 & &\\\hline \end{array}


-Refer to Exhibit 11.7. What formula should be entered in cell F4 to compute the trend when using Holt's method?

A) =$J$3*D4+(1-$J$3)*(E3+F3)
B) =$J$4*(E4-E3)+(1-$J$4)*F3
C) =$J$4*(E4-E3)+(1-$J$4)*G3
D) =$J$4*G3+(1-$J$4)*(D3+G3)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
57
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. What is the Input Y Range in the Regression command settings dialog box?

A) B3:B14
B) C3:C14
C) D3:D14
D) B3:D14
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
58
How many indicator variables are required if there are p seasons in a time series and you are forecasting with a seasonal regression model?

A) p 1
B) p
C) p + 1
D) p + 2
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
59
Exhibit 11.8
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using Winter's method. The store has collected 12 quarters of data and needs your help to analyze the data.
ABCDEFGH1 Time  Actual  Base  Seasonal  Predicted 2 Year  Qtr  Period  Sales  Level  Trend  Factor  Sales 31112844221845333656444927215485826277413.520.50.567217.9937606457.227.41.124478.21048722484.927.51.486719.711319763579.547.60.942461.112210593710.972.80.594355.513311912789.274.41.127881.0144121145845.068.81.4731283.01516 MSE 28,474.7317 alpha 0.218 beta 0.319 gamma 0.120\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline& \mathrm{A} & \mathrm{B} & \mathrm{C} & \mathrm{D} & \mathrm{E} & \mathrm{F} & \mathrm{G} & \mathrm{H} \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Base } & & \text { Seasonal } & \text { Predicted } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Level } & \text { Trend } & \text { Factor } & \text { Sales } \\\hline 3 & 1 & 1 & 1 & 284 & & & & \\\hline 4 & & 2 & 2 & 184 & & & & \\\hline 5 & & 3 & 3 & 365 & & & & \\\hline 6 & & 4 & 4 & 492 & & & & \\\hline 7 & 2 & 1 & 5 & 485 & & & & \\\hline 8 & & 2 & 6 & 277 & 413.5 & 20.5 & 0.567 & 217.9 \\\hline 9 & & 3 & 7 & 606 & 457.2 & 27.4 & 1.124 & 478.2 \\\hline 10 & & 4 & 8 & 722 & 484.9 & 27.5 & 1.486 & 719.7 \\\hline 11 & 3 & 1 & 9 & 763 & 579.5 & 47.6 & 0.942 & 461.1 \\\hline 12 & & 2 & 10 & 593 & 710.9 & 72.8 & 0.594 & 355.5 \\\hline 13 & & 3 & 11 & 912 & 789.2 & 74.4 & 1.127 & 881.0 \\\hline 14 & & 4 & 12 & 1145 & 845.0 & 68.8 & 1.473 & 1283.0 \\\hline 15 & & & & & & & & \\\hline 16 & & & & & & & \text { MSE } & 28,474.73 \\\hline 17 & & & \text { alpha } & 0.2 & & & & \\\hline 18 & & & \text { beta } & 0.3 & & & & \\\hline 19 & & & \text { gamma } & 0.1 & & & & \\\hline 20 & & & & & & & & \\\hline\end{array}


-Refer to Exhibit 11.8. What formula should be entered in cell F7 to compute the Trend value for year 2 Quarter 1?

A) =$D$18*(E6-E7)+(1-$D$18)*F6
B) =$D$18*(E7-E6)+$D$18*F6
C) =$D$18*(E7-E6)+(1-$D$18)*F6
D) =$D$18*(E7-E6)*(1-$D$18)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
60
Exhibit 11.6
The following questions use the data below.
A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.
<strong>Exhibit 11.6 The following questions use the data below. A store wants to predict quarterly sales. The owner has collected 3 years of sales data and wants your help in analyzing the data using the double moving average model with k = 4.   Refer to Exhibit 11.6. What formula should be entered in cell H9 to compute the trend using the double moving average model with k = 4?</strong> A) =2*(AVERAGE(E9,F9))/4 B) =2*(E9-F9)/(4-1) C) =2*(E9-F9)/(4*2) D) =2*(D9-F9)/(4-1)
Refer to Exhibit 11.6. What formula should be entered in cell H9 to compute the trend using the double moving average model with k = 4?

A) =2*(AVERAGE(E9,F9))/4
B) =2*(E9-F9)/(4-1)
C) =2*(E9-F9)/(4*2)
D) =2*(D9-F9)/(4-1)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
61
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What formula should be entered in cell I3 to compute the Seasonal Value for year 1 Quarter 1?</strong> A) =388.88+10.052*C3+4.248*D3+79.917*E3+296.008*F3+84.924*G3 B) =10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3 C) =388.88+10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3 D) =I3+10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3

-Refer to Exhibit 11.12. What formula should be entered in cell I3 to compute the Seasonal Value for year 1 Quarter 1?

A) =388.88+10.052*C3+4.248*D3+79.917*E3+296.008*F3+84.924*G3
B) =10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3
C) =388.88+10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3
D) =I3+10.052*C3+4.248*D3-79.917*E3-296.008*F3-84.924*G3
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
62
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What is the Input Y Range in the Regression command settings dialog box?

A) B3:B14
B) C3:C14
C) D3:D14
D) E3:E14
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
63
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What are predicted sales for the first quarter of year 4?</strong> A) 1155 <font face=symbol>?</font> predicted sales < 1160 B) 1065 <font face=symbol>?</font> predicted sales < 1070 C) 1410 <font face=symbol>?</font> predicted sales < 1415 D) 1635 <font face=symbol>?</font> predicted sales < 1640

-Refer to Exhibit 11.12. What are predicted sales for the first quarter of year 4?

A) 1155 ? predicted sales < 1160
B) 1065 ? predicted sales < 1070
C) 1410 ? predicted sales < 1415
D) 1635 ? predicted sales < 1640
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
64
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What formula should be entered in cell E3 to compute the value for the indicator variable for year 1 Quarter 1?</strong> A) =IF($B$3<>$E$2,1,0) B) =IF($B3=E$2,1) C) =IF($B$3=$E$2,0,1) D) =IF($B3=E$2,1,0)

-Refer to Exhibit 11.12. What formula should be entered in cell E3 to compute the value for the indicator variable for year 1 Quarter 1?

A) =IF($B$3<>$E$2,1,0)
B) =IF($B3=E$2,1)
C) =IF($B$3=$E$2,0,1)
D) =IF($B3=E$2,1,0)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
65
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What formula should be entered in cell G3 to compute the Actual as a % of Trend value for year 1 Quarter 1?</strong> A) =E3/H3 B) =F3/H3 C) =F3/E3 D) =E3/F3

-Refer to Exhibit 11.11. What formula should be entered in cell G3 to compute the "Actual as a % of Trend" value for year 1 Quarter 1?

A) =E3/H3
B) =F3/H3
C) =F3/E3
D) =E3/F3
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
66
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. How is a quadratic term added to the problem if we want to develop a quadratic trend model?

A) Add a column containing Time2.
B) Add a column containing Actual Sales2.
C) Increase the Input X Range in the Regression command settings dialog box.
D) Square the coefficient for Time in the regression model.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
67
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What are predicted sales for the fourth quarter of year 4?

A) 1170 \le predicted sales < 1175
B) 1310 \le predicted sales < 1315
C) 1460 \le predicted sales < 1465
D) 1615 \le predicted sales < 1620
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
68
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What formula should be entered in cell H3 to compute the Seasonal Forecast value for year 1 Quarter 1?</strong> A) =F3*VLOOKUP(B3,$B$18:$C$21,2) B) =F3*HLOOKUP(B3,$B$18:$B$21,2) C) =F3*VLOOKUP(B3,$B$18:$B$21,2) D) =F3*VLOOKUP(B3,$C$18:$C$21,2)

-Refer to Exhibit 11.11. What formula should be entered in cell H3 to compute the Seasonal Forecast value for year 1 Quarter 1?

A) =F3*VLOOKUP(B3,$B$18:$C$21,2)
B) =F3*HLOOKUP(B3,$B$18:$B$21,2)
C) =F3*VLOOKUP(B3,$B$18:$B$21,2)
D) =F3*VLOOKUP(B3,$C$18:$C$21,2)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
69
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What is the Input X Range in the Regression command settings dialog box?</strong> A) $C$3:$C$14 B) $H$3:$H$14 C) $C$3:$G$14 D) $H$3:$I$14

-Refer to Exhibit 11.12. What is the Input X Range in the Regression command settings dialog box?

A) $C$3:$C$14
B) $H$3:$H$14
C) $C$3:$G$14
D) $H$3:$I$14
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
70
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What formula should be entered in cell F3 to compute the quadratic trend for year 1 Quarter 1?</strong> A) = 263.4545 * C3 + 5.985514 * D3 + 4.922577 B) = 263.4545 + 5.985514 * D3 + 4.922577 * C3 C) = 263.4545 + 5.985514 * C2 + 4.922577 * D2 D) = 263.4545 + 5.985514 * C3 + 4.922577 * D3

-Refer to Exhibit 11.11. What formula should be entered in cell F3 to compute the quadratic trend for year 1 Quarter 1?

A) = 263.4545 * C3 + 5.985514 * D3 + 4.922577
B) = 263.4545 + 5.985514 * D3 + 4.922577 * C3
C) = 263.4545 + 5.985514 * C2 + 4.922577 * D2
D) = 263.4545 + 5.985514 * C3 + 4.922577 * D3
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
71
Exhibit 11.9
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a linear trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Rogression Stafisties  Caffieients  Interegt 114.136X Variable 69.979\begin{array}{l}\text { Rogression Stafisties }\\\begin{array} { | l | r | } \hline & \text { Caffieients } \\\hline \text { Interegt } & 114.136 \\\hline \mathrm { X } \text { Variable } & \mathbf { 6 9 . 9 7 9 } \\\hline\end{array}\end{array}  A  B  C  D  E 1 Time  Actual  Linear 2 Year  Qtr  Period  Sales  Trend 3111284422184254.1533365324.1644492394.17215485464.0826277534.0937606604.01048722674.011319763743.912210593813.913311912883.9144121145953.9\begin{array}{|c|c|c|c|c|c|} \hline& \text { A } & \text { B } & \text { C } & \text { D } & \text { E } \\\hline 1 & & & \text { Time } & \text { Actual } & \text { Linear } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 184 & 254.1 \\\hline 5 & & 3 & 3 & 365 & 324.1 \\\hline 6 & & 4 & 4 & 492 & 394.1 \\\hline 7 & 2 & 1 & 5 & 485 & 464.0 \\\hline 8 & & 2 & 6 & 277 & 534.0 \\\hline 9 & & 3 & 7 & 606 & 604.0 \\\hline 10 & & 4 & 8 & 722 & 674.0 \\\hline 11 & 3 & 1 & 9 & 763 & 743.9 \\\hline 12 & & 2 & 10 & 593 & 813.9 \\\hline 13 & & 3 & 11 & 912 & 883.9 \\\hline 14 & & 4 & 12 & 1145 & 953.9\\\hline \end{array}


-Refer to Exhibit 11.9. What are predicted sales for the fourth quarter of year 4?

A) 1020 ? predicted sales < 1025
B) 1090 ? predicted sales < 1095
C) 1160 ? predicted sales < 1165
D) 1230 ? predicted sales < 1235
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
72
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What are predicted sales for the first quarter of year 4?</strong> A) 755  \le  predicted sales < 780 B) 1255  \le  predicted sales < 1260 C) 1275 \le  predicted sales < 1280 D) 1405 \le  predicted sales < 1410

-Refer to Exhibit 11.11. What are predicted sales for the first quarter of year 4?

A) 755 \le predicted sales < 780
B) 1255 \le predicted sales < 1260
C) 1275 \le predicted sales < 1280
D) 1405 \le predicted sales < 1410
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
73
Exhibit 11.13
The following questions use the data below.
The owner of Tim's Toys wants to predict monthly sales. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.
Exhibit 11.13 The following questions use the data below. The owner of Tim's Toys wants to predict monthly sales. He has collected data for 12 months. He needs your help in analyzing this data using moving averages.   Refer to Exhibit 11.13. What formulas should go in cells C3:C16 of the spreadsheet if Bill uses a 4 month moving average forecasting model?
Refer to Exhibit 11.13. What formulas should go in cells C3:C16 of the spreadsheet if Bill uses a 4 month moving average forecasting model?
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
74
Exhibit 11.11
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Ragression Statistics  Coefficients  Intercept 263.4545 X Variable 1 5.985514 X Variable 2 4.922577\begin{array}{l}\text { Ragression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\\hline \text { Intercept } & 263.4545 \\\hline \text { X Variable 1 } & 5.985514 \\\hline \text { X Variable 2 } & 4.922577 \\\hline\end{array} \end{array}  <strong>Exhibit 11.11 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using seasonal indices. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.  \begin{array}{l} \text { Ragression  Statistics }\\ \begin{array} { | l | r | } \hline & \text { Coefficients } \\ \hline \text { Intercept } & 263.4545 \\ \hline \text { X Variable 1 } & 5.985514 \\ \hline \text { X Variable 2 } & 4.922577 \\ \hline \end{array} \end{array}     -Refer to Exhibit 11.11. What formula should be entered in cell C18 to compute the Seasonal Index value for quarter 1?</strong> A) =SUM($B$3:$B$14)/COUNTIF($B$3:$B$14,B18) B) =SUMIF($B$3:$B$14,B18,$G$3:$G$14)/COUNTIF($B$3:$B$14,B18) C) =SUMIF($B$3:$B$14,$G$3:$G$14)/COUNT($B$3:$B$14,B18) D) =SUMIF($B$3:$B$14,B18)/COUNTIF($B$3:$B$14,B18)

-Refer to Exhibit 11.11. What formula should be entered in cell C18 to compute the Seasonal Index value for quarter 1?

A) =SUM($B$3:$B$14)/COUNTIF($B$3:$B$14,B18)
B) =SUMIF($B$3:$B$14,B18,$G$3:$G$14)/COUNTIF($B$3:$B$14,B18)
C) =SUMIF($B$3:$B$14,$G$3:$G$14)/COUNT($B$3:$B$14,B18)
D) =SUMIF($B$3:$B$14,B18)/COUNTIF($B$3:$B$14,B18)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
75
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What formula should be entered in cell F3 to compute the quadratic trend for year 1 Quarter 1?

A) = 263.4545 * C3 + 5.985514 * D3 + 4.922577
B) = 263.4545 + 5.985514 * D3 + 4.922577 * C3
C) = 263.4545 + 5.985514 * C2 + 4.922577 * D2
D) = 263.4545 + 5.985514 * C3 + 4.922577 * D3
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
76
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What Excel command can be used in cells F4:F14 in lieu of a formula based on the regression statistics?

A) =TREND($E$3:$E$14,$C$3:$C$14,C4)
B) =TREND($E$3:$E$14,$C$3:$D$14,C4:D4)
C) =TREND($E$3:$E$14,$C$3:$D$14,D4)
D) =TREND($E$3:$E$14,$B$3:$D$14,B4:D4)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
77
Seasonality in a time series is indicated by

A) regular, repeating patterns in the data around a trend line.
B) regular patterns in the data around a trend line.
C) irregular patterns in the data around a trend line.
D) random patterns in the data around a trend line.
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
78
Exhibit 11.10
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a quadratic trend model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is in the following table.
 Regression Statistics  Cafficienfs  Intercagt 263.4545X Varable 1 5.985514X Variable 2 4.922577\begin{array}{l}\text { Regression Statistics }\\ \begin{array} { | l | r | } \hline & \text { Cafficienfs } \\\hline \text { Intercagt } & 263.4545 \\\hline \mathrm { X } \text { Varable 1 } & 5.985514 \\\hline \mathrm { X } \text { Variable 2 } & 4.922577 \\\hline\end{array}\end{array}  A  B  C DEF1 Time  Actual  Quadratic 2 Year  Qtr  Period  Time 2 Sales  Trend 311112844224184295.15339365325.764416492366.2721525485416.482636277476.693749606546.6104864722626.41131981763716.112210100593815.613311121912924.91441214411451044.1\begin{array}{|c|c|c|c|c|c|c|}\hline & \text { A } & \text { B } & \text { C } & \mathrm{D} & \mathrm{E} & \mathrm{F} \\\hline 1 & & & \text { Time } & & \text { Actual } & \text { Quadratic } \\\hline 2 & \text { Year } & \text { Qtr } & \text { Period } & \text { Time } 2 & \text { Sales } & \text { Trend } \\\hline 3 & 1 & 1 & 1 & 1 & 284 & \\\hline 4 & & 2 & 2 & 4 & 184 & 295.1 \\\hline 5 & & 3 & 3 & 9 & 365 & 325.7 \\\hline 6 & & 4 & 4 & 16 & 492 & 366.2 \\\hline 7 & 2 & 1 & 5 & 25 & 485 & 416.4 \\\hline 8 & & 2 & 6 & 36 & 277 & 476.6 \\\hline 9 & & 3 & 7 & 49 & 606 & 546.6 \\\hline 10 & & 4 & 8 & 64 & 722 & 626.4 \\\hline 11 & 3 & 1 & 9 & 81 & 763 & 716.1 \\\hline 12 & & 2 & 10 & 100 & 593 & 815.6 \\\hline 13 & & 3 & 11 & 121 & 912 & 924.9 \\\hline 14 & & 4 & 12 & 144 & 1145 & 1044.1 \\\hline\end{array}


-Refer to Exhibit 11.10. What is the Input X Range in the Regression command settings dialog box?

A) B3:B14
B) C3:C14
C) C3:D14
D) C3:E14
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
79
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What is the Input Y Range in the Regression command settings dialog box?</strong> A) $C$3:$C$14 B) $H$3:$H$14 C) $C$3:$G$14 D) $H$3:$I$14

-Refer to Exhibit 11.12. What is the Input Y Range in the Regression command settings dialog box?

A) $C$3:$C$14
B) $H$3:$H$14
C) $C$3:$G$14
D) $H$3:$I$14
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
80
Exhibit 11.12
The following questions use the data below.
Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.
 Regression Statistics  Coefficients  Intercept 388.88 X Variable 1 10.052 X Variable 2 4.248 X Variable 3 79.917 X Variable 4 296.008 X Variable 5 84.924\begin{array}{|l|r|}\hline{\text { Regression Statistics }} \\\hline & \text { Coefficients } \\\hline \text { Intercept } & 388.88 \\\hline \text { X Variable 1 } & 10.052 \\\hline \text { X Variable 2 } & 4.248 \\\hline \text { X Variable 3 } & -79.917 \\\hline \text { X Variable 4 } & -296.008 \\\hline \text { X Variable 5 } & -84.924 \\\hline\end{array}
 <strong>Exhibit 11.12 The following questions use the data below. Joe's Sporting Goods wants to forecast quarterly sales figures using a seasonal regression model. The store has collected 12 quarters of data and needs your help to analyze the data. The relevant regression output is provided in the following table.  \begin{array}{|l|r|} \hline{\text { Regression Statistics }} \\ \hline & \text { Coefficients } \\ \hline \text { Intercept } & 388.88 \\ \hline \text { X Variable 1 } & 10.052 \\ \hline \text { X Variable 2 } & 4.248 \\ \hline \text { X Variable 3 } & -79.917 \\ \hline \text { X Variable 4 } & -296.008 \\ \hline \text { X Variable 5 } & -84.924 \\ \hline \end{array}     -Refer to Exhibit 11.12. What Excel command can be used in cells F4:F14 in lieu of a formula based on the regression statistics?</strong> A) =TREND($H$3:$H$14,$C$3:$G$14, C3:G3) B) =TREND($H$3:$H$14,$B$3:$G$14, B3:G3) C) =TREND($H$3:$H$14,$A$3:$G$14, A3:G3) D) =TREND($H$3:$H$14,$C$3:$D$14, C3:D3)

-Refer to Exhibit 11.12. What Excel command can be used in cells F4:F14 in lieu of a formula based on the regression statistics?

A) =TREND($H$3:$H$14,$C$3:$G$14, C3:G3)
B) =TREND($H$3:$H$14,$B$3:$G$14, B3:G3)
C) =TREND($H$3:$H$14,$A$3:$G$14, A3:G3)
D) =TREND($H$3:$H$14,$C$3:$D$14, C3:D3)
Unlock Deck
Unlock for access to all 111 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 111 flashcards in this deck.