A deck of cards contains 10 cards numbered from 1 to 10. Janet draws 5 of thse cards at random. She shows them to Rob, who tells her she has drawn the cards numbered 10 and 8, but not the card numbered 9 nor the card numbered 7.
What is the probability that the sum of the numbers on the cards Janet has drawn is less than the sum of those she has not drawn?
Cards drawn by Janet = {8,10}; Sum = 8+10 = 18
Cards not drawn by Janet = {7,9}; Sum = 7+9 = 16
Cards still available = {1,2,3,4,5,6}
She has to pick 3 cards out of 6 available.
The sum of the number of cards Janet has drawn < the sum of those she has not drawn
If Sum of 3 cards chosen + 2 < Sum of other 3 cards
Total ways to select 3 cards out of 6 available = 6C3 = 20
Case 1: Cards chosen = {1,2,3}
Sum of 3 cards chosen = 1+2+3 = 6
Sum of other 3 cards = 4+5+6 = 15
Sum of 3 cards chosen + 2 < Sum of other 3 cards
Case 2: Cards chosen = {1,2,4}
Sum of 3 cards chosen = 1+2+4 = 7
Sum of other 3 cards = 3+5+6 = 14
Sum of 3 cards chosen + 2 < Sum of other 3 cards
Case 3: Cards chosen = {1,2,5}
Sum of 3 cards chosen = 1+2+5 = 8
Sum of other 3 cards = 3+4+6 = 13
Sum of 3 cards chosen + 2 < Sum of other 3 cards
Case 4: Cards chosen = {1,2,6}
Sum of 3 cards chosen = 1+2+6 = 9
Sum of other 3 cards = 3+4+5 = 12
Sum of 3 cards chosen + 2 < Sum of other 3 cards
Case 5: Cards chosen = {1,3,4}
Sum of 3 cards chosen = 1+3+4 = 8
Sum of other 3 cards = 2+5+6 = 13
Sum of 3 cards chosen + 2 < Sum of other 3 cards
Case 6: Cards chosen = {1,3,5}
Sum of 3 cards chosen = 1+3+5 = 9
Sum of other 3 cards = 2+4+6 = 12
Sum of 3 cards chosen + 2 < Sum of other 3 cards
Case 7: Cards chosen = {2,3,4}
Sum of 3 cards chosen = 2+3+4 = 9
Sum of other 3 cards = 1+5+6 = 12
Sum of 3 cards chosen + 2 < Sum of other 3 cards
Case 8: Cards chosen = {1,3,6}
Sum of 3 cards chosen = 1+3+6 = 10
Sum of other 3 cards = =2+4+5 = 11
Sum of 3 cards chosen + 2 < Sum of other 3 cards
Not valid
Case 9: Cards chosen = {2,3,5}
Sum of 3 cards chosen = 2+3+5 = 10
Sum of other 3 cards = 1+4+6 = 11
Sum of 3 cards chosen + 2 > Sum of other 3 cards
Not valid
Only 7 cases out of 20 are favorable
The probability that the sum of the numbers on the cards Janet has drawn is less than the sum of those she has not drawn = 7/20
IMO D