Probability, Mathematical Statistics & Numerical Methods

Change Setup
📘 Comprehensive Syllabus & Examination Guide

Probability, Mathematical Statistics & Numerical Methods

Official curriculum roadmap, subject/topic distribution, negative marking rules, pacing guidelines, and solved sample questions.

🎯 Mapped Subjects & Topic Question Distribution

Total Question Pool 100%
100 MCQs
Combined Active Syllabus
Probability, Mathematical Statistics & Numerical Methods
100 MCQs
Topic Pool
📊 Question Pool Structure
100 MCQs across fundamental, intermediate, and advanced concept tiers.
⚡ Recommended Pacing
45 to 60 seconds per MCQ. Flag complex problems and preserve 10 minutes for final revision.
⚖️ Scoring & Negative Marking
+1 mark per correct answer. In competitive tests with negative marking, -0.25 applies for incorrect guesses.

💡 Strategic Preparation & Exam Hall Guidelines

To maximize your score on Probability, Mathematical Statistics & Numerical Methods, candidates are advised to follow a structured three-pass approach. In the First Pass, solve all direct recall and formula-based questions within 30 seconds each to secure foundational marks. In the Second Pass, tackle multi-step analytical and quantitative reasoning problems. In the Third Pass, review marked questions and verify calculations.

Practice with the interactive player below to evaluate your speed and accuracy under real exam pressure. Every question features full mathematical formulas, step-by-step worked solutions, and conceptual explanations vetted by Apex Rankers Academy subject matter specialists.

Ready to test your knowledge? Launch interactive 1-by-1 practice with instant feedback, bookmarking, and step-by-step rationales.
Solved Blueprint Examples

📝 Pre-Rendered Solved Sample Questions & Detailed Solutions

Showing 10 solved representative questions

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.