电动车检测
Electric car detection
题目详情
某城市估计 20% 的汽车是电动车。高速收费站安装的新传感器能检测到 95% 的电动车;但有 5% 的概率会把非电动车误判为电动车。每次车辆经过传感器的结果相互独立。
- 若一辆车被传感器检测为电动车,那么它实际上是非电动车的概率是多少?
- 已知同一辆车第一次通过时被传感器判为电动车,若这辆车再次通过传感器,那么它再次被判为电动车的概率是多少?
In a certain city, it’s estimated that 20% of cars are electric. A new sensor installed at a highway toll can detect 95% of electric cars. However, 5% of the time, it mistakenly identifies a non-electric car as electric. Every time a car passes the sensor, the result is independent.
- If a car is detected as electric by the sensor, what is the probability that it is in fact a non-electric car?
- Knowing that the sensor flagged a car as electric the first time it passed, if the same car passes the sensor again, what is the probability that the sensor will flag the car as electric again?
解析
记事件 表示“车是电动车”, 表示“传感器判为电动车”。
已知
(1) 由贝叶斯公式
(2) 第一次判 后,后验为 。
第二次再次判 的概率为
因此答案为 与 。