Vidhyapath ← EAMCET Hub
FREE vidhyapath.com β†—
Chapter progress
Layer 1 of 5
MathematicsHigh Weightage β˜…β˜…β˜…β˜…Class 11 + 12

Probability

Classical probability, conditional probability, Bayes' theorem, and probability distributions β€” connects directly to Permutations & Combinations. Expect 3–4 EAPCET questions.

3–4Questions in EAPCET
~4%Paper Weightage
8Core Formulas
4Mistake Traps

Concept Core

From classical probability to Bayes' theorem β€” the complete framework.

Classical Probability & Fundamental Rules

Classical definition: P(A) = (favourable outcomes)/(total equally likely outcomes)

0 ≀ P(A) ≀ 1     P(A) + P(A') = 1 P(A βˆͺ B) = P(A) + P(B) βˆ’ P(A ∩ B)

Mutually exclusive events: A ∩ B = βˆ… β†’ P(A βˆͺ B) = P(A) + P(B)

Independent events: P(A ∩ B) = P(A) Γ— P(B)

Conditional Probability
P(A|B) = P(A ∩ B) / P(B)   (B has occurred)

P(A|B) β‰  P(B|A) in general. For independent events: P(A|B) = P(A) β€” B's occurrence doesn't affect A.

Multiplication rule: P(A ∩ B) = P(A) Γ— P(B|A) = P(B) Γ— P(A|B)

Total Probability Theorem

If B₁, Bβ‚‚, ..., Bβ‚™ are mutually exclusive and exhaustive events:

P(A) = Ξ£ P(Bα΅’) Γ— P(A|Bα΅’)

Used when the sample space is partitioned and we know conditional probabilities in each partition.

Bayes' Theorem

Given event A has occurred, find which partition Bβ‚– caused it:

P(Bβ‚–|A) = P(Bβ‚–) Γ— P(A|Bβ‚–) / Ξ£ P(Bα΅’) Γ— P(A|Bα΅’)

The numerator is the individual term; denominator is P(A) from total probability theorem.

Binomial Distribution

For n independent trials, each with probability p of success:

P(X = r) = ⁿCα΅£ pΚ³ (1βˆ’p)ⁿ⁻ʳ = ⁿCα΅£ pΚ³ qⁿ⁻ʳ Mean = np    Variance = npq    SD = √(npq)

q = 1 βˆ’ p. Sum of all P(X=r) = 1. Symmetric when p = q = Β½.

Geometric & Other Distributions

Geometric distribution: P(first success on rth trial) = q^(r-1) Γ— p

Random variable expectation: E(X) = Ξ£ xα΅’ P(xα΅’). For functions: E(aX+b) = aE(X) + b

Variance: Var(X) = E(XΒ²) βˆ’ [E(X)]Β². Always β‰₯ 0.

Formula Vault

All probability formulas β€” classical, conditional, Bayes', and distributions.

Classical Probability
P(A) = favourable/total
Equally likely outcomes
Complement
P(A') = 1 βˆ’ P(A)
P(A) + P(A') = 1 always
Addition Rule
P(AβˆͺB) = P(A)+P(B)βˆ’P(A∩B)
Subtract intersection to avoid double-counting
Independent Events
P(A∩B) = P(A) Γ— P(B)
Also: P(A|B) = P(A)
Conditional Probability
P(A|B) = P(A∩B)/P(B)
Probability of A given B occurred
Multiplication Rule
P(A∩B) = P(A)·P(B|A)
Also = P(B)Β·P(A|B)
Total Probability
P(A) = Ξ£ P(Bα΅’)P(A|Bα΅’)
Bα΅’ exhaustive & exclusive
Bayes' Theorem
P(Bβ‚–|A) = P(Bβ‚–)P(A|Bβ‚–)/P(A)
P(A) from total probability
Binomial P(X=r)
ⁿCᡣ pʳ qⁿ⁻ʳ
q = 1βˆ’p; n trials; p = success prob
Binomial Mean/Var
ΞΌ = np; σ² = npq
Οƒ (SD) = √(npq)

Worked Examples

5 problems β€” classical probability to Bayes' to binomial.

EasyTwo dice rolled β€” find P(sum = 7)β–Ύ
Two fair dice are rolled. Find the probability that the sum is 7.
1
Total outcomes = 6 Γ— 6 = 36
2
Favourable: (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) = 6 outcomes
3
P(sum=7) = 6/36 = 1/6
βœ“  P(sum = 7) = 1/6
EasyFind P(AβˆͺB) given P(A)=0.4, P(B)=0.3, P(A∩B)=0.1β–Ύ
Find P(A βˆͺ B) if P(A) = 0.4, P(B) = 0.3, P(A ∩ B) = 0.1.
1
P(AβˆͺB) = P(A) + P(B) βˆ’ P(A∩B) = 0.4 + 0.3 βˆ’ 0.1 = 0.6
βœ“  P(A βˆͺ B) = 0.6
MediumBag has 3 red, 4 blue balls. Two drawn without replacement. P(both red)?β–Ύ
A bag has 3 red and 4 blue balls. Two balls are drawn without replacement. Find P(both red).
1
P(1st red) = 3/7
2
P(2nd red | 1st red) = 2/6 = 1/3
3
P(both red) = (3/7) Γ— (1/3) = 3/21 = 1/7
βœ“  P(both red) = 1/7
EAPCET LevelBayes' Theorem: factory output from two machinesβ–Ύ
Machine A makes 60% of output with 2% defects; Machine B makes 40% with 5% defects. A defective item is found β€” what's the probability it came from Machine A?
1
P(A) = 0.6, P(B) = 0.4
2
P(defect|A) = 0.02, P(defect|B) = 0.05
3
P(defect) = 0.6Γ—0.02 + 0.4Γ—0.05 = 0.012 + 0.020 = 0.032
4
P(A|defect) = 0.6Γ—0.02/0.032 = 0.012/0.032 = 3/8 = 0.375
βœ“  P(Machine A | defective) = 3/8 = 37.5%
Trap QuestionA fair coin tossed 5 times β€” P(at least one head)?β–Ύ
Find P(at least one head) when a fair coin is tossed 5 times. ⚠️ Students compute directly instead of using complement.
1
Direct approach: P(exactly 1H) + P(2H) + ... + P(5H) = 5 separate calculations. Very slow.
2
Complement approach: P(at least 1H) = 1 βˆ’ P(no heads) = 1 βˆ’ P(all tails)
3
P(all tails) = (1/2)⁡ = 1/32
4
P(at least 1 head) = 1 βˆ’ 1/32 = 31/32
βœ“  P(at least one head) = 31/32 (use complement: 1 βˆ’ P(none))

Mistake DNA

4 probability errors from EAPCET distractor analysis.

βž•
P(AβˆͺB) = P(A) + P(B) Without Subtracting P(A∩B)
The addition rule requires subtracting the intersection to avoid double-counting overlapping outcomes.
❌ Wrong
P(AβˆͺB) = 0.4 + 0.3 = 0.7 βœ— (if P(A∩B) = 0.1, this overcounts)
βœ“ Correct
P(AβˆͺB) = P(A)+P(B)βˆ’P(A∩B) = 0.4+0.3βˆ’0.1 = 0.6 βœ“ Subtract intersection
Only if A and B are mutually exclusive (P(A∩B)=0) does P(AβˆͺB) = P(A)+P(B). Always check mutual exclusivity.
πŸ”„
Confusing Independent Events with Mutually Exclusive Events
Mutually exclusive: P(A∩B) = 0 (can't both happen). Independent: P(A∩B) = P(A)Γ—P(B) (occurrence of one doesn't affect the other).
❌ Wrong
'A and B are mutually exclusive β†’ they are independent' βœ— (nearly the opposite!)
βœ“ Correct
Mutually exclusive: A∩B = βˆ… βœ“ Independent: P(A∩B)=P(A)P(B) βœ“ If P(A),P(B)>0: these
conditions can't both hold
If A and B are mutually exclusive with P(A)>0 and P(B)>0, then P(A∩B)=0 β‰  P(A)P(B) β†’ they are NOT independent.
🎲
Not Using the Complement Method for 'At Least One'
'At least one' problems solved directly require many cases. Using complement (1 βˆ’ P(none)) is always faster.
❌ Wrong
P(at least 1 six in 3 rolls): P(1)+P(2)+P(3 sixes) = 3 separate calculations βœ—
βœ“ Correct
1 βˆ’ P(no sixes) = 1 βˆ’ (5/6)Β³ = 1 βˆ’ 125/216 = 91/216 βœ“ One step, no cases
Whenever a question has 'at least one', 'at least once', or 'more than zero': use complement P = 1 βˆ’ P(none/zero).
πŸ“Š
Binomial Distribution: Wrong q Value
q must be 1 βˆ’ p. If p = 0.3, then q = 0.7. Students sometimes use q = p or forget it entirely.
❌ Wrong
P(X=2) with p=0.3, n=5: ⁡Cβ‚‚ (0.3)Β² (0.3)Β³ βœ— (used p instead of q)
βœ“ Correct
q = 1 βˆ’ 0.3 = 0.7 βœ“ P(X=2) = ⁡Cβ‚‚(0.3)Β²(0.7)Β³ = 10Γ—0.09Γ—0.343 = 0.3087 βœ“
In binomial P(X=r) = ⁿCα΅£ pΚ³ qⁿ⁻ʳ: p = probability of success, q = 1βˆ’p = probability of failure. The exponents sum to n: r + (nβˆ’r) = n. βœ“

Chapter Intelligence

Probability builds on P&C and leads to Statistics β€” master the fundamentals first.

EAPCET Weightage (2019–2024)
Classical probability
~8
Conditional probability
~7
Binomial distribution
~6
Bayes' theorem
~5
Total probability theorem
~3
High-Yield PYQ Patterns
P(AβˆͺB) using addition ruleConditional P(A|B) calculationBayes' theorem 2-machine problemBinomial mean and varianceP(at least one) using complementIndependent event identificationRandom variable expectation E(X)
Exam Strategy
  • 'At least one' β†’ always use complement: P = 1 βˆ’ P(none). This is faster for every such problem.
  • Bayes' theorem: set up a table with prior probabilities P(Bα΅’) and likelihoods P(A|Bα΅’). Compute the joint P(Bα΅’ ∩ A) = P(Bα΅’)Γ—P(A|Bα΅’), then divide by their total.
  • Binomial questions: identify n (trials), p (success probability per trial), and required r (number of successes). Apply P(X=r) = ⁿCα΅£ pΚ³ qⁿ⁻ʳ directly.
  • Independent vs mutually exclusive: if A and B are non-empty and mutually exclusive, they cannot be independent (knowing one gives info about the other).
Share

💡 Suggestions & Feedback

We read every message

To keep feedback accountable, we verify your email before accepting messages.

Already a student? Log in to skip this step.