Probability

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 89
Joined: Thu Aug 26, 2010 9:29 am
Thanked: 4 times

Probability

by danjuma » Sat Sep 25, 2010 11:40 am
A box contains 100 balls numbered from 1 to 100. If 3 balls are selected at random and with replacement from the box, what is the probability that the sum of the 3 numbers on the balls selected will be odd.

Please note-no answer choices available.

Thanks.
Source: — Problem Solving |

User avatar
Senior | Next Rank: 100 Posts
Posts: 74
Joined: Fri Jun 25, 2010 6:33 pm
Thanked: 3 times

by vijaynaik » Sat Sep 25, 2010 1:27 pm
[spoiler]1/4[/spoiler]

Probability of picking an ODD#or an EVEN# is 50/100 = 1/2.

We need to pick 3 ODD#s OR 1 ODD and 2 EVEN#s to get ODD sum.

case1. P(3 ODD#s)= 1/2 *1/2* 1/2 = 1/8
case2. P(1 odd and 1 even and 1 even) = 1/2 * 1/2 * 1/2 = 1/8

P(ODD sum) = [spoiler]1/8 + 1/8 = 1/4;[/spoiler]

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Sat Sep 25, 2010 2:34 pm
danjuma wrote:A box contains 100 balls numbered from 1 to 100. If 3 balls are selected at random and with replacement from the box, what is the probability that the sum of the 3 numbers on the balls selected will be odd.

Please note-no answer choices available.

Thanks.
The sum will be odd if all 3 numbers selected are odd or if exactly 1 number selected is odd.
Let O = odd and E = even.
Since there are an equal number of odd numbers and even numbers in the box, P(O) = 1/2 and P(E) = 1/2.

Probability all 3 are odd:
P(OOO) = 1/2 * 1/2 * 1/2 = 1/8

Probability exactly 1 is odd:
P(OEE) = 1/2 * 1/2 * 1/2 = 1/8
Since EOE and EEO are also good outcomes, we multiply this result by 3:
3 * 1/8 = 3/8

Since we'll get a good outcome if all 3 numbers selected are odd OR if exactly 1 number selected is odd, we add the fractions:
1/8 + 3/8 = 4/8 = 1/2.
Last edited by GMATGuruNY on Sat Sep 25, 2010 5:25 pm, edited 1 time in total.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

User avatar
Senior | Next Rank: 100 Posts
Posts: 74
Joined: Fri Jun 25, 2010 6:33 pm
Thanked: 3 times

by vijaynaik » Sat Sep 25, 2010 2:49 pm
Thanks GMATGuruNY.