0
0
Excelspreadsheet~20 mins

Descriptive statistics (Analysis ToolPak) in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Descriptive Statistics Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
data_output
intermediate
2:00remaining
Output of Descriptive Statistics Summary
You use the Analysis ToolPak in Excel to generate descriptive statistics for a dataset of 10 numbers: 2, 4, 6, 8, 10, 12, 14, 16, 18, 20. What is the value of the Mean shown in the output?
A12
B10
C11
D9
Attempts:
2 left
💡 Hint

The mean is the average of all numbers added together divided by the count.

🧠 Conceptual
intermediate
2:00remaining
Understanding Output Options in Analysis ToolPak
Which of the following statistics is NOT included by default when you run Descriptive Statistics in Excel's Analysis ToolPak?
AMean
BConfidence Interval
CStandard Error
DSum
Attempts:
2 left
💡 Hint

Check which statistics are automatically generated and which require extra steps.

📊 Formula Result
advanced
2:00remaining
Interpreting Skewness from Analysis ToolPak Output
You run descriptive statistics on a dataset and see the skewness value is -1.5. What does this indicate about the data distribution?
AThe data is skewed to the left (negative skew)
BThe data is skewed to the right (positive skew)
CThe data has no outliers
DThe data is symmetric with no skew
Attempts:
2 left
💡 Hint

Negative skewness means the tail is longer on one side.

visualization
advanced
2:00remaining
Histogram Interpretation from Analysis ToolPak
You create a histogram using Analysis ToolPak for exam scores. The histogram shows most bars concentrated on the left side with a long tail to the right. What does this tell you about the exam scores?
AMost students scored high, with few low scores (negative skew)
BScores have no variation
CScores are evenly distributed
DMost students scored low, with few high scores (positive skew)
Attempts:
2 left
💡 Hint

Look at where the bars cluster and the direction of the tail.

🎯 Scenario
expert
2:00remaining
Choosing Correct Output Range for Descriptive Statistics
You have data in Excel from cells B2 to B21. You want to run Descriptive Statistics using Analysis ToolPak and output the results starting at cell D2. Which of the following steps correctly sets the input and output ranges?
AInput Range: B2:B21, Output Range: D2
BInput Range: B2:B20, Output Range: D2:D10
CInput Range: B1:B21, Output Range: D2
DInput Range: B2:B21, Output Range: D2:D15
Attempts:
2 left
💡 Hint

Input range should include all data cells. Output range is a single cell where output starts.