Flashcards · 10 cards

Probability & distributions

Say the answer to yourself, then check. Cards you know come back less and less often; cards you don't come back tomorrow.

  1. Rule

    P(A∪B)= ?P(A \cup B) = \,?

    Answer

    P(A)+P(B)−P(A∩B)P(A) + P(B) - P(A \cap B): add, then take off the overlap counted twice. For mutually exclusive events there is no overlap.

    ABA ∩ BP(A ∪ B) = P(A) + P(B) − P(A ∩ B)exclusive: P(A ∩ B) = 0; independent: P(A ∩ B) = P(A)P(B)
    A or BAdd, then take off the overlap counted twice
  2. Know it

    What makes two events independent?

    Answer

    P(A∩B)=P(A)×P(B)P(A \cap B) = P(A) \times P(B): one happening doesn't change the chance of the other.

  3. Know it

    Three people each try once. What is P(none succeed)?

    Answer

    Multiply the three failure probabilities. It is not 1−P(all)1 - P(\text{all}), which means "not all".

  4. Know it

    Three people each try once. What is P(exactly one succeeds)?

    Answer

    Three routes: only AA, only BB, only CC. Each is one success times two failures; add the three.

  5. Rule

    The binomial probability of rr successes in nn trials?

    Answer

    P(X=r)=nCr prqn−rP(X = r) = {}^nC_r\,p^r q^{n - r}, with q=1−pq = 1 - p. Write down what counts as a success first.

    012345X ~ B(5, 0.4)P(X = r) = ⁿCᵣ pʳ qⁿ⁻ʳ
    A binomial distributionOne bar for each number of successes
  6. Rule

    The Poisson probability of rr events?

    Answer

    P(X=r)=e−λλrr!P(X = r) = \dfrac{e^{-\lambda}\lambda^r}{r!}, where λ\lambda is the mean number of events. For a binomial with large nn and small pp, use λ=np\lambda = np.

    P(X = r) = e−λ λʳ ÷ r!λ is the mean number of eventsn large, p small: use λ = np for the binomial
    The Poisson distributionλ is the mean number of events
  7. Rule

    How do you find a probability from a normal distribution?

    Answer

    Change xx to z=x−μσz = \dfrac{x - \mu}{\sigma} and read Φ(z)\Phi(z), the area to the left, from the table: P(x1<X<x2)=Φ(z2)−Φ(z1)P(x_1 < X < x_2) = \Phi(z_2) - \Phi(z_1).

    μx₁x₂z = (x − μ) ÷ σ
    The normal curveChange x to z, then read the area from the table
  8. Know it

    You are given the variance. What goes into z=x−μσz = \dfrac{x - \mu}{\sigma}?

    Answer

    The standard deviation, the square root of the variance: a variance of 25 means σ=5\sigma = 5.

  9. Which method?

    WAEC 2019 · Paper 2 · Q12

    In an examination, 60%60\% of the candidates passed. If 10 candidates are selected at random, find, correct to four decimal places, the probability that:

    at least two of them failed;

    exactly half of them passed;

    at most two of them failed.

    What counts as a success here?

    Answer

    Count the failures: F∼B(10,0.4)F \sim B(10, 0.4). Then "at least two failed" is 1−[P(F=0)+P(F=1)]1 - [P(F = 0) + P(F = 1)].

  10. Which method?

    NECO 2023 · Paper 2 · Q15 (b)

    The scores of 5000 students follow a normal distribution with mean 72 and variance 25. Determine the number of students who obtained scores between 80 and 84.

    How do you get a number of students?

    Answer

    Find the probability first, with σ=25=5\sigma = \sqrt{25} = 5: Φ(2.4)−Φ(1.6)\Phi(2.4) - \Phi(1.6). Then multiply by 5000.