Q1 — Random Variable Identification(随机变量识别)
Question (EN): For each of the following, determine whether the variable is discrete or continuous:
- Number of defective light bulbs in a box.
- Weight of a customer package.
- Number of calls received by a call center per hour.
📖 点击查看翻译
题目(中文):
判断下列随机变量属于离散型还是连续型:
- 盒中损坏灯泡的数量
- 顾客包裹的重量
- 客服中心每小时接到的电话数量
📖 点击查看答案
- Discrete — countable number of bulbs.
- Continuous — weight can take any real value.
- Discrete — number of calls is countable.
结论: 离散变量:1、3;连续变量:2。
📝 点击查看解析
解析:
离散变量取可数值(如数量),连续变量可取任意实数(如重量、时间)。
Q2 — Probability Distribution Validation(概率分布验证)
Question (EN):
Given a discrete distribution:
: 0, 1, 2, 3
: 0.25, 0.35, 0.30, 0.10
Is this a valid probability distribution?
📖 点击查看翻译
题目(中文):
已知离散分布如下,判断是否为有效概率分布:
: 0, 1, 2, 3
: 0.25, 0.35, 0.30, 0.10
📖 点击查看答案
.
All .
✅ Valid distribution.
结论: 有效概率分布。
📝 点击查看解析
公式: 且 。
逻辑: 若概率和等于1且非负,则为有效分布。
Q3 — Expected Value Calculation(期望值计算)
Question (EN):
A small shop sells 0, 1, 2, or 3 TVs per day with probabilities:
.
Find the expected value .
📖 点击查看翻译
题目(中文):
某店每日售出电视数量 的概率分别为 。
计算期望值 。
📖 点击查看答案
.
结论: 每日平均售出 台电视。
📝 点击查看解析
公式: 。
解释: 期望值表示长期平均结果。
Q4 — Variance and Standard Deviation(方差与标准差)
Question (EN): Given and , compute variance and standard deviation.
📖 点击查看翻译
题目(中文):
已知 ,,求方差与标准差。
📖 点击查看答案
.
,
.
结论: 方差 ,标准差 。
📝 点击查看解析
公式: ,。
解释: 方差衡量结果的离散程度。
Q5 — Uniform Distribution(均匀分布)
Question (EN): If a die is fair, what is the probability of each face and total probability?
📖 点击查看翻译
题目(中文):
若骰子公平,每面出现的概率是多少?所有面的总概率是多少?
📖 点击查看答案
for each face.
.
结论: 每面概率 ,总和 。
📝 点击查看解析
均匀分布意味着所有结果概率相等,故 。
Q6 — Non-Uniform Probability(非均匀概率分布)
Question (EN):
A company’s daily sales of smartphones occur with .
Find the probability that the company sells at least one smartphone.
📖 点击查看翻译
题目(中文):
某公司每日手机销售量 ,概率为 。
求售出至少一台手机的概率。
📖 点击查看答案
.
结论: 概率为 。
📝 点击查看解析
至少一台等价于 。
通过补集求法更简便。
Q7 — Expected Profit(期望收益)
Question (EN):
A lottery costs $10 to play and pays $100 with probability 0.05, nothing otherwise.
Find expected profit per play.
📖 点击查看翻译
题目(中文):
一种彩票每次花费 $10,中奖概率为 0.05,奖金为 $100,否则无收益。
求每次游戏的期望收益。
📖 点击查看答案
.
结论: 平均每次亏损 $5。
📝 点击查看解析
将成本计入期望计算。
负值表示平均亏损。
Q8 — Probability Table Analysis(概率表分析)
Question (EN):
For random variable with
and ,
find and .
📖 点击查看翻译
题目(中文):
随机变量 取值 ,对应概率 。
求 与 。
📖 点击查看答案
,
.
结论: ,。
📝 点击查看解析
概率求和规则:离散变量求并集概率用直接加法。
Q9 — Variance Interpretation(方差解释)
Question (EN):
Two stores have daily sales standard deviations of and .
Which store shows more variability?
📖 点击查看翻译
题目(中文):
两家商店的日销售标准差分别为 与 。
哪一家波动更大?
📖 点击查看答案
Store B has larger σ → greater variability.
结论: 商店B波动更大。
📝 点击查看解析
标准差越大,数据分散越广,表示波动更大。
Q10 — Application of Expected Value(期望值应用)
Question (EN): A machine produces parts:
- 98% good ($0 gain)
- 2% defective (repair cost $20 each).
Find expected cost per part.
📖 点击查看翻译
题目(中文):
一台机器生产零件,其中 98% 合格(无成本),2% 次品(修理成本 $20/件)。
求每个零件的期望成本。
📖 点击查看答案
.
结论: 平均每件成本 $0.40。
📝 点击查看解析
期望值公式:。
反映长期平均成本水平。