Probability Practice Problems and Solutions
Probability Practice Problems and Solutions
Using Bayes’ theorem, calculate P(B|Truthful) = P(Truthful|B)*P(B)/P(Truthful). For P(Truthful)= P(Truthful|A)*P(A) + P(Truthful|B)*P(B), we have P(Truthful)=0.25*0.8 + 0.4*0.2 = 0.28, giving P(B|Truthful) = (0.4*0.2)/0.28 = 0.2857 or 28.57% .
Win probability independently compounds over rounds, each toss offers equal reset due to symmetry. Calculate geometric series for A's advantage starting with a geometric distribution where receiving nodes reduce by (6/36) per roll, adjusting odds .
If each airbag fails independently with probability p, the probability both fail is p^2. The complement, at least one functioning, is 1 - p^2 .
The events are A (Anne catches no fish) and B (Betty catches no fish). We need P(A|A∪B'). Calculate based on P(A) = p, P(B)=p, and P(A∩B') = P(A) - P(A∩B) = p(1-p). Thus, conditional is P(A)/(P(A)+P(B)−P(A∩B)) = p/(2p−p^2).
The probability is calculated by considering three scenarios: student knows 40% of answers (probability 100%), guesses among two options 40% of the time (probability 50%), and guesses blindly on the remaining 20% (probability 25%). Multiply and add these: 0.4*1 + 0.4*0.5 + 0.2*0.25 = 0.4 + 0.2 + 0.05 = 0.65, or 65% .
This problem can be modeled as a geometric distribution where the first success (the dog catching the Frisbee) occurs on the x-th trial. The PMF is given by P(X=x) = (1-p)^(x-1) * p, where p = 0.2 is the probability of the dog catching it .
Let p be the probability of a successful call. The condition is 1 - P(n=3 fails) ≥ 0.95, where P(n=3 fails) = (1-p)^3. Solving gives (1-p)^3 ≤ 0.05, thus p ≥ 1 - 0.05^(1/3) ≈ 0.368 .
Using a Poisson distribution B with mean T/5, to have a probability of 0.99, solve P(B≥1) = 1 - P(B=0). Equate and solve for T using P(B=0) = e^(-T/5) = 0.01, giving T = 5 ln(100) ≈ 23 min .
To solve this, recognize that the set can be divided into two subsets: numbers 1 to 15, and numbers 16 to 30. The probability of selecting a number from 1 to 15 is higher because these are twice as likely as selecting from 16 to 30. Counting the primes, we have (2, 3, 5, 7, 11, 13) from 1 to 15 and (17, 19, 23, 29) from 16 to 30. Thus, calculate the weighted probability using these observations. The probability is calculated as 1/3(6/15) + 2/3(4/15), giving approximately 0.3667.
Rolling two dice to sum to six has 5 favorable outcomes: (1,5), (2,4), (3,3), (4,2), (5,1). Rolling three dice to sum to six is possible in more ways, including combinations like (1,1,4), (1,2,3), etc. Rolling four dice makes the sum more diverse, diluting probability per possibility. Thus, three dice offer more combinations to reach exactly six, making this the most likely scenario.