1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
P (A AND B) = ?
P(A) x P(B)
P(A OR B) = ?
P(A) + P(B) - P(A AND B)
Bayes’ Theorem
calculates the probability of a cause to be found given its effect; P(A|B) is the probability of event A occurring given that B is true

nPr = ?
n! / (n-r)!
nCr = ?
n! / (r! (n-r)!)
mode
the value that appears most often in a set
n! = ?
n x (n-1) x (n-2) […] 3 × 2 × 1