Find all School-related info fast with the new School-Specific MBA Forum

It is currently 19 May 2013, 16:47
Customize  |  Hide

A black sack contains three green balls, five yellow balls,

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
Director
Director
Joined: 24 Aug 2006
Posts: 758
Location: Dallas, Texas
Followers: 3

Kudos [?]: 9 [0], given: 0

GMAT Tests User
A black sack contains three green balls, five yellow balls, [#permalink] New post 28 Dec 2006, 15:45
00:00

Question Stats:

0% (00:00) correct 0% (00:00) wrong based on 0 sessions
A black sack contains three green balls, five yellow balls, and four white ones. Three balls are taken at random without repetition. What is the probability of having all the the three balls of different colors?

A 3/22
B 1/22
C 3/11
D 1/121
E 1/33
_________________

"Education is what remains when one has forgotten everything he learned in school."


Last edited by Swagatalakshmi on 28 Dec 2006, 18:28, edited 1 time in total.
Director
Director
Joined: 28 Dec 2005
Posts: 923
Followers: 1

Kudos [?]: 34 [0], given: 0

GMAT Tests User
 [#permalink] New post 28 Dec 2006, 17:24
Hmm, I get 1/22

(3C1*5C1*4C1)/(12C1*11C1*10C1) =1/22

I would have done 12C3 if this were with repetition.

Still not good with probability though, so not sure.
Senior Manager
Senior Manager
Joined: 23 Jun 2006
Posts: 398
Followers: 1

Kudos [?]: 293 [0], given: 0

GMAT Tests User
 [#permalink] New post 28 Dec 2006, 17:34
good answer...
here is another potential explanation.
suppose the question was a bit different: what is the probability that the first is green, the second is yellow and the third is white?
oh, that's relatively easy:
it is 3/12 for the first, 5/11 for the second (we removed already one ball), and 4/10 for the third. total (3*4*5)/(12*11*10)
good... lets continue,
what is the probability to get yellow, white and green in that order?
it is 5/12 * 4/11 * 3/10 = (3*4*5)/(12*11*10)

do you see that? for any ordering you get the same probability, made of the same numbers, but in different order.

this should not surprise you too much, after all there is not reason that certain ordering would be more likely than another. this is called symmetry.

but the original question did not gave a specific order, so how we proceed?
that's easy as well... there are total of 3!=6 possible orderings of 3 colors.
so just add these...
6*(3*4*5)/(12*11*10) = 3/11

this approach (and again.... not the only and not necessarily the best one) exemplifies a wider strategy that help solving wide range of problems: a problem seem difficult or complicated with the given data, carefully throw in more arbitrary data that will help you solve it easily. then, carefully take "extra data" out to get the result of the original question.

it helps a lot in counting problems. it also helps with some geometry, number properties etc...
Director
Director
Joined: 28 Dec 2005
Posts: 923
Followers: 1

Kudos [?]: 34 [0], given: 0

GMAT Tests User
 [#permalink] New post 28 Dec 2006, 18:13
Thanks hobbit. I came to my answer knowing I had missed something, but this is a great explanation.
I know you will probably frown upon doing it like this, would it be alright in all such cases to just divide by 12C3 (or equivalent ) in a problem without worrying about repetitions (or not)? I will also try to work this out shortly.



hobbit wrote:
good answer...
here is another potential explanation.
suppose the question was a bit different: what is the probability that the first is green, the second is yellow and the third is white?
oh, that's relatively easy:
it is 3/12 for the first, 5/11 for the second (we removed already one ball), and 4/10 for the third. total (3*4*5)/(12*11*10)
good... lets continue,
what is the probability to get yellow, white and green in that order?
it is 5/12 * 4/11 * 3/10 = (3*4*5)/(12*11*10)

do you see that? for any ordering you get the same probability, made of the same numbers, but in different order.

this should not surprise you too much, after all there is not reason that certain ordering would be more likely than another. this is called symmetry.

but the original question did not gave a specific order, so how we proceed?
that's easy as well... there are total of 3!=6 possible orderings of 3 colors.
so just add these...
6*(3*4*5)/(12*11*10) = 3/11

this approach (and again.... not the only and not necessarily the best one) exemplifies a wider strategy that help solving wide range of problems: a problem seem difficult or complicated with the given data, carefully throw in more arbitrary data that will help you solve it easily. then, carefully take "extra data" out to get the result of the original question.

it helps a lot in counting problems. it also helps with some geometry, number properties etc...
Director
Director
Joined: 12 Jun 2006
Posts: 544
Followers: 1

Kudos [?]: 6 [0], given: 1

GMAT Tests User
 [#permalink] New post 28 Dec 2006, 18:20
1/22 for me.

All scenarios seem to point to B.

(4/12)(5/11)(3/10)=1/22
(4/12)(3/11)(5/10)=1/22
(5/12)(3/11)(4/10)=1/22
(5/12)(4/11)(3/10)=1/22
(3/12)(5/11)(4/10)=1/22
(3/12)(4/11)(5/10)=1/22
Senior Manager
Senior Manager
Joined: 23 Jun 2006
Posts: 398
Followers: 1

Kudos [?]: 293 [0], given: 0

GMAT Tests User
 [#permalink] New post 28 Dec 2006, 18:32
hsampath wrote:
Thanks hobbit. I came to my answer knowing I had missed something, but this is a great explanation.
I know you will probably frown upon doing it like this, would it be alright in all such cases to just divide by 12C3 (or equivalent ) in a problem without worrying about repetitions (or not)? I will also try to work this out shortly.



it is difficult to say what to do in "all such cases".... there is no rule for all cases. each question may contain a slightly different variant which may change the principle bes used to solve it....
it is important, though, to understand WHY 12C3 was used.
the denominator in probability calculations, usually represents the number of all possible cases. the numerator counts the relevant cases for the question. it is a MUST that the numerator and denominator count the same thing. it is like units of measurements in velocity. you cant just add velocities measured in MPH and mps, you need to convert.

12C3 counts the number of possibilities to choose 3 different items out of possible 12 different items, regardless of order.

12*11*10 counts the number of possibilities to choose 3 different items out of possible 12 different items with regard to order.

in this question if you count "green,yellow,white" and "yellow,white,green" as two different choices because of the order of draw - that's fine (this is how i did it). just count carefully, and divide by 12*11*10

if you count the possibility without regard to order, as ncprasad probably did (he just gave the formula, not explanation, so i'm not sure what went through his mind) - then divide by 12C3.

both ways are fine. just count carefully, and be aware what you are counting.
Senior Manager
Senior Manager
Joined: 23 Jun 2006
Posts: 398
Followers: 1

Kudos [?]: 293 [0], given: 0

GMAT Tests User
 [#permalink] New post 28 Dec 2006, 18:33
ggarr wrote:
1/22 for me.

All scenarios seem to point to B.

(4/12)(5/11)(3/10)=1/22
(4/12)(3/11)(5/10)=1/22
(5/12)(3/11)(4/10)=1/22
(5/12)(4/11)(3/10)=1/22
(3/12)(5/11)(4/10)=1/22
(3/12)(4/11)(5/10)=1/22


but since there are 6 such scenarios.... and all are actually possible and independent from each other - then you must add those probabilities and get C.
VP
VP
User avatar
Joined: 25 Jun 2006
Posts: 1185
Followers: 1

Kudos [?]: 16 [0], given: 0

GMAT Tests User
 [#permalink] New post 28 Dec 2006, 20:57
C.

1. All possibilities. order does not matter. it is a combination problem.:

12C3.


2. desired possibilities. you just get each ball out of each color. so
it is 3*5*4.

so 3*5*4/12C3 = 3/11.
Manager
Manager
Joined: 18 Nov 2006
Posts: 126
Followers: 1

Kudos [?]: 0 [0], given: 0

GMAT Tests User
Re: PS:Probability [#permalink] New post 29 Dec 2006, 15:14
Swagatalakshmi wrote:
A black sack contains three green balls, five yellow balls, and four white ones. Three balls are taken at random without repetition. What is the probability of having all the the three balls of different colors?

A 3/22
B 1/22
C 3/11
D 1/121
E 1/33

-------------------------------------
C..3/11

(3C1.5C1.4C1.3!)/(12C1.11C1.10C1)
Senior Manager
Senior Manager
User avatar
Joined: 24 Nov 2006
Posts: 353
Followers: 1

Kudos [?]: 8 [0], given: 0

GMAT Tests User
 [#permalink] New post 31 Dec 2006, 01:30
anindyat wrote:
(3 * 5 * 4) / (12 * 11 * 10) * 3! = 3/11


Exactly. You calculate the basic scenario ((3*5*4)/(12*11*10)) and then multiply it times the number of possible arrangements for the 3 balls. It´s C.
Senior Manager
Senior Manager
Joined: 19 Jul 2006
Posts: 367
Followers: 1

Kudos [?]: 1 [0], given: 0

GMAT Tests User
 [#permalink] New post 31 Dec 2006, 01:55
[(3C1/12C1) * (5C1/11C1) * (4C1/10C1) ]3P3

=3/11
Current Student
Joined: 03 Oct 2006
Posts: 86
Followers: 1

Kudos [?]: 0 [0], given: 0

GMAT Tests User
 [#permalink] New post 03 Sep 2007, 17:34
Another old problem....

I think I'm completely in the dark here. Can anyone explain exactly what tipped you off to make this a combinatorics problem? I was just multiplying straight probability for each scenario to get the answer. Thanks.
  [#permalink] 03 Sep 2007, 17:34
    Similar topics Author Replies Last post
Similar
Topics:
New posts A black sack contains three green balls, five yellow balls, stolyar 4 03 Jul 2003, 13:30
New posts There are 3 green; 4 yellow; and 5 blue balls in a sack. 6 ggarr 3 06 Feb 2007, 23:35
Popular new posts 8 EXPERTS_POSTS_IN_THIS_TOPIC A box contains 3 yellow balls and 5 black balls. One by one tejal777 16 29 Sep 2009, 01:14
Popular new posts 3 EXPERTS_POSTS_IN_THIS_TOPIC A box contains 3 yellow balls and 5 black balls. One by one dmetla 13 09 Feb 2010, 22:00
New posts EXPERTS_POSTS_IN_THIS_TOPIC A box contains 3 yellow balls and 5 black balls. One by one gmativy 2 08 Dec 2010, 19:20
Display posts from previous: Sort by

A black sack contains three green balls, five yellow balls,

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.