Last visit was: 11 Oct 2024, 08:04 It is currently 11 Oct 2024, 08:04
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Date
Tags:
Show Tags
Hide Tags
User avatar
Joined: 25 Dec 2009
Posts: 65
Own Kudos [?]: 1840 [117]
Given Kudos: 3
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 96065
Own Kudos [?]: 667201 [74]
Given Kudos: 87603
Send PM
User avatar
Joined: 20 Dec 2009
Posts: 9
Own Kudos [?]: 103 [6]
Given Kudos: 5
Send PM
General Discussion
User avatar
Joined: 25 Dec 2009
Posts: 65
Own Kudos [?]: 1840 [2]
Given Kudos: 3
Send PM
Re: probability Qs.. attention [#permalink]
1
Kudos
1
Bookmarks
mrblack
Is it E? Here is my reasoning:

Now let's find the # of combinations where there's a BGB combination. Let the sequence of BG=A:
BBAA
BAAB
BABA
ABBA
ABAB
AABB

So there are 6 combinations here. But since BG can also be GB, we have to multiply by 2. We have to multiply by another 2 because there are 2 As. Therefore, there are 6x2x2=24 combinations.

We also have to include the instances where GG occurs at the end or the front, that is:
GGBBBB
BBBBGG
(all the other instances such as BBGGBB have been taken care of in the calculation at the top)

So we have 24+2=26 possibilities of 4 boys and 2 girls.

The total number of possibilities is 2^6=64. Therefore, the probability is 26/64, which is 13/32. The answer is E, none of the above.

Your solution can be simplified this way as well:

Total number of events : 2^6 as each position can be filled in exactly two ways
Events in favor : (4 Boys and Two Girls; It is like 6 objects in which 4 are alike and 2 others are alike) so 6!/2!4!

If it were a probability question, I will follow Bunuel's aproach but the solution above is also important if it is counting problem.

Question: If we have n objects out f which p are alike, q are alike, how many possible number of comnitations are possible ? If it were a permutation problem, answer is n!/p!*q! as in the question above
Math Expert
Joined: 02 Sep 2009
Posts: 96065
Own Kudos [?]: 667201 [2]
Given Kudos: 87603
Send PM
Re: probability Qs.. attention [#permalink]
2
Bookmarks
Expert Reply
ashueureka
I think this way:

For each child we've two options i.e., that child can either be a boy or a girl.Hence we have 2^6 = 64 total outcomes.
Now out of 6 children any 4 of them can boys and this can be done in 6C4 = 15 ways.
Now here I don't think that ordering does matter in this case.

So the probability comes out to be 15/64.

P.S. Please explain me if ordering really matters in this case as my understanding is quite naive in these problems.

This way of solving is also correct. You've already considered all possible arrangements for BBBBGG with 6C4, which is 6!/4!2!. If you look at my solution and at yours you'll see that both wrote the same formulas but with different approach.
Math Expert
Joined: 02 Sep 2009
Posts: 96065
Own Kudos [?]: 667201 [0]
Given Kudos: 87603
Send PM
Re: probability Qs.. attention [#permalink]
Expert Reply
chetan2u
hi bunuel , this is binomial distr(seen a few q on gmat).... do we have q in gmat on which we require hypergeometric distr

Simple ones. For example: there are 3 men and 5 women, what's the probability of choosing 5 people out of which 2 are men?

This can be considered as hypergeometric distribution, but it's quite simple: 3C2*5C3/8C5.
User avatar
Joined: 11 Dec 2009
Status:Its Wow or Never
Posts: 111
Own Kudos [?]: 1476 [1]
Given Kudos: 7
Location: India
Concentration: Technology, Strategy
GMAT 1: 670 Q47 V35
GMAT 2: 710 Q48 V40
WE:Information Technology (Computer Software)
Send PM
Re: probability Qs.. attention [#permalink]
1
Kudos
hi bunuel
could u plz provide a few application qs. to this formula?
TIA


Bunuel
NOTE: If the probability of a certain event is \(p\) (\(\frac{1}{2}\) in our case), then the probability of it occurring \(k\) times (4 times in our case) in \(n\)-time (6 in our case) sequence is:

\(P = C^k_n*p^k*(1-p)^{n-k}\)

\(P = C^k_n*p^k*(1-p)^{n-k}= C^4_6*(\frac{1}{2})^4*(1-\frac{1}{2})^{6-4}= C^4_6*(\frac{1}{2})^4*(\frac{1}{2})^{2}=\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\)


Consider this:

We are looking for the case BBBBGG, probability of each B or G is \(\frac{1}{2}\), hence \(\frac{1}{2^6}\). But BBBBGG can occur (these letters can be arranged) in \(\frac{6!}{4!2!}\) # of ways. So, the total probability would be \(\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\).

Answer: C.
Math Expert
Joined: 02 Sep 2009
Posts: 96065
Own Kudos [?]: 667201 [0]
Given Kudos: 87603
Send PM
Re: probability Qs.. attention [#permalink]
Expert Reply
mojorising800
hi bunuel
could u plz provide a few application qs. to this formula?
TIA


Bunuel
NOTE: If the probability of a certain event is \(p\) (\(\frac{1}{2}\) in our case), then the probability of it occurring \(k\) times (4 times in our case) in \(n\)-time (6 in our case) sequence is:

\(P = C^k_n*p^k*(1-p)^{n-k}\)

\(P = C^k_n*p^k*(1-p)^{n-k}= C^4_6*(\frac{1}{2})^4*(1-\frac{1}{2})^{6-4}= C^4_6*(\frac{1}{2})^4*(\frac{1}{2})^{2}=\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\)


Consider this:

We are looking for the case BBBBGG, probability of each B or G is \(\frac{1}{2}\), hence \(\frac{1}{2^6}\). But BBBBGG can occur (these letters can be arranged) in \(\frac{6!}{4!2!}\) # of ways. So, the total probability would be \(\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\).

Answer: C.

Check the Probability and Combinatorics chapters in Math Book (link in my signature): theory, examples and links to the problems.
User avatar
Joined: 27 Apr 2008
Posts: 137
Own Kudos [?]: 218 [0]
Given Kudos: 1
Send PM
Re: probability Qs.. attention [#permalink]
Bunuel
NOTE: If the probability of a certain event is \(p\) (\(\frac{1}{2}\) in our case), then the probability of it occurring \(k\) times (4 times in our case) in \(n\)-time (6 in our case) sequence is:

\(P = C^k_n*p^k*(1-p)^{n-k}\)

\(P = C^k_n*p^k*(1-p)^{n-k}= C^4_6*(\frac{1}{2})^4*(1-\frac{1}{2})^{6-4}= C^4_6*(\frac{1}{2})^4*(\frac{1}{2})^{2}=\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\)


By the way, the formula should be this instead:

\(P = C^n_k*p^k*(1-p)^{n-k}\)
Math Expert
Joined: 02 Sep 2009
Posts: 96065
Own Kudos [?]: 667201 [0]
Given Kudos: 87603
Send PM
Re: probability Qs.. attention [#permalink]
Expert Reply
mrblack
Bunuel
NOTE: If the probability of a certain event is \(p\) (\(\frac{1}{2}\) in our case), then the probability of it occurring \(k\) times (4 times in our case) in \(n\)-time (6 in our case) sequence is:

\(P = C^k_n*p^k*(1-p)^{n-k}\)

\(P = C^k_n*p^k*(1-p)^{n-k}= C^4_6*(\frac{1}{2})^4*(1-\frac{1}{2})^{6-4}= C^4_6*(\frac{1}{2})^4*(\frac{1}{2})^{2}=\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\)


By the way, the formula should be this instead:

\(P = C^n_k*p^k*(1-p)^{n-k}\)

It's the same. Since n>=k, you can write as \(nCk\), \(C(n,k)\), \(C(k,n)\), \(C^n_k\), \(C^k_n\), it's clear what is meant. Actually in different books you can find different forms of writing this. Walker in his topic used \(C^n_k\), but \(C^k_n\) is also correct.
Joined: 13 Jan 2015
Posts: 10
Own Kudos [?]: 5 [1]
Given Kudos: 187
Send PM
The probability that a family with 6 children has exactly [#permalink]
1
Kudos
Bunuel can you please explain the logic behind 'p' being 1/2

Originally posted by ram186 on 21 Jan 2017, 05:16.
Last edited by ram186 on 21 Jan 2017, 05:19, edited 1 time in total.
Math Expert
Joined: 02 Sep 2009
Posts: 96065
Own Kudos [?]: 667201 [0]
Given Kudos: 87603
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
Expert Reply
ram186
Bunuel
The probability that a family with 6 children has exactly four boys is:

A. 1/3
B. 1/64
C. 15/64
D. 3/8
E. none of the above

NOTE: If the probability of a certain event is \(p\) (\(\frac{1}{2}\) in our case), then the probability of it occurring \(k\) times (4 times in our case) in \(n\)-time (6 in our case) sequence is:

\(P = C^k_n*p^k*(1-p)^{n-k}\)

\(P = C^k_n*p^k*(1-p)^{n-k}= C^4_6*(\frac{1}{2})^4*(1-\frac{1}{2})^{6-4}= C^4_6*(\frac{1}{2})^4*(\frac{1}{2})^{2}=\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\)


Consider this:

We are looking for the case BBBBGG, probability of each B or G is \(\frac{1}{2}\), hence \(\frac{1}{2^6}\). But BBBBGG can occur (these letters can be arranged) in \(\frac{6!}{4!2!}\) # of ways. So, the total probability would be \(\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\).

Answer: C.[/Bunuel can you please explain the logic behind 'p' being 1/2]

The probability of having a girl = the probability of having a boy = 1/2.
Joined: 11 Jun 2015
Posts: 15
Own Kudos [?]: 12 [0]
Given Kudos: 186
Location: Iran (Islamic Republic of)
Concentration: Accounting, Finance
WE:Education (Education)
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
How we can infer that the chance of having a boy is 0.5?
What if it were 0.2 ?
Don't you think the question stem must at least asserts that it is a normal family with equal change of getting a boy or a girl?
Correct me, if my thoughts is wrong.
Thanks.
Math Expert
Joined: 02 Sep 2009
Posts: 96065
Own Kudos [?]: 667201 [0]
Given Kudos: 87603
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
Expert Reply
soleimanian
How we can infer that the chance of having a boy is 0.5?
What if it were 0.2 ?
Don't you think the question stem must at least asserts that it is a normal family with equal change of getting a boy or a girl?
Correct me, if my thoughts is wrong.
Thanks.

Proper GMAT question would specify this. So, don't worry on the actual exam everything will be unambiguous.
Math Revolution GMAT Instructor
Joined: 16 Aug 2015
Posts: 10129
Own Kudos [?]: 17484 [0]
Given Kudos: 4
GMAT 1: 760 Q51 V42
GPA: 3.82
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
Expert Reply
P(Boy) = \(\frac{1}{2}\)

Total: 6 and we need '4' boys

=> \(^6{C_4} * (\frac{1}{2})^4 * (\frac{1}{2})^2\)

=> 15 * (\(\frac{1}{64}\))

=> \(\frac{15}{64}\)

Answer C
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 19594
Own Kudos [?]: 23507 [1]
Given Kudos: 287
Location: United States (CA)
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
1
Bookmarks
Expert Reply
GMATMadeeasy
The probability that a family with 6 children has exactly four boys is:

A. 1/3
B. 1/64
C. 15/64
D. 3/8
E. none of the above
Solution:

Letting B represent a boy child and G represent a girl, the probability of 4 boys and 2 girls, in the specific order of BBBBGG, is:

½ x ½ x ½ x ½ x ½ x ½ = 1/64

However, since 4 boys and 2 girls can be arranged in 6!/(4! x 2!) = (6 x 5)/2 = 15 ways, the probability of having 4 boys and 2 girls (in any order) is 15 x 1/64 = 15/64.

Answer: C
Joined: 11 Aug 2020
Posts: 1232
Own Kudos [?]: 217 [0]
Given Kudos: 332
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
Bunuel
The probability that a family with 6 children has exactly four boys is:

A. 1/3
B. 1/64
C. 15/64
D. 3/8
E. none of the above

NOTE: If the probability of a certain event is \(p\) (\(\frac{1}{2}\) in our case), then the probability of it occurring \(k\) times (4 times in our case) in \(n\)-time (6 in our case) sequence is:

\(P = C^k_n*p^k*(1-p)^{n-k}\)

\(P = C^k_n*p^k*(1-p)^{n-k}= C^4_6*(\frac{1}{2})^4*(1-\frac{1}{2})^{6-4}= C^4_6*(\frac{1}{2})^4*(\frac{1}{2})^{2}=\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\)


Consider this:

We are looking for the case BBBBGG, probability of each B or G is \(\frac{1}{2}\), hence \(\frac{1}{2^6}\). But BBBBGG can occur (these letters can be arranged) in \(\frac{6!}{4!2!}\) # of ways. So, the total probability would be \(\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\).

Answer: C.

Bunuel I get the math, but why should we care about the order? That's the part that doesn't make sense to me. Isn't it sufficient to just have 4 boys and 2 girls, irrespective of the order?
Math Expert
Joined: 02 Sep 2009
Posts: 96065
Own Kudos [?]: 667201 [0]
Given Kudos: 87603
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
Expert Reply
CEdward
Bunuel
The probability that a family with 6 children has exactly four boys is:

A. 1/3
B. 1/64
C. 15/64
D. 3/8
E. none of the above

NOTE: If the probability of a certain event is \(p\) (\(\frac{1}{2}\) in our case), then the probability of it occurring \(k\) times (4 times in our case) in \(n\)-time (6 in our case) sequence is:

\(P = C^k_n*p^k*(1-p)^{n-k}\)

\(P = C^k_n*p^k*(1-p)^{n-k}= C^4_6*(\frac{1}{2})^4*(1-\frac{1}{2})^{6-4}= C^4_6*(\frac{1}{2})^4*(\frac{1}{2})^{2}=\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\)


Consider this:

We are looking for the case BBBBGG, probability of each B or G is \(\frac{1}{2}\), hence \(\frac{1}{2^6}\). But BBBBGG can occur (these letters can be arranged) in \(\frac{6!}{4!2!}\) # of ways. So, the total probability would be \(\frac{6!}{4!2!}*\frac{1}{2^6}=\frac{15}{64}\).

Answer: C.

Bunuel I get the math, but why should we care about the order? That's the part that doesn't make sense to me. Isn't it sufficient to just have 4 boys and 2 girls, irrespective of the order?

A family can have 4 boys and 2 girls in 15 different ways (BBBBGG, GGBBBB, GBBBBG, GBBGBB, ...). Each of them has the probability of 1/2^6, so the overall probability is the sum of these 15 different cases, giving the final answer of 15*1/2^6.
Joined: 02 Apr 2015
Posts: 7
Own Kudos [?]: 7 [0]
Given Kudos: 50
Location: India
Concentration: Operations, General Management
WE:Engineering (Energy)
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
the question should be edited and be told that the Probability of Boy or a girl is 1/2.
Joined: 07 Oct 2020
Posts: 49
Own Kudos [?]: 19 [0]
Given Kudos: 188
Location: India
GMAT 1: 590 Q36 V35
Send PM
Re: The probability that a family with 6 children has exactly [#permalink]
Bunuel Hi, is this question GMAT centric? I found it very vague
GMAT Club Bot
Re: The probability that a family with 6 children has exactly [#permalink]
 1   2   
Moderator:
Math Expert
96065 posts