Skip to main content
MscTutorMscTutor
Mathematics (Maths Magic)Class 12Full Content

Probability

Conditional probability, multiplication theorem, Bayes' theorem, random variables, binomial distribution.

Key Topics

Conditional Probability

Open topic

P(A|B) = probability of A given B has occurred = P(A∩B)/P(B), where P(B)>0. Reduces sample space to events consistent with B. Example: P(even number | >2) on a die: favorable = {4,6}, total from >2 is {3,4,5,6}, so P = 2/4 = 1/2.

Multiplication Theorem

Open topic

P(A∩B) = P(A) × P(B|A) = P(B) × P(A|B). For independent events: P(A∩B) = P(A) × P(B). Events A and B are independent if: P(A|B) = P(A) or P(B|A) = P(B). Mutually exclusive vs independent: ME means P(A∩B)=0, independent means P(A∩B)=P(A)P(B).

Bayes' Theorem

Open topic

P(Aᵢ|B) = P(Aᵢ)P(B|Aᵢ) / Σⱼ P(Aⱼ)P(B|Aⱼ). Used for: medical diagnosis (P(disease|+test)), quality control, spam filters. Partition theorem: P(B) = ΣP(B|Aᵢ)P(Aᵢ). Example: 3 boxes with different compositions — which box was a ball drawn from?

Random Variables and Binomial Distribution

Open topic

Random variable X assigns numerical value to each outcome. Mean (expectation) E(X)=Σx⋅P(X=x). Variance V(X)=E(X²)-[E(X)]². Binomial distribution: n trials, each with success probability p. P(X=r) = ⁿCᵣ × pʳ × (1-p)^(n-r). Mean = np. Variance = npq where q=1-p. Used in: coin tosses, quality testing, genetics.

Formulas

Conditional Probability
Formula detail
P(A|B) = P(A∩B) / P(B)
P(A∩B)=0.12, P(B)=0.4: P(A|B)=0.12/0.4=0.3
Bayes' Theorem
Formula detail
P(Aᵢ|B) = P(Aᵢ)P(B|Aᵢ) / Σ P(Aⱼ)P(B|Aⱼ)
Classic problem: factory machines producing defective items
Binomial Distribution
Formula detail
P(X=r) = ⁿCᵣ pʳ qⁿ⁻ʳ | Mean=np | Variance=npq
Coin tossed 5 times: P(3 heads)=⁵C₃×(1/2)³×(1/2)²=10/32=5/16
Total Probability
Formula detail
P(B) = Σᵢ P(B|Aᵢ)×P(Aᵢ)
Used when event B can happen via multiple paths A₁, A₂, A₃...

Video Links

▶️ Videos open on YouTube and belong to their respective creators. MscTutor does not host or own this content.

💬 Comments(0)

Be the first to comment! 🎉