Power in Every Digit
Power in Every Digit
| P(A′) — A NOT occurring | |
| P(B′) — B NOT occurring | |
| P(A∩B) — Both A and B occur | |
| P(A∪B) — A or B or both occur | |
| P(A▵B) — A or B but NOT both | |
| P((A∪B)′) — Neither A nor B |
| P(A) | |
| P(B) | |
| P(A′) | |
| P(B′) | |
| P(A∩B) | |
| P(A∪B) | |
| P(A▵B) | |
| P((A∪B)′) |
| Probability | Repeat Times | |
|---|---|---|
| Event A | ||
| Event B |
| P(Event A repeated n times) | |
| P(Event B repeated n times) | |
| Combined Probability (all events) |
| P(A|B) — Probability of A given B | |
| P(A′|B) — Probability of NOT A given B | |
| P(A|B′) — Probability of A given NOT B |
| Permutations — nPr = n! / (n−r)! | |
| Combinations — nCr = n! / (r!(n−r)!) |
How to Use:
Understanding Results:
Tips:
1. Complement:
P(A′) = 1 − P(A)
2. Intersection (independent):
P(A∩B) = P(A) × P(B)
3. Union:
P(A∪B) = P(A) + P(B) − P(A∩B)
4. Exclusive OR:
P(A▵B) = P(A∪B) − P(A∩B)
5. Series:
P = P(A)n × P(B)m × ...
6. Bayes' Theorem:
P(A|B) = P(B|A) × P(A) / P(B)
7. Normal Distribution:
P(Lb < X < Rb) = Φ((Rb−μ)/σ) − Φ((Lb−μ)/σ)
8. Permutations:
nPr = n! / (n−r)!
9. Combinations:
nCr = n! / (r!(n−r)!)
10. Confidence Interval:
CI = μ ± z × σ

Sign in to your account