To work out the probability of taking 3 red counters from the bag, we need to calculate the ratio of the number of favorable outcomes (taking 3 red counters) to the total number of possible outcomes (taking any 3 counters).
Given that there are an equal number of red, blue, and yellow counters in the bag, let's assume there are n counters of each color.
The total number of possible outcomes is the number of ways to choose 3 counters out of the total 12 counters, which is given by the combination formula:
Total number of possible outcomes = C(12, 3) = 12! / (3!(12-3)!) = 12! / (3!9!) = (12 x 11 x 10) / (3 x 2 x 1) = 220
Now, to calculate the number of favorable outcomes (taking 3 red counters), we need to choose 3 counters out of the total n red counters:
Number of favorable outcomes = C(n, 3) = n! / (3!(n-3)!) = n! / (3! (n-3)!)
Since the number of red counters is equal to the number of blue and yellow counters, we have n red counters, n blue counters, and n yellow counters. Therefore, n = 12 / 3 = 4.
Plugging in the values, we get:
Number of favorable outcomes = C(4, 3) = 4! / (3! (4-3)!) = 4! / (3! x 1!) = (4 x 3 x 2) / (3 x 2 x 1) = 4
Therefore, the probability of taking 3 red counters is:
Probability = Number of favorable outcomes / Total number of possible outcomes = 4 / 220 = 1 / 55
So, the probability of taking 3 red counters is 1/55.