Fast instructions to finish Chapter 6 homework using Excel’s built-ins:
Descriptive Statistics (ToolPak), Histogram, Box & Whisker, and a simple Normal Q–Q plot.
Prefer video? Quick Q-Q Plot walkthrough (YouTube)
Run it (Win/Mac): Data → Data Analysis → Descriptive Statistics. Select your grades range (e.g., A2:A1000), check Summary statistics, choose an output location, OK.
Output contains: n, mean, median, standard deviation, min, max, range, etc. Use this to answer the descriptive-stats items (no formulas needed).
2) Histogram (built-in chart)
Select the Statics_Grade column (header optional).
Insert → Statistic Chart → Histogram.
Right-click horizontal axis → Format Axis → Bins: set Bin width or Number of bins (e.g., 8) to match the homework.
Prefer a frequency table? Use: =FREQUENCY(data, bins) (dynamic array), then insert a Column chart from that output.
3) Box & Whisker (built-in chart)
Select the Statics_Grade column (or several adjacent columns to compare groups).
Insert → Statistic Chart → Box & Whisker.
To show suspected outliers: Format Data Series → check Show inner/outer points.
Excel’s quartiles are slightly different from textbook definitions. For the classic 1.5×IQR outlier rule in a table, compute Q1/Q3 with QUARTILE.INC.
4) Normal Q–Q Plot — make the **z** column first
Goal: X = theoretical normal scores z, Y = your sorted grades. Then add a straight reference line using mean + SD.