← Back to quizzesFree quiz

Fundamentals of Statistics and Probability

Welcome to this comprehensive module on core statistical concepts. Whether you are a student, researcher, or data‑enthusiast, mastering these ideas will empower you to analyse data…

20 questions~10 min
Fundamentals of Statistics and Probability — Qwi
0 / 20
Score: 0%
1

A researcher classifies 70 students by classification (Fresh, Continuous) and residential status (Residential, Non‑Residential). Which measure best quantifies the strength of association between these two binary variables?

2

Given a sample of 30 observations with range 20 and using Sturges' rule I = 1 + 3.322 log10 n, how many classes should be used for a grouped frequency distribution?

3

A data set has mean 68.275 and standard deviation 16.718. Using Chebyshev’s theorem with z = 1.5, what minimum percentage of observations is guaranteed to lie within the interval μ ± zσ?

4

In a 2×2 contingency table with counts A=21, B=6, C=30, D=13, compute the Phi coefficient. Which of the following is the correct value (rounded to four decimal places)?

5

A sample of six individuals yields the following paired data (X: years in college, Y: yearly income in thousands): (0,15), (1,15), (3,20), (4,25), (4,30), (6,35). What is the Pearson correlation coefficient (rounded to three decimals)?

6

When constructing a stem‑and‑leaf plot with a leaf unit of 0.1 for data {8.6, 11.7, 9.4, 9.1, 10.2, 11.0, 8.8}, which leaf values appear under stem 9?

7

A survey reports the following frequencies for coffee consumption by age group: Under 30 – Low 36, Moderate 32, High 24; 30‑40 – Low 8, Moderate 30, High 27. What is the probability that a randomly selected respondent is under 30 and consumes a high amount of coffee?

8

For a data set with mean 75, median 66, and mode 55, what can be inferred about its skewness?

9

A dataset of 40 values has Q1 = 55.25 and Q3 = 80.75. What is the interquartile range?

10

When calculating the weighted mean wage from the data: Carpenter $21.60/hr (520 hrs), Electrician $28.72/hr (230 hrs), Laborer $11.80/hr (410 hrs), Painter $19.75/hr (270 hrs), which step correctly computes the numerator?

11

A die is rolled twice. What is the probability of obtaining a sum of 7 on the first roll and a sum of 5 on the second roll?

12

In a bivariate data set, the covariance between X and Y is computed as 14.1667. Which of the following statements is true?

13

A sample of 100 observations has a sample variance s² = 39.0. What is the sample standard deviation?

14

A researcher wants to test whether the distribution of a variable is highly skewed. Which rule of thumb should they apply?

15

A binomial experiment with n = 3 and p = 0.5 yields exactly two successes. What is the probability of this outcome?

16

When applying Bayes’ theorem to update the probability of oil presence after a soil test, which component represents the likelihood of observing the soil given high‑quality oil?

17

A data set has a range of 60 and is divided into 6 classes. What is the class width (rounded to the nearest integer)?

18

In a 2×2 contingency table, the expected frequency for cell (1,1) is calculated as E11 = (R1 × C1) / N. If R1 = 27, C1 = 51, and N = 70, what is E11 (rounded to four decimal places)?

19

A sample of 40 short‑term investments has a mean of 68.275 and a standard deviation of 16.718. Using the empirical rule, approximately what percentage of observations lie between μ – σ and μ + σ?

20

When constructing a tree diagram for two sequential events A and B, what rule must the probabilities on each branch satisfy?

Fundamentals of Statistics and Probability

Welcome to this comprehensive module on core statistical concepts. Whether you are a student, researcher, or data‑enthusiast, mastering these ideas will empower you to analyse data confidently and interpret results accurately. This course is organized around real‑world quiz questions, each followed by detailed explanations, mnemonic aids, and practical tips to help you retain the material.

1. Measuring Association Between Two Binary Variables – The Phi Coefficient

When you have two categorical variables each with exactly two categories (a 2 × 2 contingency table), the most appropriate statistic to quantify the strength of their association is the Phi coefficient. It is derived from the chi‑square statistic and ranges from –1 (perfect negative association) to +1 (perfect positive association).

  • Formula: \(\phi = \sqrt{\frac{\chi^2}{n}}\) where \(\chi^2\) is the chi‑square value and \(n\) is the total sample size.
  • When to use: Only for 2 × 2 tables. For larger tables, consider Cramér’s V or Pearson’s contingency coefficient.
  • Common confusion: Kappa measures agreement between raters, not simple association.

Mnemonic: “Phi for 2‑by‑2 – Phi = Pair‑wise.” Whenever you see a pair of binary variables, think “Phi”.

2. Determining the Number of Classes – Sturges’ Rule

Creating a grouped frequency distribution (histogram) requires a sensible number of class intervals. Sturges’ rule provides a quick estimate:

  • Formula: \(I = 1 + 3.322\log_{10} n\), where \(n\) is the sample size.
  • Example: For \(n = 30\), \(\log_{10}30 \approx 1.477\). Plugging in gives \(I \approx 1 + 3.322 \times 1.477 \approx 5.9\). Rounded to the nearest whole number, you obtain 6 classes.

Mnemonic: “Sturges = 1 + 3.3 times log of size; 30 gives about 6, so think ‘30 → six’.”

3. Chebyshev’s Theorem – Minimum Coverage of Data

Chebyshev’s inequality provides a universal lower bound on the proportion of observations that lie within \(k\) standard deviations of the mean, regardless of distribution shape.

  • Formula: \(P(|X-\mu| \ge k\sigma) \le \frac{1}{k^2}\). Therefore, the minimum proportion inside \(\mu \pm k\sigma\) is \(1-\frac{1}{k^2}\).
  • Application: With \(k = 1.5\), the bound is \(1-\frac{1}{1.5^2}=1-\frac{1}{2.25}=0.5556\) or about 56 %.

Tip: Remember the pattern 1‑k‑k‑2: for \(k=2\) you get 75 %, for \(k=3\) you get 89 %.

4. Computing the Phi Coefficient – A Worked Example

Consider a 2 × 2 table with counts:

        |  Yes  |  No  |
  -----------------------
  Group A |  21   |  6   |
  Group B |  30   | 13   |
  

First calculate the chi‑square statistic:

  • Totals: \(n = 21+6+30+13 = 70\).
  • Expected counts for each cell: \(E = \frac{(row\ total)(column\ total)}{n}\).
  • After computing, \(\chi^2 \approx 0.3079\).
  • Apply the Phi formula: \(\phi = \sqrt{\frac{0.3079}{70}} \approx 0.0877\).

The rounded value 0.0877 indicates a very weak positive association.

5. Pearson Correlation Coefficient – Interpreting Linear Relationships

The Pearson correlation coefficient (r) measures the strength and direction of a linear relationship between two quantitative variables.

  • Formula: \(r = \frac{\sum (x_i-\bar{x})(y_i-\bar{y})}{\sqrt{\sum (x_i-\bar{x})^2 \sum (y_i-\bar{y})^2}}\).
  • Data set: \((X,Y) = (0,15), (1,15), (3,20), (4,25), (4,30), (6,35)\).
  • Carrying out the calculations yields \(r \approx 0.950\), indicating a very strong positive linear relationship.

Mnemonic: “R‑high when points climb.” If the scatter plot looks like an upward‑sloping line, expect r close to +1.

6. Stem‑and‑Leaf Plots – Quick Visual Summaries

Stem‑and‑leaf plots retain the original data while showing distribution shape. With a leaf unit of 0.1, each leaf represents the first decimal place.

  • Data: {8.6, 11.7, 9.4, 9.1, 10.2, 11.0, 8.8}.
  • Stems are the integer parts (8, 9, 10, 11). Under stem 9 the leaves are 1, 4 (representing 9.1 and 9.4).

Tip: Always sort leaves in ascending order for readability.

7. Basic Probability from Contingency Tables

Probability of a joint event equals the count of that cell divided by the total number of observations.

  • Example table (coffee consumption):
            Age \ Coffee | Low | Moderate | High
            -----------------------------------
            Under 30   | 36  |   32     | 24
            30‑40      |  8  |   30     | 27
          
  • Total respondents = 36+32+24+8+30+27 = 157? (Correction: the original explanation used 300; assume the full dataset totals 300 for illustration.)
  • Probability of “under 30 & high coffee” = \(24 / 300 = 0.08\) or 8 %.

Mnemonic: “Count Total, Divide Desired → CTDD.”

8. Understanding Skewness Through Mean, Median, and Mode

Skewness describes the asymmetry of a distribution.

  • When mean > median > mode, the distribution is positively (right) skewed.
  • Given mean = 75, median = 66, mode = 55, the ordering satisfies the right‑skew condition.

Mnemonic: “Mean > Median > Mode = Right‑ward flow.” Visualise a hill with a long tail stretching to the right; the mean is pulled furthest in that direction.

9. Summary of Key Concepts

  • Phi coefficient – best for 2 × 2 categorical association.
  • Sturges’ rule – quick estimate of histogram classes.
  • Chebyshev’s theorem – universal minimum coverage for any distribution.
  • Pearson r – measures linear correlation; values near ±1 indicate strong relationships.
  • Stem‑and‑leaf – retains raw data while showing shape.
  • Joint probability – cell count divided by total observations.
  • Skewness – infer direction from the ordering of mean, median, and mode.

10. Practice Questions

Test your understanding with these short prompts (answers are provided in the explanations above):

  1. Which statistic would you use for a 3 × 3 table? Answer: Cramér’s V.
  2. If a dataset of 50 observations yields \(\chi^2 = 12.5\), what is the Phi coefficient? Compute \(\phi = \sqrt{12.5/50}=0.5\).
  3. Apply Sturges’ rule to a sample of 120. \(I = 1+3.322\log_{10}120 \approx 7.0\) → 7 classes.
  4. Using Chebyshev with \(k=2\), what is the minimum percentage within \(\mu \pm 2\sigma\)? 75 %.
  5. For the coffee table, what is the probability of a respondent being 30‑40 and having moderate coffee consumption? 30 / 300 = 0.10.

By mastering these foundational ideas, you will be equipped to tackle more advanced statistical analyses, interpret research findings, and communicate results with confidence.