Winning the Weekly Sports Club Draw

  • Thread starter Thread starter icystrike
  • Start date Start date
  • Tags Tags
    Sports
AI Thread Summary
The discussion centers on calculating the probability of selecting two different numbers between 1 and 15 that consist of three different digits. Two methods were attempted to solve this problem, with the first method yielding a probability of 12/35 and the second method resulting in an incorrect probability due to double counting. The error in the second method was identified as a miscalculation in the probability of selecting pairs, particularly regarding the order of selection. It was suggested to consider the sample space as ordered pairs to clarify the counting process. The conversation emphasizes the importance of accurately defining the sample space in probability calculations.
icystrike
Messages
444
Reaction score
1

Homework Statement


23 One fund-raising activity of a particular sports club is a weekly draw. Participants choose two different numbers between 1 and 15 inclusive. When the draw is made, two numbers between 1 and 15 inclusive are selected at random. The prize money is shared by anyone who has chosen these two numbers. If there are no winners, the prize fund rolls over to the following week. When last week's winning numbers were announced as 3 and 10, someone pointed out that it was the fifth successive week that the two numbers consisted of a total of three digits, all different. What is the probability that when two different numbers between 1 and 15 inclusive are selected at random they will consist of three digits all different?

Homework Equations

The Attempt at a Solution


I had attempted the questions with two different methods

First method:
There are 10C2 = 105 ways to choose two number for 1 to 15.
There are 8+ 7 x 4 = 36 ways to of choosing two numbers that fulfill the stated condition.
Therefore, the probability is 36/105= 12/35

Second method:
To choose the set of numbers to fulfill the stated condition;
One of the number needs to be double digits (10,11, ... ,15) excluding 11

Therefore, if the first number is:

10 it can be paired with 2,3,4,5,6,7,8,9
the probability will then be 1/15 x 8/14

12 it can be paired with 3,4,5,6,7,8,9
the probability will then be 1/15 x 7/14

13 it can be paired with 2,4,5,6,7,8,9
the probability will then be 1/15 x 7/14

14 it can be paired with 2,3,5,6,7,8,9
the probability will then be 1/15 x 7/14

15 it can be paired with 2,3,4,6,7,8,9
the probability will then be 1/15 x 7/14

By summing all the probability:
(1/15)(1/14)(8+7x4) = 36/210 = 6/35

I know that my second solution is incorrect, but can someone kindly explain to me what is the error in it?
 
Last edited:
Physics news on Phys.org
icystrike said:

Homework Statement


23 One fund-raising activity of a particular sports club is a weekly draw. Participants choose two different numbers between 1 and 15 inclusive. When the draw is made, two numbers between 1 and 15 inclusive are selected at random. The prize money is shared by anyone who has chosen these two numbers. If there are no winners, the prize fund rolls over to the following week. When last week's winning numbers were announced as 3 and 10, someone pointed out that it was the fifth successive week that the two numbers consisted of a total of three digits, all different. What is the probability that when two different numbers between 1 and 15 inclusive are selected at random they will consist of three digits all different?

Homework Equations

The Attempt at a Solution


I had attempted the questions with two different methods

First method:
There are 10C2 = 105 ways to choose two number for 1 to 15.
There are 8+ 7 x 4 = 36 ways to of choosing two numbers that fulfill the stated condition.
Therefore, the probability is 36/105= 12/35

Second method:
To choose the set of numbers to fulfill the stated condition;
One of the number needs to be double digits (10,11, ... ,15) excluding 11

Therefore, if the first number is:

10 it can be paired with 2,3,4,5,6,7,8,9
the probability will then be 1/15 x 8/14

12 it can be paired with 3,4,5,6,7,8,9
the probability will then be 1/15 x 7/14

13 it can be paired with 2,4,5,6,7,8,9
the probability will then be 1/15 x 7/14

14 it can be paired with 2,3,5,6,7,8,9
the probability will then be 1/15 x 7/14

15 it can be paired with 2,3,4,6,7,8,9
the probability will then be 1/15 x 7/14

By summing all the probability:
(1/15)(1/14)(8+7x4) = 36/210 = 6/105

I know that my second solution is incorrect, but can someone kindly explain to me what is the error in it?

(36)/(15*14) = 6/35.
 
Ray Vickson said:
(36)/(15*14) = 6/35.
My apologies, my answer is still incorrect and different from that of method one.
 
icystrike said:
My apologies, my answer is still incorrect and different from that of method one.
The discrepancy is a factor of 2. This should suggest you are double counting or half counting something. And you are.
What is the probability that a particular pair of numbers is chosen? In your second method, what have you taken the probability of the pair (10, 2) to be?
 
icystrike said:
My apologies, my answer is still incorrect and different from that of method one.

In such cases I often like to fall back on construction of an appropriate sample space. Typically, in such problems, the number-choosing mechanism is sequential. Perhaps a local celebrity reaches into a barrel and extracts a numbered ticket, then reaches in for another ticket; perhaps some numbered balls are spun around in a cage and then drop one-by-one into a bin; or perhaps you are writing a Monte-Carlo simulation model of the process to run on a computer. In all these cases it makes sense to regard the sample space as the set of pairs like (i,j), 1 <= i,j <= 15, i ≠ j. So, the ordered pairs (10,7) and (7,10) both occur in the sample space, but the order is ignored when tallying up the outcome. However, having both possibilities affects the probability of the pair {10,7}.
 
Back
Top