Question:

Two digits are selected at random from the digits 1 through 9. If their sum is even, then the probability that both are odd is:

Show Hint

When calculating conditional probability, always focus on the specific condition given (in this case, the sum being even) and then find the favorable outcomes for the event of interest.
Updated On: May 18, 2025
  • \( \frac{3}{8} \)
  • \( \frac{1}{2} \)
  • \( \frac{5}{8} \)
  • \( \frac{3}{4} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

The problem requires calculating the probability that both randomly selected digits are odd, given that their sum is even. Here's the structured solution:
  1. Identify the odd digits from 1 to 9. They are: 1, 3, 5, 7, and 9.
  2. Identify the even digits from 1 to 9. They are: 2, 4, 6, and 8.
  3. For the sum to be even, the two selected digits must both be odd or both be even.
  4. Calculate total outcomes: There are \( \binom{9}{2} \) ways to select 2 digits out of 9. Thus, total outcomes = 36.
  5. Calculate favorable outcomes for the sum being even due to both digits being odd:
    • Number of ways to choose 2 odd digits = \( \binom{5}{2} = 10 \).
  6. Calculate favorable outcomes for the sum being even due to both digits being even:
    • Number of ways to choose 2 even digits = \( \binom{4}{2} = 6 \).
  7. Total favorable outcomes where the sum is even = 10 (odd) + 6 (even) = 16.
  8. Probability of both digits being odd given their sum is even:
    \( P(\text{both odd} \mid \text{sum even}) = \frac{10}{16} = \frac{5}{8} \).
Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

We are selecting two digits from the numbers 1 through 9. Let’s break down the problem step by step. 
Step 1: Total number of ways to select two digits. The total number of ways to select two digits from the set \( \{1, 2, 3, 4, 5, 6, 7, 8, 9\} \) is the number of combinations of 9 digits taken 2 at a time: \[ \binom{9}{2} = \frac{9 \times 8}{2} = 36. \] 
Step 2: Conditions for an even sum. For the sum of two digits to be even, either both digits must be even or both digits must be odd. Let's consider the number of ways these cases can happen. 
Case 1: Both digits are even. The even digits in the set are \( \{2, 4, 6, 8\} \), so the number of ways to select two even digits is: \[ \binom{4}{2} = \frac{4 \times 3}{2} = 6. \] 
Case 2: Both digits are odd. The odd digits in the set are \( \{1, 3, 5, 7, 9\} \), so the number of ways to select two odd digits is: \[ \binom{5}{2} = \frac{5 \times 4}{2} = 10. \] Thus, the total number of ways to select two digits such that their sum is even is: \[ 6 \text{ (both even)} + 10 \text{ (both odd)} = 16. \] 
Step 3: Probability that both digits are odd, given that their sum is even. We now need to find the probability that both digits are odd given that their sum is even. This is the conditional probability: \[ P(\text{both odd} \mid \text{sum even}) = \frac{\text{Number of ways to select both odd digits}}{\text{Total number of ways to select two digits with even sum}} = \frac{10}{16} = \frac{5}{8}. \] 
Thus, the correct answer is: \[ \boxed{\frac{5}{8}}. \]

Was this answer helpful?
0
0