Resolvidos — Probabilidade Exercicios
About 9.02%. Despite high accuracy, low prevalence means most positives are false positives. Exercise 5: Binomial Probability Problem: A fair coin is tossed 5 times. What is the probability of getting exactly 3 heads? Solution: Binomial with ( n=5, k=3, p=0.5 ): [ P(X=3) = \binom53 (0.5)^3 (0.5)^2 = 10 \times (0.5)^5 ] [ = 10 \times \frac132 = \frac1032 = \frac516 = 0.3125 ]
3 face cards per suit × 4 suits = 12 face cards [ P = \frac1252 = \frac313 \approx 0.2308 ] probabilidade exercicios resolvidos
( \frac91216 ). Summary of Key Formulas Used | Concept | Formula | |---------|---------| | Classical probability | ( P(A) = \fracA\Omega ) | | Conditional probability | ( P(A|B) = \fracP(A \cap B)P(B) ) | | Multiplication rule | ( P(A \cap B) = P(A)P(B|A) ) | | Bayes' theorem | ( P(A|B) = \fracP(BP(B) ) | | Binomial probability | ( P(X=k) = \binomnk p^k (1-p)^n-k ) | | Complement rule | ( P(A) = 1 - P(\neg A) ) | These exercises illustrate the most common reasoning patterns in introductory probability. Practice with variations (more dice, different decks, multiple events) to build intuition. About 9