
Michael C. answered 10/18/19
Math, Science, Programming, and Test Prep Expert
1) P(A) = 1/6, because one of die 1's six sides has a 3.
2) P(B) = 1/6, because die 2 has a single side with a 1.
3) P(C) = 5/36. Since each die has 6 sides, there are 6*6=36 possible outcomes for rolling both dice. 5 of which add to 8: "2:6","3:5","4:4","5:3","6:2".
4) P(A|B) = 1/6. The formula for conditional probability is P(A|B) = P(A,B)/P(B). The probability that die 1 lands on 3 and die 2 on 1 is 1/36. (1/36)/(1/6) = 1/6. We can intuit this answer also though, since A and B could be considered independent events. When two events A and B are independent, P(A) = P(A|B).
5) P(C|A) = 1/6. This asks the probability of getting a sum of 8, if die one has landed on 3. Since only die 2 is uncertain, we know die 2 must land on 5. Thus, 1/6.
6) P(A,B) = P(A)*P(B) = (1/6)*(1/6) = 1/36 since A and B are independent events.
7) P(A,C) = 1/36, since only one of the 36 outcomes has A=3 and the sum = 8: "3,5".
8) No. P(A,C) = 1/36, whereas P(A)*P(C) = (1/6)*(5/36) = 5/216. A and C are not independent events.