Statistics · Data Displays

Know Your Stats
Practice Quiz

20 carefully crafted questions — sampling methods, bias, histograms, box plots, and measures of center. Select an answer to check instantly.

0 / 20
✓ Correct: 0 ✗ Wrong: 0 Remaining: 20
Part 1 · Types of Studies
⚡ Quick Memory Point
E · S · O
Experiment = you assign treatments  |  Sample Survey = you ask questions  |  Observational = you just watch
Q 01
A researcher randomly assigns patients to receive either a new drug or a placebo, then measures recovery time. What type of study is this?
Explanation
The key word is "randomly assigns" a treatment. An experiment always involves the researcher actively applying a treatment to subjects. A placebo is the control group — no treatment applied.
Q 02
A biologist watches wolf packs in Yellowstone and records how many hours per day they spend hunting. No wolves were touched or influenced. What type of study is this?
Explanation
No treatment is applied — subjects are simply watched. That is the definition of an observational study. The biologist cannot control wolf behavior.
Q 03
A school district emails every 50th student on the enrollment list asking: "Do you enjoy school lunches?" What type of study is this?
Explanation
A sample survey asks a set of questions to a selected group to draw conclusions about a population. No treatment is applied — they are simply asking for opinions/data.
Part 2 · Sampling Methods
⚡ Quick Memory Point
SRS · Strat · Clust · Conv · Sys · Self
Simple Random = lottery  |  Stratified = groups, random from each  |  Cluster = whole groups chosen  |  Convenience = easy/nearby  |  Systematic = every nth  |  Self-selected = volunteers
★ Convenience & Self-selected = MOST biased!
Q 04
A teacher puts all 30 student names in a hat and draws 8 names to form a study group. Which sampling method is this?
Explanation
A simple random sample gives every member an equal chance of being chosen. Drawing names from a hat is the classic example — it is equally likely for any name to be picked.
Q 05
A pollster divides a city into zip codes, then randomly selects 3 entire zip codes and surveys every household within those zip codes. What method is this?
Explanation
In cluster sampling, the population is split into groups (clusters), entire clusters are randomly selected, and everyone in those clusters is surveyed. Contrast with stratified: in stratified you pick a few people from each group, not whole groups.
Q 06
A researcher divides employees into three departments (Sales, HR, IT), then randomly selects 10 people from each department. Which method is this?
Explanation
Stratified sampling: population → groups by a characteristic → random sample from each group. This ensures each subgroup is represented. Key difference from cluster: you choose people from every group, not whole groups.
Q 07
A radio station says: "Call in now to vote for your favorite song!" Only listeners who feel strongly enough bother to call. What type of sample is this?
Explanation
A self-selected (voluntary response) sample consists of volunteers who choose to participate. These samples are highly biased because people with strong opinions are more likely to respond, skewing results.
Q 08
A researcher surveys the first 20 people who walk into a coffee shop at 8 AM. What sampling method is this, and why is it biased?
Explanation
Convenience sampling selects whoever is easy/nearby. It is biased here because early morning coffee shop visitors are NOT representative of the general population — they likely share habits (e.g., working professionals, high caffeine preference).
Part 3 · Bias in Studies
⚡ Quick Memory Point
BIAS = Systematic Misrepresentation
A study has bias if it systematically produces results that misrepresent the population. Ask yourself: "Could this question or method favor one group?"
Q 09
A survey asks: "Don't you agree that junk food should be banned from schools?" What type of problem does this question have?
Explanation
This is a leading question — it pushes respondents toward agreeing. Phrases like "Don't you agree..." create response bias by influencing how people answer, regardless of their true opinion.
Q 10
A study about internet usage only surveys people who have email addresses, excluding those without internet access. What bias does this introduce?
Explanation
Undercoverage occurs when part of the population is systematically excluded. By only emailing people, those without internet access (a significant group!) are never counted — skewing results toward heavier internet users.
Part 4 · Histograms
⚡ Quick Memory Point
Histogram ≠ Individual Values
You can find totals and interval counts from a histogram, but you CANNOT find exact individual values or values that fall between interval boundaries.
Q 11
A histogram of algebra test scores shows: 51–60: 4 students, 61–70: 5, 71–80: 11, 81–90: 8, 91–100: 5. How many students scored at least 71?
Explanation
"At least 71" means scores in 71–80, 81–90, and 91–100. Add those bars: \(11 + 8 + 5 = \mathbf{24}\). Do not include 51–60 or 61–70.
Q 12
Using the same histogram (51–60: 4, 61–70: 5, 71–80: 11, 81–90: 8, 91–100: 5), how many students scored between 76 and 85?
Explanation
The range 76–85 splits across two bars (71–80 and 81–90). We only know how many are in each full bar, not where within the bar they fall. So it is impossible to determine the exact count for 76–85.
Q 13
A histogram groups movie revenues (in millions). The 141–180 bar has height 5, 181–220 bar has height 7. What does "height 7" mean in a histogram?
Explanation
In a histogram, bar height = frequency (count). Height 7 on the 181–220 bar means 7 movies had revenues falling within that interval. It does not represent a specific dollar amount.
Part 5 · Mean · Median · Mode
⚡ Quick Memory Point
Mean = Balance · Median = Middle · Mode = Most
For median: always sort first. For even count: average the two middle values. Mode: most frequent — there can be none, one, or several.
Q 14
Data set: {4, 4, 10, 10, 10, 14, 15, 16, 22, 25} (already sorted). What is the median?
💡 Even number of values — average the two middle ones
Explanation
10 values → positions 5 and 6 are the middle pair. Position 5 = 10, position 6 = 14. Median = \(\frac{10+14}{2} = \frac{24}{2} = \mathbf{12}\). (Many students mistakenly pick 12.5 — double-check your arithmetic!)
Q 15
Same data: {4, 4, 10, 10, 10, 14, 15, 16, 22, 25}. Find the mean.
Explanation
Sum = \(4+4+10+10+10+14+15+16+22+25 = 130\). Count = 10. Mean = \(\frac{130}{10} = \mathbf{13}\).
Part 6 · Box Plots · Quartiles · IQR
⚡ Quick Memory Point
Five-Number Summary: Min · Q1 · Med · Q3 · Max
Q1 = median of the lower half  |  Q3 = median of the upper half
IQR = Q3 − Q1  |  Range = Max − Min
★ IQR measures the spread of the middle 50% of data
Q 16
Data (sorted): {4, 4, 10, 10, 10, 14, 15, 16, 22, 25}. What is the Upper Quartile (Q3)?
💡 Q3 = median of the upper half: {14, 15, 16, 22, 25}
Explanation
Upper half = {14, 15, 16, 22, 25} (5 values). The middle of this group (position 3) = 16. A common mistake is to answer 18 — that would only be correct if the upper half were {14, 15, 16, 22}, which it is not here.
Q 17
Using the same data, Q1 = 10 and Q3 = 16. What is the Interquartile Range (IQR)?
Explanation
\(\text{IQR} = Q3 - Q1 = 16 - 10 = \mathbf{6}\). The IQR tells you the range of the middle 50% of your data. Do not confuse it with Range (= Max − Min = 25 − 4 = 21).
Q 18
A box plot has: Min = 40, Q1 = 50, Median = 70, Q3 = 85, Max = 100. What percent of the data falls between Q1 and Q3 (the box itself)?
Explanation
By definition, the box in a box plot always contains the middle 50% of the data — from Q1 (25th percentile) to Q3 (75th percentile). Each "section" (whisker, lower box, upper box, whisker) represents 25% of the data.
Q 19
Box Plot A: Min=40, Q1=55, Med=70, Q3=82, Max=100. Box Plot B: Min=40, Q1=50, Med=65, Q3=85, Max=100. Which plot has the greater IQR (wider spread of middle 50%)?
Explanation
Plot A: IQR = \(82 - 55 = 27\). Plot B: IQR = \(85 - 50 = 35\). Since \(35 > 27\), Plot B has the greater IQR, meaning its middle 50% is more spread out. Both plots have the same range (Max − Min = 60), but IQR shows internal variability.
Q 20
A data set has Q1 = 50, Median = 70, Q3 = 85. What percent of the data is greater than 85?
Explanation
Q3 = 85 means 85 is at the 75th percentile — 75% of data is at or below 85, so 25% is above it. Think of it as: Q1 cuts 25% | Median cuts 50% | Q3 cuts 75%. Anything above Q3 is the top 25%.