Probability and Statistics Exercises
Probability and Statistics Exercises
To determine this conditional probability, apply Bayes' theorem: P(Supplier 1 | Defective) = (P(Defective | Supplier 1) * P(Supplier 1)) / P(Defective). From Source 1: P(Defective | Supplier 1) = 0.02, P(Supplier 1) = 0.40, and P(Defective) = 0.0285. Thus, P(Supplier 1 | Defective) = (0.02 * 0.40) / 0.0285 = 0.008 / 0.0285 ≈ 0.2807, or 28.07% .
A standard deck contains 52 cards, out of which 6 are red face cards (3 hearts and 3 diamonds of jack, queen, and king). The probability of drawing a red face card is therefore 6/52 = 3/26, approximately 0.1154 or 11.54% .
To find the probability that a randomly chosen lamp is defective, one must use the law of total probability. The probability that a lamp is defective is the sum of the probabilities of it being defective given it comes from each supplier, weighted by the probabilities that the lamp comes from each supplier. This is calculated as follows: P(Defective) = P(Defective | Supplier 1)P(Supplier 1) + P(Defective | Supplier 2)P(Supplier 2) + P(Defective | Supplier 3)P(Supplier 3). Substituting the given probabilities: P(Defective) = 0.02 * 0.40 + 0.03 * 0.35 + 0.04 * 0.25 = 0.008 + 0.0105 + 0.01 = 0.0285 or 2.85% .
The probability that neither A nor B hits the target is found by taking the complement of each hitting individually: P(A misses) = 1 - P(A hits) = 1 - 1/3 = 2/3 and P(B misses) = 1 - 2/5 = 3/5. Therefore, because these events are independent, P(both miss) = P(A misses) * P(B misses) = (2/3) * (3/5) = 6/15 = 2/5, or 40% .
The probability that a patient received the drug treatment given they are cured, P(Treatment | Cured), can be calculated using Bayes' theorem. Patients who receive the treatment are 75% likely to be cured, while untreated patients have a 50% cure rate. 10 out of 100 patients received the treatment. Therefore, the probability is: P(Treatment | Cured) = P(Cured | Treatment) * P(Treatment) / P(Cured), where P(Cured) = P(Cured | Treatment) * P(Treatment) + P(Cured | No Treatment) * P(No Treatment), which simplifies to (0.75 * 0.1 + 0.5 * 0.9) = 0.525. Therefore, P(Treatment | Cured) = (0.75 * 0.1) / 0.525 ≈ 0.1429 or 14.29% .
When tossing a fair coin three times, the potential outcomes for X, the difference in the number of heads and tails, are -3, -1, 1, and 3. These correspond to the following probabilities: P(X = 3) and P(X = -3) each occur when all outcomes are heads or tails (probability 1/8), P(X = 1) and P(X = -1) occur when two outcomes are heads and one is tails, or vice versa (probability 3/8 each). Thus, the distribution is: P(X = 3) = 1/8, P(X = -3) = 1/8, P(X = 1) = 3/8, P(X = -1) = 3/8 .
This probability is the probability of passing Physics and failing Chemistry: P(Pass Physics ∩ Fail Chemistry) = P(Pass Physics) * P(Fail Chemistry | Pass Physics). Given P(Success in Physics) = 0.80 and P(Fail Chemistry) = 0.15 with P(Success in both) = 0.60. Therefore, P(Pass Physics ∩ Fail Chemistry) = P(Pass Physics) - P(Success in both) = 0.80 - 0.60 = 0.20 or 20% .
This problem involves applying Bayes' theorem for conditional probability. Let A be the event of having Alzheimer's and T be the event of testing positive. The probability sought is P(A | T) = P(T | A)P(A) / (P(T | A)P(A) + P(T | A^c)P(A^c)), where P(T | A) = 0.95 (test true positive rate), P(A) = 0.04, P(T | A^c) = 0.1 (false positive rate), and P(A^c) = 0.96. Substituting these values, we find P(A | T) ≈ 0.95 * 0.04 / (0.95 * 0.04 + 0.1 * 0.96) ≈ 0.2843 or 28.43% .
Using the law of total probability, P(Junior | Car Owner) can be calculated. 20% of students are juniors with 40% owning cars, contributing 0.08 to the probability of a car owner. P(Car Owner) = 0.1*0.30 + 0.2*0.40 + 0.4*0.20 + 0.6*0.10 = 0.05 + 0.08 + 0.08 + 0.06 = 0.27. Therefore, P(Junior | Car Owner) = 0.08 / 0.27 ≈ 0.2963 or 29.63% .
Using conditional probability, P(Fail Math | Fail Chemistry) = P(Fail Math and Chemistry) / P(Fail Chemistry). From the problem: P(Fail Math and Chemistry) = 0.10, P(Fail Chemistry) = 0.15. Thus, P(Fail Math | Fail Chemistry) = 0.10 / 0.15 = 2/3 or approximately 66.67% .