返回题库

AIME 2014 II · 第 2 题

AIME 2014 II — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Arnold is studying the prevalence of three health risk factors, denoted by A, B, and C, within a population of men. For each of the three factors, the probability that a randomly selected man in the population has only this risk factor (and none of the others) is 0.1. For any two of the three factors, the probability that a randomly selected man has exactly these two risk factors (but not the third) is 0.14. The probability that a randomly selected man has all three risk factors, given that he has A and B is 13\frac{1}{3}. The probability that a man has none of the three risk factors given that he does not have risk factor A is pq\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+qp+q.

解析

Solution

We first assume a population of 100100 to facilitate solving. Then we simply organize the statistics given into a Venn diagram.

AIME diagram

Let xx be the number of men with all three risk factors. Since "the probability that a randomly selected man has all three risk factors, given that he has A and B is 13\frac{1}{3}," we can tell that x=13(x+14)x = \frac{1}{3}(x+14), since there are xx people with all three factors and 14 with only A and B. Thus x=7x=7.

Let yy be the number of men with no risk factors. It now follows that

y=1003103147=21.y= 100 - 3 \cdot 10 - 3 \cdot 14 - 7 = 21. The number of men with risk factor A is 10+214+7=4510+2 \cdot 14+7 = 45 (10 with only A, 28 with A and one of the others, and 7 with all three). Thus the number of men without risk factor AA is 55, so the desired conditional probability is 21/5521/55. So the answer is 21+55=07621+55=\boxed{076}.