Question

Difficulty: MediumBasic Probability and Counting Methods

A container holds 66 red tiles, 44 blue tiles, and 55 green tiles. If 22 tiles are selected at random from the container one after another without replacement, what is the probability that both selected tiles are blue?

  1. A
    729\frac{7}{29}
  2. 235\frac{2}{35}Answer
  3. C
    655\frac{6}{55}
  4. D
    16225\frac{16}{225}
  5. E
    101210\frac{101}{210}

Answer

The probability that both selected tiles are blue is 235\frac{2}{35}.
The correct answer is determined by calculating the probability of each draw sequentially. The probability of drawing a blue tile first is 415\frac{4}{15}. Because the tile is not replaced, 33 blue tiles and 1414 total tiles remain for the second draw, giving a probability of 314\frac{3}{14}. Multiplying these probabilities yields 415×314=12210\frac{4}{15} \times \frac{3}{14} = \frac{12}{210}, which simplifies to 235\frac{2}{35}.

Step-by-Step Solution

1
Find the total number of tiles in the container.
Total tiles = 6+4+5=156 + 4 + 5 = 15.
The sample space for the first selection consists of all available tiles.
2
Calculate the probability that the first tile selected is blue.
Probability of first blue tile = 415\frac{4}{15}.
There are 44 blue tiles out of a total of 1515 tiles.
3
Determine the remaining number of blue tiles and total tiles for the second selection.
Remaining blue tiles = 33, remaining total tiles = 1414.
Since the first tile was selected without replacement, both the count of blue tiles and total tiles decrease by 11.
4
Calculate the probability that the second tile selected is blue given the first was blue.
Probability of second blue tile = 314\frac{3}{14}.
There are now 33 blue tiles remaining out of 1414 total remaining tiles.
5
Multiply the probabilities of the sequential dependent events.
415×314=12210=235\frac{4}{15} \times \frac{3}{14} = \frac{12}{210} = \frac{2}{35}.
By the multiplication rule for probability, P(both blue)=P(1st blue)×P(2nd blue | 1st blue)P(\text{both blue}) = P(\text{1st blue}) \times P(\text{2nd blue | 1st blue}).

Key Concept

Basic Probability of Dependent Sequential Events (Without Replacement)

Practice More

Try solving a similar question where 3 tiles are selected sequentially without replacement.

Alternative Method

Calculate using combinations: The total ways to choose any 2 tiles out of 15 is (152)=15×142=105\binom{15}{2} = \frac{15 \times 14}{2} = 105. The total ways to choose 2 blue tiles out of 4 is (42)=4×32=6\binom{4}{2} = \frac{4 \times 3}{2} = 6. The probability is 6105=235\frac{6}{105} = \frac{2}{35}.
Estimated Time:1m 0s
Rate this question