Review the solved problems below to understand question phrasing, answer choices, and step-by-step solution logic prior to starting the full interactive practice drill:
Sample Question 1
Probability, Mathematical Statistics & Numerical Methods
EASY • MULTIPLE_CHOICE
For a standard normal distribution Z ~ N(0, 1), the mean and variance are:
A
Mean = 0, Variance = 0
B
Mean = 1, Variance = 0
C
Mean = 0, Variance = 1
D
Mean = 1, Variance = 1
✓ Correct Answer: C - Mean = 0, Variance = 1
📖 Step-by-Step Solution & Conceptual Rationale:
Standardizing transforms any normal random variable X into Z with μ=0 and σ²=1.
Sample Question 2
Probability, Mathematical Statistics & Numerical Methods
MEDIUM • MULTIPLE_CHOICE
Newton-Raphson iterative formula for solving non-linear equation f(x) = 0 is:
A
x_(n+1) = x_n + f(x_n)
B
x_(n+1) = x_n - f(x_n) / f'(x_n)
C
x_(n+1) = x_n / 2
D
x_(n+1) = f'(x_n) / f(x_n)
✓ Correct Answer: B - x_(n+1) = x_n - f(x_n) / f'(x_n)
📖 Step-by-Step Solution & Conceptual Rationale:
Uses tangent line linear approximation to converge quadratically to the root.
Sample Question 3
Probability, Mathematical Statistics & Numerical Methods
MEDIUM • MULTIPLE_CHOICE
In hypothesis testing, a Type I error occurs when:
A
Sample size is too small
B
Failing to reject a false null hypothesis
C
Rejecting a true null hypothesis (False Positive)
D
Calculation error
✓ Correct Answer: C - Rejecting a true null hypothesis (False Positive)
📖 Step-by-Step Solution & Conceptual Rationale:
Type I error probability is the significance level alpha (α), typically 0.05.
Sample Question 4
Probability, Mathematical Statistics & Numerical Methods
HARD • MULTIPLE_CHOICE
Trapezoidal rule approximates the definite integral ∫ from a to b of f(x) dx as:
A
h/3 * [f(a) + f(b)]
B
(h / 2) * [f(a) + 2 f(x1) + ... + 2 f(x_(n-1)) + f(b)]
C
h * [f(a) + f(b)]
D
(b - a) * f(a)
✓ Correct Answer: B - (h / 2) * [f(a) + 2 f(x1) + ... + 2 f(x_(n-1)) + f(b)]
📖 Step-by-Step Solution & Conceptual Rationale:
Linear interpolation across sub-intervals yields composite trapezoidal quadrature.
Sample Question 5
Probability, Mathematical Statistics & Numerical Methods
EASY • MULTIPLE_CHOICE
The central limit theorem states that the sampling distribution of sample means approaches normal as sample size n grows:
A
Regardless of the underlying population distribution shape (for n ≥ 30)
B
Never
C
Only for uniform distributions
D
Only if population is already normal
✓ Correct Answer: A - Regardless of the underlying population distribution shape (for n ≥ 30)
📖 Step-by-Step Solution & Conceptual Rationale:
Fundamental statistical theorem enabling inferential parametric confidence intervals.
Sample Question 6
Probability, Mathematical Statistics & Numerical Methods
EASY • MULTIPLE_CHOICE
In professional practice: For a standard normal distribution Z ~ N(0, 1), the mean and variance are:
A
Mean = 0, Variance = 1
B
Mean = 0, Variance = 0
C
Mean = 1, Variance = 0
D
Mean = 1, Variance = 1
✓ Correct Answer: A - Mean = 0, Variance = 1
📖 Step-by-Step Solution & Conceptual Rationale:
Standardizing transforms any normal random variable X into Z with μ=0 and σ²=1.
Sample Question 7
Probability, Mathematical Statistics & Numerical Methods
MEDIUM • MULTIPLE_CHOICE
In professional practice: Newton-Raphson iterative formula for solving non-linear equation f(x) = 0 is:
A
x_(n+1) = f'(x_n) / f(x_n)
B
x_(n+1) = x_n - f(x_n) / f'(x_n)
C
x_(n+1) = x_n / 2
D
x_(n+1) = x_n + f(x_n)
✓ Correct Answer: B - x_(n+1) = x_n - f(x_n) / f'(x_n)
📖 Step-by-Step Solution & Conceptual Rationale:
Uses tangent line linear approximation to converge quadratically to the root.
Sample Question 8
Probability, Mathematical Statistics & Numerical Methods
MEDIUM • MULTIPLE_CHOICE
In professional practice: In hypothesis testing, a Type I error occurs when:
A
Sample size is too small
B
Failing to reject a false null hypothesis
C
Rejecting a true null hypothesis (False Positive)
D
Calculation error
✓ Correct Answer: C - Rejecting a true null hypothesis (False Positive)
📖 Step-by-Step Solution & Conceptual Rationale:
Type I error probability is the significance level alpha (α), typically 0.05.
Sample Question 9
Probability, Mathematical Statistics & Numerical Methods
HARD • MULTIPLE_CHOICE
In professional practice: Trapezoidal rule approximates the definite integral ∫ from a to b of f(x) dx as:
A
(b - a) * f(a)
B
h * [f(a) + f(b)]
C
h/3 * [f(a) + f(b)]
D
(h / 2) * [f(a) + 2 f(x1) + ... + 2 f(x_(n-1)) + f(b)]
✓ Correct Answer: D - (h / 2) * [f(a) + 2 f(x1) + ... + 2 f(x_(n-1)) + f(b)]
📖 Step-by-Step Solution & Conceptual Rationale:
Linear interpolation across sub-intervals yields composite trapezoidal quadrature.
Sample Question 10
Probability, Mathematical Statistics & Numerical Methods
EASY • MULTIPLE_CHOICE
In professional practice: The central limit theorem states that the sampling distribution of sample means approaches normal as sample size n grows:
A
Never
B
Only if population is already normal
C
Only for uniform distributions
D
Regardless of the underlying population distribution shape (for n ≥ 30)
✓ Correct Answer: D - Regardless of the underlying population distribution shape (for n ≥ 30)
📖 Step-by-Step Solution & Conceptual Rationale:
Fundamental statistical theorem enabling inferential parametric confidence intervals.
Practice All 100 Questions Interactively
Test your knowledge in real-time with continuous progress saving, instant scoring, and performance analytics.
▶ Start Full Interactive Practice