📖 Tier 1: Prepare & Study Guide ✓ 100% Solved with Rationales

Distributions & Sampling Theory (Statistics) Solved Questions & Notes (2026) - Apex Rankers

Statistics & Data Science > Statistics > Distributions & Sampling Theory

50 Total Solved Questions
~75 mins Estimated Reading Time
1 Subject Areas / Chapters
Select Topic Area / Chapter: Click any section below to switch questions

Distributions & Sampling Theory

100%
Showing 25 of 50 (50%)
🎯 Practice
Jump:
Q. 1 Statistics
Difficulty: Easy (1 Mark)
In a Binomial experiment with $n$ independent trials and probability of success $p$ on each trial, what are the theoretical Mean and Variance?
A
Mean = $np$, Variance = $np(1-p)$
✓ Correct
B
Mean = $np$, Variance = $\sqrt{np}$
C
Mean = $p$, Variance = $p(1-p)$
D
Mean = $n/p$, Variance = $n(1-p)$
💡 Step-by-Step Explanation & Concept Rationale
For a Binomial distribution $B(n, p)$, the expected value is $E[X] = np$, and the variance is $Var(X) = npq = np(1-p)$. Note that the variance is strictly less than the mean since $0 < q < 1$.
Q. 2 Statistics
Difficulty: Easy (1 Mark)
Which probability distribution has the unique property that its theoretical Mean is ALWAYS strictly equal to its Variance ($\mu = \sigma^2 = \lambda$)?
A
Poisson Distribution
✓ Correct
B
Binomial Distribution
C
Normal Distribution
D
Geometric Distribution
💡 Step-by-Step Explanation & Concept Rationale
In a Poisson distribution ($P(X=x) = e^{-\lambda}\lambda^x / x!$), the single parameter $\lambda$ represents both the expected value (mean) and the variance: $E[X] = Var(X) = \lambda$ (equidispersive property).
Q. 3 Statistics
Difficulty: Medium (1 Mark)
Under what limiting conditions does the Binomial distribution converge asymptotically to a Poisson distribution?
A
When the number of trials $n \to \infty$, probability of success $p \to 0$, such that $np = \lambda$ remains constant
✓ Correct
B
When $n$ is small and $p = 0.5$
C
When $p \to 1$
D
When $n \to 0$
💡 Step-by-Step Explanation & Concept Rationale
The Poisson distribution arises as the limit of the Binomial distribution when trials $n$ become arbitrarily large and probability of success $p$ becomes very small (rare events), while the product $np = \lambda$ stays moderate and finite.
Q. 4 Statistics
Difficulty: Easy (1 Mark)
What continuous probability distribution is characterized by a bell-shaped, symmetrical probability density curve defined entirely by its mean ($\mu$) and standard deviation ($\sigma$)?
A
Normal (Gaussian) Distribution
✓ Correct
B
Exponential Distribution
C
Chi-Square Distribution
D
F-Distribution
💡 Step-by-Step Explanation & Concept Rationale
The Normal distribution $N(\mu, \sigma^2)$ is continuous, symmetric about its mean, has points of inflection at $\mu \pm \sigma$, and its total area equals 1, serving as the cornerstone of classical statistical inference.
Q. 5 Statistics
Difficulty: Easy (1 Mark)
According to the 'Empirical Rule' (68-95-99.7 Rule) for a Normal distribution, what percentage of observations lies within $\mu \pm 2\sigma$?
A
Approximately 95.45%
✓ Correct
B
Approximately 68.27%
C
Approximately 99.73%
D
Exactly 50.00%
💡 Step-by-Step Explanation & Concept Rationale
In any Normal distribution: ~68.27% of values fall within $\mu \pm 1\sigma$, ~95.45% fall within $\mu \pm 2\sigma$, and ~99.73% fall within $\mu \pm 3\sigma$.
Q. 6 Statistics
Difficulty: Easy (1 Mark)
What are the numerical parameters (Mean and Variance) of the Standard Normal Distribution ($Z$)?
A
Mean $\mu = 0$, Variance $\sigma^2 = 1$
✓ Correct
B
Mean $\mu = 1$, Variance $\sigma^2 = 0$
C
Mean $\mu = 1$, Variance $\sigma^2 = 1$
D
Mean $\mu = 0$, Variance $\sigma^2 = 0$
💡 Step-by-Step Explanation & Concept Rationale
Standardizing a normal variable $X \sim N(\mu, \sigma^2)$ using the $Z$-transformation ($Z = (X - \mu)/\sigma$) converts it into the Standard Normal distribution $Z \sim N(0, 1)$ with mean 0 and variance 1.
Q. 7 Statistics
Difficulty: Medium (1 Mark)
At what values on the horizontal axis do the two points of inflection occur on a standard Normal density curve $N(0, 1)$?
A
$Z = -1$ and $Z = +1$
✓ Correct
B
$Z = -2$ and $Z = +2$
C
$Z = -3$ and $Z = +3$
D
$Z = 0$
💡 Step-by-Step Explanation & Concept Rationale
The points of inflection (where curvature changes from concave downward to concave upward, $f''(x) = 0$) of a normal distribution occur at exactly one standard deviation from the mean: $x = \mu \pm \sigma$ (for standard normal, $Z = \pm 1$).
Q. 8 Statistics
Difficulty: Easy (1 Mark)
The Central Limit Theorem (CLT) states that as the sample size $n$ becomes sufficiently large ($n \ge 30$), the sampling distribution of the sample mean ($\bar{X}$):
A
Approaches a Normal distribution, regardless of the underlying population's original distribution shape
✓ Correct
B
Approaches a Uniform distribution
C
Becomes skewed to the right
D
Collapses to zero variance
💡 Step-by-Step Explanation & Concept Rationale
The Central Limit Theorem is fundamental in statistics: the sampling distribution of the sample mean of independent random variables approaches a normal distribution with mean $\mu$ and variance $\sigma^2/n$ as $n \to \infty$, even if the parent population is highly skewed or non-normal.
Q. 9 Statistics
Difficulty: Easy (1 Mark)
The standard deviation of the sampling distribution of a statistic (such as the sample mean $\bar{X}$) is formally termed the:
A
Standard Error
✓ Correct
B
Sampling Bias
C
Variance of population
D
Mean Deviation
💡 Step-by-Step Explanation & Concept Rationale
The standard deviation of an estimator's sampling distribution is called the Standard Error (e.g., $SE(\bar{x}) = \sigma / \sqrt{n}$ for the sample mean).
Q. 10 Statistics
Difficulty: Easy (1 Mark)
If a simple random sample of size $n = 64$ is drawn from a large population with standard deviation $\sigma = 24$, what is the Standard Error of the sample mean ($SE(\bar{X})$)?
A
3.0
✓ Correct
B
0.375
C
8.0
D
192.0
💡 Step-by-Step Explanation & Concept Rationale
$SE(\bar{X}) = \sigma / \sqrt{n} = 24 / \sqrt{64} = 24 / 8 = 3.0$.
Q. 11 Statistics
Difficulty: Medium (1 Mark)
When sampling without replacement from a finite population of size $N$, what correction factor must be applied to the Standard Error formula?
A
Finite Population Correction factor: $\sqrt{\frac{N - n}{N - 1}}$
✓ Correct
B
$N / (N - n)$
C
$\sqrt{N / n}$
D
$(N - 1) / N$
💡 Step-by-Step Explanation & Concept Rationale
When sample size $n$ exceeds 5% of a finite population $N$, the Finite Population Correction (FPC) factor $\sqrt{\frac{N - n}{N - 1}}$ reduces standard error to account for the reduction in sampling variability caused by not replacing drawn units.
Q. 12 Statistics
Difficulty: Easy (1 Mark)
If $Z_1, Z_2, \dots, Z_k$ are $k$ independent Standard Normal random variables ($Z_i \sim N(0, 1)$), what is the probability distribution of the sum of their squares ($Y = \sum_{i=1}^k Z_i^2$)?
A
Chi-Square distribution with $k$ degrees of freedom ($\chi^2_k$)
✓ Correct
B
Student's $t$-distribution with $k$ degrees of freedom
C
F-distribution
D
Lognormal distribution
💡 Step-by-Step Explanation & Concept Rationale
By definition, the sum of the squares of $k$ independent standard normal variables follows a Chi-Square distribution with $k$ degrees of freedom: $\sum_{i=1}^k Z_i^2 \sim \chi^2_{(k)}$.
Q. 13 Statistics
Difficulty: Medium (1 Mark)
What are the theoretical Mean and Variance of a Chi-Square distribution with $k$ degrees of freedom?
A
Mean = $k$, Variance = $2k$
✓ Correct
B
Mean = $k$, Variance = $k$
C
Mean = $2k$, Variance = $k$
D
Mean = 0, Variance = $k$
💡 Step-by-Step Explanation & Concept Rationale
For a Chi-Square distribution with $k$ degrees of freedom, the expected value is $E[\chi^2] = k$ and the variance is $Var(\chi^2) = 2k$.
Q. 14 Statistics
Difficulty: Easy (1 Mark)
Student's $t$-distribution was developed in 1908 by William Sealy Gosset (under the pseudonym 'Student') for which primary practical purpose?
A
Making inferences about the population mean when sample size is small ($n < 30$) and the population variance $\sigma^2$ is unknown
✓ Correct
B
Analyzing non-linear rocket trajectories
C
Testing differences between categorical ranks
D
Replacing the binomial distribution
💡 Step-by-Step Explanation & Concept Rationale
Gosset developed the $t$-distribution while working at the Guinness brewery to handle small samples ($n < 30$) where the true population standard deviation $\sigma$ is unknown and must be estimated by the sample standard deviation $s$.
Q. 15 Statistics
Difficulty: Easy (1 Mark)
How does the curve of Student's $t$-distribution compare visually and mathematically to the Standard Normal ($Z$) curve?
A
It is symmetric and bell-shaped like $Z$, but has a lower peak and thicker, heavier tails, reflecting greater sampling variability
✓ Correct
B
It is skewed to the right
C
It is completely rectangular
D
It has a higher peak and thinner tails
💡 Step-by-Step Explanation & Concept Rationale
The $t$-distribution is symmetric about 0 but exhibits heavier tails and greater spread than the standard normal distribution because estimating $\sigma$ with $s$ introduces additional sampling uncertainty. As degrees of freedom $df \to \infty$, $t$ approaches $Z$.
Q. 16 Statistics
Difficulty: Hard (1 Mark)
What is the ratio that defines Snedecor's $F$-distribution?
A
The ratio of two independent Chi-Square variables, each divided by its respective degrees of freedom: $F = (\chi^2_1 / d_1) / (\chi^2_2 / d_2)$
✓ Correct
B
The ratio of two normal variables
C
The product of two $t$-distributions
D
The ratio of mean to variance
💡 Step-by-Step Explanation & Concept Rationale
An $F$-distributed variable is defined as the ratio of two independent chi-square distributed random variables, each scaled by its degrees of freedom: $F = \frac{\chi^2_1 / d_1}{\chi^2_2 / d_2} \sim F_{(d_1, d_2)}$, used in ANOVA variance ratio tests.
Q. 17 Statistics
Difficulty: Medium (1 Mark)
What continuous probability distribution possesses the unique 'Memoryless Property' ($P(X > s + t | X > s) = P(X > t)$), frequently used to model waiting times between independent Poisson events?
A
Exponential Distribution
✓ Correct
B
Normal Distribution
C
Gamma Distribution
D
Weibull Distribution
💡 Step-by-Step Explanation & Concept Rationale
The Exponential distribution is the only continuous distribution with the memoryless property: the probability that a component lasts an additional $t$ hours given that it has already survived $s$ hours is independent of $s$.
Q. 18 Statistics
Difficulty: Easy (1 Mark)
What discrete probability distribution models the number of independent Bernoulli trials required to achieve the FIRST success?
A
Geometric Distribution
✓ Correct
B
Binomial Distribution
C
Poisson Distribution
D
Hypergeometric Distribution
💡 Step-by-Step Explanation & Concept Rationale
The Geometric distribution ($P(X = k) = (1-p)^{k-1} p$) models the trial number $k$ on which the very first success occurs in a sequence of independent Bernoulli trials.
Q. 19 Statistics
Difficulty: Medium (1 Mark)
In finite sampling without replacement from a dichotomous population (e.g., drawing defective items from a batch without putting them back), which distribution governs the number of successes?
A
Hypergeometric Distribution
✓ Correct
B
Binomial Distribution
C
Poisson Distribution
D
Uniform Distribution
💡 Step-by-Step Explanation & Concept Rationale
When sampling without replacement, trials are dependent because probabilities change with each draw. The Hypergeometric distribution accurately computes the probability of $k$ successes from a finite population of size $N$ with $K$ successes.
Q. 20 Statistics
Difficulty: Hard (1 Mark)
What probability distribution is widely utilized in survival analysis, industrial reliability engineering, and wind speed modeling due to its flexible shape parameter that can model increasing, constant, or decreasing hazard failure rates?
A
Weibull Distribution
✓ Correct
B
Binomial Distribution
C
Uniform Distribution
D
Cauchy Distribution
💡 Step-by-Step Explanation & Concept Rationale
The Weibull distribution is widely used in reliability analysis and engineering lifetime predictions because by adjusting its shape parameter $\beta$, it can model infant mortality ($\beta < 1$), constant random failures ($\beta = 1$, exponential), or wear-out aging failures ($\beta > 1$).
Q. 21 Statistics
Difficulty: Medium (1 Mark)
In a continuous Uniform distribution $U(a, b)$, what is the formula for the variance?
A
$(b - a)^2 / 12$
✓ Correct
B
$(a + b) / 2$
C
$(b - a) / 2$
D
$(b - a)^2 / 2$
💡 Step-by-Step Explanation & Concept Rationale
For $X \sim U(a, b)$, the probability density is $f(x) = 1/(b-a)$. The expected value is $E[X] = (a+b)/2$, and the variance is $Var(X) = (b-a)^2 / 12$.
Q. 22 Statistics
Difficulty: Easy (1 Mark)
What is the relationship between the standard normal distribution ($Z$) and Student's $t$-distribution when the sample size approaches infinity ($n \to \infty$)?
A
The $t$-distribution becomes mathematically identical to the standard normal distribution
✓ Correct
B
The $t$-distribution becomes uniform
C
The $t$-distribution variance becomes 0
D
The $t$-distribution becomes skewed
💡 Step-by-Step Explanation & Concept Rationale
As degrees of freedom approach infinity ($df \to \infty$), the sample variance $s^2$ converges in probability to the true population variance $\sigma^2$, and the Student's $t$-distribution curve converges exactly to the Standard Normal $N(0, 1)$ curve.
Q. 23 Statistics
Difficulty: Easy (1 Mark)
In sampling theory, what sampling technique divides a heterogeneous population into non-overlapping homogeneous subpopulations (strata) and draws independent random samples from each stratum?
A
Stratified Random Sampling
✓ Correct
B
Cluster Sampling
C
Systematic Sampling
D
Convenience Sampling
💡 Step-by-Step Explanation & Concept Rationale
Stratified random sampling ensures proportional or optimal representation of distinct subgroups (e.g., urban vs rural, income brackets), minimizing sampling variance by exploiting homogeneity within strata.
Q. 24 Statistics
Difficulty: Medium (1 Mark)
How does Cluster Sampling differ fundamentally from Stratified Random Sampling?
A
In cluster sampling, the population is divided into heterogeneous clusters, and a random sample of entire clusters is selected, whereas in stratified sampling, samples are drawn from every stratum
✓ Correct
B
Cluster sampling uses no random selection
C
Stratified sampling is used only for animals
D
Cluster sampling requires a complete census of all people
💡 Step-by-Step Explanation & Concept Rationale
In stratified sampling, every stratum is sampled (homogeneous within, heterogeneous between). In cluster sampling, clusters are mini-representations of the population (heterogeneous within, homogeneous between), and only selected whole clusters are surveyed to reduce travel and field costs.
Q. 25 Statistics
Difficulty: Easy (1 Mark)
In Systematic Sampling, if a researcher selects every $k$-th element from an ordered sampling frame of size $N$ to obtain a sample of size $n$, what is the sampling interval $k$?
A
$k = N / n$
✓ Correct
B
$k = n / N$
C
$k = N \times n$
D
$k = \sqrt{N}$
💡 Step-by-Step Explanation & Concept Rationale
The sampling interval $k$ is calculated as $k = N / n$. A random integer between 1 and $k$ is selected as the random start, and every $k$-th subsequent item is sampled systematically.
Study Stream Progress: Showing 25 of 50 Questions (50%)
Jump to:

Ready to Test Your Retention & Speed?

Now that you have reviewed the study questions and rationales, test yourself in our interactive 1-by-1 practice engine or take the full official timed mock exam.