0

How do I prove the following:

  1. $\operatorname{Pr}(A \cup B \cup C) = \operatorname{Pr}(A) + \operatorname{Pr}(B) + \operatorname{Pr}(C) $ $\qquad − \operatorname{Pr}(A \cap B) − \operatorname{Pr}(A \cap C) − \operatorname{Pr}(B \cap C) + \operatorname{Pr}(A \cap B \cap C)$?

  2. $\max( \operatorname{Pr}(A), \operatorname{Pr}(B)) \leq \operatorname{Pr} (A \cup B)$

ga as
  • 21
  • regarding questin 2 : i know that pr(A)>=0 and pr(AUB)=pr(A)+pr(B)-A union B – ga as Oct 31 '19 at 20:20
  • In your last comment, that should be $A \cap B$—that is, "$A$ intersect $B$," not "$A$ union $B$." – Brian Tung Oct 31 '19 at 20:23
  • right. sorry . How do I formalize the answer? – ga as Oct 31 '19 at 20:26
  • Regarding (2), you can write it as $$P(A\cup B) = P(A\cup (B\setminus A)) = P(A) + P(B\setminus A)$$ which is the sum of probabilities of disjoint events. – SlipEternal Oct 31 '19 at 20:26
  • Use Venn diagrams to show set relations. The probabilities will follow trivially. – herb steinberg Oct 31 '19 at 20:50
  • I cant use Venn diagrams, I have to use the probailty axioms. – ga as Oct 31 '19 at 21:51
  • could someone please write a full answer for the 2nd question? – ga as Oct 31 '19 at 22:01