Why this topic matters · 8 min read
Probability and Statistics appear in ~8-12% of Agniveer Navy SSR/MR maths papers, focusing on basic definitions, conditional probability, Bayes' theorem, mean-variance, and normal distribution. Recent papers test quick calculation under time pressure—expect 2-3 questions mixing theory and numerical work. High-scoring topic if you nail fundamentals and avoid careless errors.
Probability: Definitions and Basic Rules
Probability measures how likely an event is to happen, ranging from 0 (impossible) to 1 (certain). Think of it as a fraction: favorable outcomes divided by total possible outcomes. In Agniveer exams, you'll see problems involving dice, cards, coins, and real-world naval/military scenarios. The key is identifying the sample space correctly and counting without repetition. Mutually exclusive events cannot happen together (like getting heads AND tails in one flip). Independent events don't affect each other's probability.
- Probability P(A) = (Number of favorable outcomes) / (Total possible outcomes)
- P(A) + P(not A) = 1 always
- For mutually exclusive events: P(A or B) = P(A) + P(B)
- For independent events: P(A and B) = P(A) × P(B)
- Conditional probability P(A|B) = P(A and B) / P(B) — probability of A given B already happened
- Sample space must be exhaustive and mutually exclusive
Key formulas
Basic Probability
P(A) = n(A) / n(S)
When: When all outcomes are equally likely; n(A) = favorable, n(S) = total
Addition Rule (Mutually Exclusive)
P(A ∪ B) = P(A) + P(B)
When: Events A and B cannot occur together
Multiplication Rule (Independent)
P(A ∩ B) = P(A) × P(B)
When: Outcome of A does not affect outcome of B
Conditional Probability
P(A|B) = P(A ∩ B) / P(B)
When: Finding probability of A when B is known to have occurred
Worked examples
A deck has 52 cards. Probability of drawing a red card = 26/52 = 1/2. Probability of drawing a red card AND a king = (2/52) because only 2 red kings exist.
Two dice rolled. P(sum = 7) = 6/36 = 1/6 (outcomes: 1-6, 2-5, 3-4, 4-3, 5-2, 6-1). P(first die = 2 AND second die = 3) = (1/6) × (1/6) = 1/36.
Bayes' Theorem and Conditional Probability
Bayes' theorem is the workhorse of conditional probability problems. It lets you reverse conditional probabilities—if you know P(B|A), you can find P(A|B). In Agniveer exams, this appears in real-world scenarios: 'A radar detects enemy ships with 95% accuracy. If it signals, what's the probability an enemy is actually there?' This requires Bayes' theorem. The key is setting up the problem carefully: identify what you know and what you're asked to find.
- Bayes' theorem: P(A|B) = [P(B|A) × P(A)] / P(B)
- P(B) = P(B|A) × P(A) + P(B|not A) × P(not A) — law of total probability
- Use a tree diagram or table to organize given probabilities
- Watch for 'prior' (initial belief) vs 'posterior' (updated belief) language
- Common trap: confusing P(A|B) with P(B|A)
Key formulas
Bayes' Theorem
P(A|B) = [P(B|A) × P(A)] / P(B)
When: Reversing conditional probability; finding posterior from prior
Law of Total Probability
P(B) = Σ P(B|Ai) × P(Ai) for all partitions Ai
When: Finding P(B) when B depends on multiple mutually exclusive events
Worked examples
A test for a disease is 99% accurate. Disease prevalence is 1%. If test is positive, P(actually has disease) = [0.99 × 0.01] / [0.99 × 0.01 + 0.01 × 0.99] ≈ 0.5. Counter-intuitive but correct!
Two factories produce parts. Factory A makes 60%, defect rate 2%. Factory B makes 40%, defect rate 3%. If a defect is found, P(from A) = [0.02 × 0.6] / [0.02 × 0.6 + 0.03 × 0.4] = 0.012 / 0.024 = 0.5.
Statistics: Mean, Variance, Standard Deviation
Statistics summarize data. Mean is the average. Variance measures spread—how far data points scatter from the mean. Standard deviation is the square root of variance, in the same units as the data. In Agniveer exams, you'll calculate these from frequency tables or raw data, often under time pressure. Grouped data (ranges) requires midpoints. The formulas look intimidating but are mechanical once you organize your work.
- Mean (average) = sum of all values / count of values
- Variance = average of squared deviations from mean = E(X²) - [E(X)]²
- Standard deviation = square root of variance; measures spread in original units
- For grouped data, use class midpoints and frequencies
- Coefficient of variation = (SD / Mean) × 100; compares spread relative to mean
Key formulas
Mean
μ = Σ(xi) / n or μ = Σ(fi × xi) / Σ(fi) for grouped data
When: Finding average of ungrouped or grouped data
Variance
σ² = Σ(xi - μ)² / n or σ² = E(X²) - [E(X)]²
When: Measuring spread; second formula is faster for calculations
Standard Deviation
σ = √(σ²)
When: Expressing spread in original units of measurement
Worked examples
Data: 2, 4, 6, 8, 10. Mean = 30/5 = 6. Deviations: -4, -2, 0, 2, 4. Squared: 16, 4, 0, 4, 16. Variance = 40/5 = 8. SD = √8 ≈ 2.83.
Grouped data: Class 0-10 (freq 5, midpoint 5), 10-20 (freq 8, midpoint 15), 20-30 (freq 7, midpoint 25). Mean = [5×5 + 8×15 + 7×25] / 20 = 320/20 = 16.
Normal Distribution and Z-Scores
The normal distribution is bell-shaped and symmetric. Most real-world data (heights, test scores, measurement errors) follow this pattern. Z-score standardizes data: it tells you how many standard deviations a value is from the mean. In Agniveer exams, you'll use z-score tables to find probabilities. The key insight: any normal distribution can be converted to a standard normal (mean 0, SD 1) using z-scores, then you look up the probability in a table.
- Normal distribution is symmetric around the mean; 68% of data within 1 SD, 95% within 2 SD, 99.7% within 3 SD
- Z-score = (value - mean) / standard deviation; tells you position relative to mean
- Standard normal distribution has mean 0 and SD 1
- Use z-score tables to find cumulative probability P(Z ≤ z)
- For P(a < X < b), convert both a and b to z-scores, then subtract probabilities
Key formulas
Z-Score
Z = (X - μ) / σ
When: Standardizing a value to compare with standard normal table
Inverse Z-Score
X = μ + Z × σ
When: Finding the value corresponding to a given probability
Worked examples
Heights normally distributed with mean 170 cm, SD 5 cm. Find P(height < 175). Z = (175 - 170)/5 = 1. From table, P(Z ≤ 1) ≈ 0.8413 or 84.13%.
Test scores: mean 50, SD 10. Find P(40 < score < 60). Z1 = (40-50)/10 = -1, Z2 = (60-50)/10 = 1. P(-1 < Z < 1) ≈ 0.6826 or 68.26%.
⚠ Common mistakes to avoid
- Confusing P(A|B) with P(B|A). These are NOT the same. Always identify which event is the condition (denominator).
- Forgetting to divide by total outcomes when sample space is not obvious. Example: 'At least one head in 3 coin flips' has 7 favorable outcomes out of 8, not 3 out of 6.
- Using population variance formula (divide by n) instead of sample variance (divide by n-1) when data is a sample. Agniveer papers usually specify; read carefully.
- Misreading grouped data tables. Always use class midpoints, not boundaries, for calculations.
- Rounding z-scores too early. Keep 2-3 decimal places until final answer to avoid table lookup errors.
- Assuming independence without justification. Example: drawing cards without replacement changes probabilities; they are NOT independent.
🧠 Memory aids
- PEMDAS for probability: Prior × Evidence / Denominator = Adjusted Strength (Bayes' mnemonic: numerator is P(B|A)×P(A), denominator is P(B)).
- 68-95-99.7 rule: Within 1-2-3 standard deviations, you capture 68%-95%-99.7% of normal data. Visual: one-sigma hug captures most data.
- Variance is 'average squared distance'; SD is 'typical distance' — SD is more intuitive for interpretation.
- Z-score = 'how many SDs away?' — positive z means above mean, negative means below. Z = 0 is the mean itself.
🎯 AGNIVEER NAVY exam tips
- Agniveer Navy papers typically include 1 Bayes' theorem problem (real-world scenario like radar/detection) and 1-2 statistics problems (mean/variance from tables). These are time-sensitive; practice speed.
- Conditional probability questions often hide the condition in the problem statement. Underline 'given that' or 'if' clauses before solving.
- Normal distribution questions almost always require a z-score table. Memorize the table or know how to interpolate. The exam provides a table, but reading it quickly saves 1-2 minutes per question.
- Grouped data problems are common in statistics section. Set up a frequency table with columns for class, midpoint, frequency, f×x, and f×x² to avoid errors.
- Watch for 'at least' and 'at most' language in probability. 'At least 1' usually means 1 - P(none). This is faster than counting all cases.
Q1 · medium · AI-verified
The standard deviation of the data 2, 4, 6, 8, 10 is:
- 2√2
- √8
- 3
- 4
Q2 · easy · AI-verified
A coin is tossed twice. What is the probability of getting at least one head?
- 2/3
- 3/4
- 1/4
- 1/2
Q3 · easy · AI-verified
A card is drawn at random from a well-shuffled deck of 52 cards. What is the probability that the card is a king?
- 4/52
- 1/13
- 1/4
- 1/26
Q4 · medium · AI-verified
If P(A|B) = 0.6 and P(B) = 0.5, then P(A ∩ B) is:
- 0.3
- 1.1
- 0.12
- 0.6
Q5 · medium · AI-verified
Two cards are drawn at random from a well-shuffled deck of 52 cards. What is the probability that both are aces?
- 1/169
- 1/221
- 2/52
- 4/663