We need to calculate the probability that the sum of three randomly chosen numbers from 1 to 20 is divisible by 3.
Step 1: Understanding Residues Modulo 3 The numbers from 1 to 20 have residues (remainders) when divided by 3:
- Numbers with remainder 0 (divisible by 3): {3, 6, 9, 12, 15, 18}
⇒ 6 numbers - Numbers with remainder 1: {1, 4, 7, 10, 13, 16, 19}
⇒ 7 numbers - Numbers with remainder 2: {2, 5, 8, 11, 14, 17, 20} ⇒ 7 numbers
Step 2: Conditions for Sum to be Divisible by 3 For the sum of three numbers to be divisible by 3, we need one of the following combinations: - All three numbers have the same remainder.
- One number from each residue group.
Step 3: Counting Possible Combinations
Case 1: All numbers have the same remainder
- All zero remainders ⇒ \( \binom{6}{3} = 20 \) - All one remainders
⇒ \( \binom{7}{3} = 35 \) - All two remainders
⇒ \( \binom{7}{3} = 35 \)
Total combinations for this case: \[ 20 + 35 + 35 = 90 \]
Case 2: One number from each residue group Choosing one from each category: \[ 6 \times 7 \times 7 = 294 \]
Step 4: Total Favorable Outcomes \[ \text{Total favorable outcomes} = 90 + 294 = 384 \]
Step 5: Total Possible Outcomes The total number of ways to choose 3 numbers from 20 is: \[ \binom{20}{3} = \frac{20 \times 19 \times 18}{3 \times 2 \times 1} = 1140 \]
Step 6: Probability Calculation \[ \text{Probability} = \frac{\text{Favorable outcomes}}{\text{Total outcomes}} = \frac{384}{1140} = \frac{32}{95} \] Step 7: Final Answer
\[Correct Answer: (4) \ \frac{32}{85}\]To solve the problem of finding the probability that the sum of three randomly chosen numbers from 1 to 20 is divisible by 3, we begin by considering modulo arithmetic.
Firstly, we classify the numbers from 1 to 20 based on their remainder when divided by 3:
The sum of three numbers will be divisible by 3 if their remainders sum to a multiple of 3. Let us consider the cases:
Calculating each case:
Total favorable outcomes: \(20 + 35 + 35 + 294 = 384\)
Total possible outcomes: Choosing any 3 numbers from 20 without restrictions, which is = 1140.
Probability: \(\frac{384}{1140} = \frac{32}{95}\)
Based upon the results of regular medical check-ups in a hospital, it was found that out of 1000 people, 700 were very healthy, 200 maintained average health and 100 had a poor health record.
Let \( A_1 \): People with good health,
\( A_2 \): People with average health,
and \( A_3 \): People with poor health.
During a pandemic, the data expressed that the chances of people contracting the disease from category \( A_1, A_2 \) and \( A_3 \) are 25%, 35% and 50%, respectively.
Based upon the above information, answer the following questions:
(i) A person was tested randomly. What is the probability that he/she has contracted the disease?}
(ii) Given that the person has not contracted the disease, what is the probability that the person is from category \( A_2 \)?