probability of rain

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 117
Joined: Wed Dec 30, 2009 1:57 pm
Location: India
Thanked: 4 times
Followed by:1 members

probability of rain

by abhi332 » Wed Feb 24, 2010 12:18 pm
f the probability of rain on any given day in Chicago during the summer is 50%, independent of what happens on any other day, what is the probability of having exactly 3 rainy days from July 4 through July 8, inclusive?

(A) 1/32

(B) 2/25

(C) 5/16

(D) 8/25

(E) 3/4
[spoiler]
OA:C[/spoiler]
What you think, you become.
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 102
Joined: Sat Feb 20, 2010 5:38 am
Location: IIM Ahmedabad
Thanked: 10 times

by firdaus117 » Wed Feb 24, 2010 1:04 pm
Select 3 rainy days from 5 days,this can be done in 5C3 =10 ways.
Now on a day either it will rain or not rain,total number of possibilities in 5 days(called Sample space in probability)=2*2*2*2*2=32
[spoiler]The reqd. probability=10/32=5/16
Option C[/spoiler]

Master | Next Rank: 500 Posts
Posts: 184
Joined: Sat Apr 14, 2007 9:23 am
Location: Madison, WI
Thanked: 17 times

by ldoolitt » Wed Feb 24, 2010 1:09 pm
abhi332 wrote:f the probability of rain on any given day in Chicago during the summer is 50%, independent of what happens on any other day, what is the probability of having exactly 3 rainy days from July 4 through July 8, inclusive?

(A) 1/32

(B) 2/25

(C) 5/16

(D) 8/25

(E) 3/4
[spoiler]
OA:C[/spoiler]
For any probability function the answer will always be

total number of successful possiblities / total number of possibilities

Here, since its a binary function (it either rains or it doesnt) each day and each day is independant, the total number of combinations is

2^5 = 32

Because there are 5 days.

Now you want to know how many ways can you choose 3 rainy days (exactly) out of 5 total days. This is a simple example of the choose function.

5C3 = 10

Probability is 10 / 32 = 5/16

Choose (c)

Alternatively since this is a "small" problem you could count out all the examples of exactly 3 rainy days among 5.

GMAT Instructor
Posts: 1302
Joined: Mon Oct 19, 2009 2:13 pm
Location: Toronto
Thanked: 539 times
Followed by:164 members
GMAT Score:800

by Testluv » Wed Feb 24, 2010 8:59 pm
We can sum this up as follows:

Probability = nCk/2^n where "n" is the number of times the event is being exercised, and k represents desired outcomes. You will almost certainly get a 50/50 probability question on test day.
Kaplan Teacher in Toronto

User avatar
GMAT Instructor
Posts: 3225
Joined: Tue Jan 08, 2008 2:40 pm
Location: Toronto
Thanked: 1710 times
Followed by:614 members
GMAT Score:800

by Stuart@KaplanGMAT » Wed Feb 24, 2010 10:27 pm
abhi332 wrote:f the probability of rain on any given day in Chicago during the summer is 50%, independent of what happens on any other day, what is the probability of having exactly 3 rainy days from July 4 through July 8, inclusive?

(A) 1/32

(B) 2/25

(C) 5/16

(D) 8/25

(E) 3/4
Just to elaborate on Testluv's comment:

any time you have a series of independent events with a 50/50 probability split, you have a pseudo-coin flip question.

Accordingly, you can use the coin flip formula, which Testluv provided:

Probability of getting k results out of n flips = nCk/2^2

in which nCk represents the combinations formula, n!/k!(n-k)!.

So, here we have n=5 (5 days) and k=3 (we want rain exactly 3 times):

5C3/2^5 = (5!/3!2!)/32 = (5*4/2)/32 = 10/32 = 5/16

For more info on coin flip and pseudo-coin flip questions, check out:
https://www.beatthegmat.com/coin-flip-q ... html#75414
Image

Stuart Kovinsky | Kaplan GMAT Faculty | Toronto

Kaplan Exclusive: The Official Test Day Experience | Ready to Take a Free Practice Test? | Kaplan/Beat the GMAT Member Discount
BTG100 for $100 off a full course

User avatar
Master | Next Rank: 500 Posts
Posts: 109
Joined: Mon Oct 12, 2009 4:58 am
Thanked: 12 times
Followed by:1 members
GMAT Score:720

by jeffedwards » Thu Feb 25, 2010 12:00 pm
Thanks to Stuart's tricks on that page (link provided above). I was able to easily solve that in less than a minute using Pascal's triangle. Thanks Stuart