A magician has five animals in his magic hat: 3 doves and 2 rabbits. If he pulls two animals out of the hat at random,

This topic has expert replies
Legendary Member
Posts: 2276
Joined: Sat Oct 14, 2017 6:10 am
Followed by:3 members

Timer

00:00

Your Answer

A

B

C

D

E

Global Stats

A magician has five animals in his magic hat: 3 doves and 2 rabbits. If he pulls two animals out of the hat at random, what is the chance that he will have a matched pair?

A. 2/5
B. 3/5
C. 1/5
D. 1/2
E. 7/5

Answer: A

Source: GMAT Prep
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770
VJesus12 wrote:
Mon Mar 22, 2021 10:08 am
A magician has five animals in his magic hat: 3 doves and 2 rabbits. If he pulls two animals out of the hat at random, what is the chance that he will have a matched pair?

A. 2/5
B. 3/5
C. 1/5
D. 1/2
E. 7/5

Answer: A

Source: GMAT Prep
To begin, P(matched pair) = (# of ways to get a matched pair)/(# of ways to select 2 animals)

As always, begin with the denominator.
# of ways to select 2 animals
To count this, we'll treat each animal as different.
We'll take the task of selecting 2 animals and break it into stages.
Stage 1: Select the 1st animal. There are 5 animals, so this stage can be accomplished in 5 ways.
Stage 2: Select the 2nd animal. There are now 4 animals remaining, so this stage can be accomplished in 4 ways.
So, the total number of ways to select 2 animals is (5)(4), which equals 20

Now the numerator.

# of ways to get a matched pair
We need to consider two cases.

Case 1: select 2 doves.
In how many different ways can this occur?
Well, we'll take the task of selecting 2 doves and break it into stages.
Stage 1: Select the 1st dove. There are 3 doves, so this stage can be accomplished in 3 ways.
Stage 2: Select the 2nd dove. There are now 2 doves remaining, so this stage can be accomplished in 2 ways.
So, the total number of ways to select 2 doves is (3)(2), which equals 6

Case 2: select 2 rabbits.
In how many different ways can this occur?
Well, we'll take the task of selecting 2 rabbits and break it into stages.
Stage 1: Select the 1st rabbit. There are 2 rabbits, so this stage can be accomplished in 2 ways.
Stage 2: Select the 2nd rabbit. There is now 1 rabbit remaining, so this stage can be accomplished in 1 ways.
So, the TOTAL number of ways to select 2 rabbits is (2)(1), which equals 2

Put it all together to get:
P(matched pair) = (6+2)/(20)
= 8/20
= 2/5
= A

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

Legendary Member
Posts: 2499
Joined: Sun Oct 29, 2017 2:04 pm
Followed by:6 members
VJesus12 wrote:
Mon Mar 22, 2021 10:08 am
A magician has five animals in his magic hat: 3 doves and 2 rabbits. If he pulls two animals out of the hat at random, what is the chance that he will have a matched pair?

A. 2/5
B. 3/5
C. 1/5
D. 1/2
E. 7/5

Answer: A

Source: GMAT Prep
We can solve it as follows:

Number of total outcomes \(= n(S) = 5C2\)

Number of possible outcomes to get a matched pair \(= n(E) =\) Possible number of Combinations to get a pair from \(3\) Doves \(+\) Possible number of combinations to get a pair from \(2\) Rabbits
\(= 3C2 + 2C2\)

Probability of getting a matched pair \(= \dfrac{n(S)}{n(E)} = \dfrac{5C2}{3C2 + 2C2} = \dfrac{2}{5}\)