Here is my response; kindly let me know whether I did it correctly.
Method 1
Because we need to find whether the chance that the sum of the values of two cards is 6, is more or the chance that the sum of the values of two cards is 7, is more. Therefore, we only need to consider the first 6 cards i.e. Ace, 2, 3, 4, 5, and 6. If we consider the card with rank 7 then the minimum value of the sum of two cards is 8, which we do not want.
Keeping this in mind, tabulating the values:
| | Card 1 | | | | | | |
---|
| Sum of ranks | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
Card 2 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | |
3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | |
5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | |
The number of times we can see the sum equal to 6 = 5
The number of times we can see the sum equal to 7 = 6
The total number of outcomes remains the same for both cases. However, the favorable outcomes are more when the sum is 7 as compared to the sum of 6.
Thus, we can say that getting a total value of 7 is more likely as compared to getting a total value of 6.
Method 2
We know that there are 4 cards for each rank in a fair deck. For the given case, we have four cards for ranks from 1 to 9. While Jack, King, and Queen have a score of 10 which means there are 16 cards for rank 10. (i.e. 9(4) + 16 = 52).
The probability that the sum of the values of two cards is 6 (assuming that cards are replaced after selecting them):
P(Sum is 6)=P(1,5)+P(2,4)+P(3,3)+P(4,2)+P(5,1)P(i, j): Probability that values of first and second cards are i and j respectively)=452⋅452+452⋅452+452⋅452+452⋅452+452⋅452=5×452⋅451=802,704P(Sum is 6)=P(1,5)+P(2,4)+P(3,3)+P(4,2)+P(5,1)P(i, j): Probability that values of first and second cards are i and j respectively)=452⋅452+452⋅452+452⋅452+452⋅452+452⋅452=5×452⋅451=802,704
The probability that the sum of the values of two cards is 7 (assuming that cards are replaced after selecting them):
P(Sum is 7)=P(1,6)+P(2,5)+P(3,4)+P(4,3)+P(5,2)++P(6,1)P(i, j): Probability that values of first and second cards are i and j respectively)=452⋅452+452⋅452+452⋅452+452⋅452+452⋅452+452⋅452=6×452⋅452=962,704P(Sum is 7)=P(1,6)+P(2,5)+P(3,4)+P(4,3)+P(5,2)++P(6,1)P(i, j): Probability that values of first and second cards are i and j respectively)=452⋅452+452⋅452+452⋅452+452⋅452+452⋅452+452⋅452=6×452⋅452=962,704
Conclusion:
P(Sum is 7)>P(Sum is 6)