Two numbers x and y are chosen at random from a set of first 10 natural numbers. What is the probability that (x+y) is divisible by 4?
- A. \frac{1}{5}
- B. \frac{2}{9} ✓
- C. \frac{8}{45}
- D. \frac{7}{45}
Correct Answer: B. \frac{2}{9}
Explanation
Group the first 10 numbers by their remainder modulo 4: R_0 = \{4,8\}, R_1 = \{1,5,9\}, R_2 = \{2,6,10\}, R_3 = \{3,7\}. The sum is divisible by 4 if we choose two from R_0 (1 way), two from R_2 (3 ways), or one each from R_1 and R_3 (3 \times 2 = 6 ways). Total favorable ways = 1+3+6=10. Total ways to choose 2 numbers is C(10,2) = 45. Probability = \frac{10}{45} = \frac{2}{9}.
Related questions on Statistics & Probability
- Let x be the mean of squares of first n natural numbers and y be the square of mean of first n natural numbers. If $\frac{x}{y}=\fra...
- What is the probability of getting a composite number in the list of natural numbers from 1 to 50?
- A number x is chosen at random from first n natural numbers. What is the probability that the number chosen satisfies $x+\frac{1}{x} \gt...
- Three fair dice are tossed once. What is the probability that they show different numbers that are in AP?
- If P(A)=0.5, P(B)=0.7 and P(A\cap B)=0.3, then what is the value of P(A'\cap B')+P(A'\cap B)+P(A\cap B')?