并集表示“或”,交集表示“且”

一、题目题目 - 荒原之梦

若用 $A$, $B$, $C$ 表示三个事件,请用 $A$, $B$, $C$ 以及概率论中的运算符号,表示下列事件:

  1. $A$, $B$, $C$ 都发生;
  2. $A$, $B$, $C$ 都不发生;
  3. $A$ 发生,但 $B$ 与 $C$ 不发生;
  4. $A$ 与 $B$ 都发生,但 $C$ 不发生;
  5. $A$, $B$, $C$ 中至少有一个发生;
  6. $A$, $B$, $C$ 中至多有一个发生;
  7. $A$, $B$, $C$ 中至多有两个发生;
  8. $A$, $B$, $C$ 中至少有两个发生。

难度评级:

二、解析 解析 - 荒原之梦

$A$, $B$, $C$ 都发生。

“$A$, $B$, $C$ 都发生”,就是“$A$ 发生 $B$ 发生 $C$ 发生”,即:

$$
\begin{aligned}
& A \textcolor{orange}{\cap} B \textcolor{orange}{\cap} C \\
\Rightarrow & \textcolor{springgreen}{A} \textcolor{springgreen}{B} \textcolor{springgreen}{C}
\end{aligned}
$$

$A$, $B$, $C$ 都不发生。

“$A$, $B$, $C$ 都不发生”就是“$A$ 不发生 $B$ 不发生 $C$ 不发生”,也就是“$A$ 的对立事件发生 $B$ 的对立事件发生 $C$ 的对立事件发生”,即:

$$
\begin{aligned}
& \bar{A} \textcolor{orange}{\cap} \bar{B} \textcolor{orange}{\cap} \bar{C} \\
\Rightarrow & \textcolor{magenta}{\bar{A}} \textcolor{magenta}{\bar{B}} \textcolor{magenta}{\bar{C}}
\end{aligned}
$$

$A$ 发生,但 $B$ 与 $C$ 不发生。

“$A$ 发生,但 $B$ 与 $C$ 不发生”就是“$A$ 发生 $B$ 的对立事件发生 $C$ 的对立事件发生”,即:

$$
\begin{aligned}
& A \textcolor{orange}{\cap} \bar{B} \textcolor{orange}{\cap} \bar{C} \\
\Rightarrow & \textcolor{springgreen}{A} \textcolor{magenta}{\bar{B}} \textcolor{magenta}{\bar{C}}
\end{aligned}
$$

$A$ 与 $B$ 都发生,但 $C$ 不发生。

“$A$ 与 $B$ 都发生,但 $C$ 不发生”就是“$A$ 发生 $B$ 发生 $C$ 的对立事件发生”,即:

$$
\begin{aligned}
& A \textcolor{orange}{\cap} B \textcolor{orange}{\cap} \bar{C} \\
\Rightarrow & \textcolor{springgreen}{A} \textcolor{springgreen}{B} \textcolor{magenta}{\bar{C}}
\end{aligned}
$$

$A$, $B$, $C$ 中至少有一个发生。

“$A$, $B$, $C$ 中至少有一个发生”就是“$A$ 发生 $B$ 发生 $C$ 发生”,即:

$$
\textcolor{springgreen}{A} \textcolor{orangered}{\cup} \textcolor{springgreen}{B} \textcolor{orangered}{\cup} \textcolor{springgreen}{C}
$$

$A$, $B$, $C$ 中至多有一个发生。

“$A$, $B$, $C$ 中至多有一个发生”就是“$A$ 不发生 $B$ 不发生 $C$ 不发生, 者 $A$ 发生 $B$ 不发生 $C$ 不发生, 者 $A$ 不发生 $B$ 发生 $C$ 不发生, 者 $A$ 不发生 $B$ 不发生 $C$ 发生”,即:

$$
\begin{aligned}
& (\bar{A} \textcolor{orange}{\cap} \bar{B} \textcolor{orange}{\cap} \bar{C}) \textcolor{orangered}{\cup} (A \textcolor{orange}{\cap} \bar{B} \textcolor{orange}{\cap} \bar{C}) \textcolor{orangered}{\cup} (\bar{A} \textcolor{orange}{\cap} B \textcolor{orange}{\cap} \bar{C}) \textcolor{orangered}{\cup} (\bar{A} \textcolor{orange}{\cap} \bar{B} \textcolor{orange}{\cap} C) \\
\Rightarrow & \textcolor{magenta}{\bar{A} \bar{B} \bar{C} } \textcolor{orangered}{\cup} \textcolor{springgreen}{A} \textcolor{magenta}{\bar{B} \bar{C}} \textcolor{orangered}{\cup} \textcolor{magenta}{\bar{A}} \textcolor{springgreen}{B} \textcolor{magenta}{\bar{C}} \textcolor{orangered}{\cup} \textcolor{magenta}{\bar{A} \bar{B}} \textcolor{springgreen}{C}
\end{aligned}
$$

由于一个事件只可能发生 者不发生,因此,也可以表述为“$A$ 不发生 $B$ 不发生 $C$ 发生与否不知道, 者 $A$ 不发生 $C$ 不发生且 $B$ 发生与否不知道, 者 $B$ 不发生 $C$ 不发生 $A$ 发生与否不知道”,即:

$$
\textcolor{magenta}{\bar{A} \bar{B}} \textcolor{orangered}{\cup} \textcolor{magenta}{\bar{A} \bar{C}} \textcolor{orangered}{\cup} \textcolor{magenta}{\bar{B} \bar{C}}
$$

$A$, $B$, $C$ 中至多有两个发生。

“$A$, $B$, $C$ 中至多有两个发生”就是“除了 $ABC$ 都发生之外的其他所有情况”,即:

$$
\textcolor{magenta}{\overline{ABC}}
$$

也可以说,“$A$, $B$, $C$ 中至多有两个发生”就是“$A$ 不发生 $B$ 和 $C$ 发生与否不知道, 者 $B$ 不发生 $A$ 和 $C$ 发生与否不知道, 者 $C$ 不发生 $A$ 和 $B$ 发生与否不知道”,即:

$$
\textcolor{magenta}{\bar{A}} \textcolor{orangered}{\cup} \textcolor{magenta}{\bar{B}} \textcolor{orangered}{\cup} \textcolor{magenta}{\bar{C}}
$$

$A$, $B$, $C$ 中至少有两个发生。

“$A$, $B$, $C$ 中至少有两个发生”就是“$A$ 发生 $B$ 发生, 者 $B$ 发生且 $C$ 发生, 者 $A$ 发生 $C$ 发生, 者 $A$ 发生 $B$ 发生 $C$ 发生”,即:

$$
\begin{aligned}
& (A \textcolor{orange}{\cap} B) \textcolor{orangered}{\cup} (B \textcolor{orange}{\cap} C) \textcolor{orangered}{\cup} (A \textcolor{orange}{\cap} C) \textcolor{orangered}{\cup} (A \textcolor{orange}{\cap} B \textcolor{orange}{\cap} C) \\
\Rightarrow & \textcolor{springgreen}{A B} \textcolor{orangered}{\cup} \textcolor{springgreen}{B C} \textcolor{orangered}{\cup} \textcolor{springgreen}{A C} \textcolor{orangered}{\cup} \textcolor{springgreen}{ABC}
\end{aligned}
$$

也可以说,“$A$, $B$, $C$ 中至少有两个发生”就是“$A$ 发生 $B$ 发生, 者 $B$ 发生 $C$ 发生, 者 $A$ 发生 $C$ 发生,至于 $A$, $B$, $C$ 可以都发生,也可以不都发生,只要满足我们前面的关于两个事件的设定即可,因此 $A \textcolor{orange}{\cap} B \textcolor{orange}{\cap} C$ 可以不考虑”,即:

$$
\begin{aligned}
& (A \textcolor{orange}{\cap} B) \textcolor{orangered}{\cup} (B \textcolor{orange}{\cap} C) \textcolor{orangered}{\cup} (A \textcolor{orange}{\cap} C) \\
\Rightarrow & \textcolor{springgreen}{A B} \textcolor{orangered}{\cup} \textcolor{springgreen}{B C} \textcolor{orangered}{\cup} \textcolor{springgreen}{A C}
\end{aligned}
$$

用图示表示,如果事件 $A \textcolor{orange}{\cap} B \textcolor{orange}{\cap} C$ 存在,则如图 01 所示:

并集表示“或”,交集表示“且” | 荒原之梦考研数学 | 图 01.
图 01.

如果事件 $A \textcolor{orange}{\cap} B \textcolor{orange}{\cap} C$ 不存在,则如图 02 所示:

并集表示“或”,交集表示“且” | 荒原之梦考研数学 | 图 02.
图 02.

荒原之梦考研数学思维导图
荒原之梦考研数学思维导图

高等数学箭头 - 荒原之梦

涵盖高等数学基础概念、解题技巧等内容,图文并茂,计算过程清晰严谨。

线性代数箭头 - 荒原之梦

以独特的视角解析线性代数,让繁复的知识变得直观明了。

特别专题箭头 - 荒原之梦

通过专题的形式对数学知识结构做必要的补充,使所学知识更加连贯坚实。

荒原之梦考研数学网 | 让考场上没有难做的数学题!

荒原之梦网全部内容均为原创,提供了涵盖考研数学基础知识、考研数学真题、考研数学练习题和计算机科学等方面,大量精心研发的学习资源。

豫 ICP 备 17023611 号-1 | 公网安备 - 荒原之梦 豫公网安备 41142502000132 号 | SiteMap
Copyright © 2017-2024 ZhaoKaifeng.com 版权所有 All Rights Reserved.

Copyright © 2024   zhaokaifeng.com   All Rights Reserved.
豫ICP备17023611号-1
 豫公网安备41142502000132号

荒原之梦 自豪地采用WordPress