For probability, we always want to find the number of ways the requested event could happen and divide it by the total number of ways that any event could happen.
For this complicated problem, it is easiest to use combinatorics to find our two values. First, we find the total number of outcomes for the triathlon. There are 9 competitors; three will win medals and six will not. We can use the Combinatorics Grid, a counting method that allows us to determine the number of combinations without writing out every possible combination.
Out of our 9 total places, the first three, A, B, and C, win medals, so we label these with a "Y." The final six places (D, E, F, G, H, and I) do not win medals, so we label these with an "N." We translate this into math: 9! / 3!6! = 84. So our total possible number of combinations is 84. (Remember that ! means factorial; for example, 6! = 6 × 5 × 4 × 3 × 2 × 1.)
Note that although the problem seemed to make a point of differentiating the first, second, and third places, our question asks only whether the brothers will medal, not which place they will win. This is why we don't need to worry about labeling first, second, and third place distinctly.
Now, we need to determine the number of instances when at least two brothers win a medal. Practically speaking, this means we want to add the number of instances two brothers win to the number of instances three brothers win.
Let's start with all three brothers winning medals, where B represents a brother.
Since all the brothers win medals, we can ignore the part of the counting grid that includes those who don't win medals. We have 3! / 3! = 1. That is, there is only one instance when all three brothers win medals.
Next, let's calculate the instances when exactly two brothers win medals.
Since brothers both win and don't win medals in this scenario, we need to consider both sides of the grid (i.e. the ABC side and the DEFGHI side). First, for the three who win medals, we have 3! / 2! = 3. For the six who don't win medals, we have 6! / 5! = 6. We multiply these two numbers to get our total number: 3 × 6 = 18.
Another way to consider the instances of at least two brothers medaling would be to think of simple combinations with restrictions. If you are choosing 3 people out of 9 to be winners, how many different ways are there to chose a specific set of 3 from the 9 (i.e. all the brothers)? Just one. Therefore, there is only one scenario of all three brothers medaling.
If you are choosing 3 people out of 9 to be winners, if 2 specific people of the 9 have to be a member of the winning group, how many possible groups are there? It is best to think of this as a problem of choosing 1 out of 7 (2 must be chosen). Choosing 1 out of 7 can be represented as 7! / 1!6! = 7. However, if 1 of the remaining 7 can not be a member of this group (in this case the 3rd brother) there are actually only 6 such scenarios. Since there are 3 different sets of exactly two brothers (B1B2, B1B3, B2B3), we would have to multiply this 6 by 3 to get 18 scenarios of only two brothers medaling. The brothers win at least two medals in 18 + 1 = 19 circumstances. Our total number of circumstances is 84, so our probability is 19 / 84.