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.
Thank you for using the timer!
We noticed you are actually not timing your practice. Click the START button first next time you use the timer.
There are many benefits to timing your practice, including:
At one point, she believed GMAT wasn’t for her. After scoring 595, self-doubt crept in and she questioned her potential. But instead of quitting, she made the right strategic changes. The result? A remarkable comeback to 695. Check out how Saakshi did it.
The Target Test Prep course represents a quantum leap forward in GMAT preparation, a radical reinterpretation of the way that students should study. Try before you buy with a 5-day, full-access trial of the course for FREE!
Prefer video-based learning? The Target Test Prep OnDemand course is a one-of-a-kind video masterclass featuring 400 hours of lecture-style teaching by Scott Woodbury-Stewart, founder of Target Test Prep and one of the most accomplished GMAT instructors
I have confusion in the following two types of questions:
Type 1: A team of 6 is to be formed from a group of 6 girls and 6 boys. Find the probability of making a team that consists of at least two girls.
-We use the method of calculating the probability of 2 Girls and 4 Boys + probability of 3 Girls and 3 Boys + probability of 4 Girls and 2 Boys + probability of 5 Girls and 1 Boy + probability of 6 Girls and 0 Boys (or do it by the Non-Event method, i.e. probability of 0 Girls and 6 Boys + probability of 1 Girl and 5 Boys)
WHEREAS, in question Type 2: Probability of getting 3 heads while tossing a coin 8 times?
-We use something like 8C3 * (0.5)^3 * (0.5)^5 Using 8C3 to determine 3 tosses where Heads will appear
Now, my question is, in Type 1, why don't we determine the slots that the girls would take? I know, that the arrangement doesn't matter since we only have to 'select' girls and not arrange them - BUT THEN, in Type 2, why are we then concerned about that? Why can't we just keep it like (0.5)^3 * (0.5)^5?
I know, this is a little confusing, and perhaps, even my question isn't very much clear, but broadly, why do we need 8C3 in Type 2 is what I want to know?
Still interested in this question? Check out the "Best Topics" block below for a better discussion on this exact question, as well as several more related questions.
Rishabh in the solution to the second question, you have used the binomial theorem for probability.
From my point of view, the reason for your confusion is that both of your questions are very different. Furthermore, the answer in your second question is a clear-cut formula application.
The binomial theorem is an easier way to determine the probability of doing something x number of times out of total n number of ways.
The formula for binomial probability is-\(nCx (p)^x (q)^{n-x}\)
here, n= total outcomes; x = favourable; p = probabilty of desirable outcome; q= probability of non-desirable outcome - we can calculate it as q = 1-p
There would've been a total of 256 outcomes ( 2^8), and we would have to find all the cases where heads occur 3 times so to avoid such uphill calculation we can use the formula.
Now, my question is, in Type 1, why don't we determine the slots that the girls would take? I know, that the arrangement doesn't matter since we only have to 'select' girls and not arrange them - BUT THEN, in Type 2, why are we then concerned about that? Why can't we just keep it like (0.5)^3 * (0.5)^5?
I know, this is a little confusing, and perhaps, even my question isn't very much clear, but broadly, why do we need 8C3 in Type 2 is what I want to know?
Show more
The difference is whether 'order matters.'
The easiest way to tell whether you're doing an 'order matters' problem, or an 'order doesn't matter' problem, is by thinking about which scenarios you want to count as being the same.
In the coin flip scenario, flipping H H H T T T T T is a different situation from flipping T T H T H H T T, etc. Even though there are the same number of heads in both of those scenarios, they're different sets of coin flips. You wouldn't say that H H H T T T T T is exactly the same series of coin flips as T T H T H H T T: you'd say that they're different, but they have the same number of heads.
But 'Sue, Harriet, Maya, Gretchen, Claire, and Jo' is the SAME team as 'Harriet, Sue, Gretchen, Maya, Jo, and Claire.' So you don't want to count those different orders as being different. You wouldn't say that those were two different groups of people; at most, you'd say that they're the same group but written differently.
So, in the coin flip scenario, we care about counting outcomes with the heads in different 'slots' as different outcomes. In the scenario with the people, we don't care about that.
I have confusion in the following two types of questions:
Type 1: A team of 6 is to be formed from a group of 6 girls and 6 boys. Find the probability of making a team that consists of at least two girls.
-We use the method of calculating the probability of 2 Girls and 4 Boys + probability of 3 Girls and 3 Boys + probability of 4 Girls and 2 Boys + probability of 5 Girls and 1 Boy + probability of 6 Girls and 0 Boys (or do it by the Non-Event method, i.e. probability of 0 Girls and 6 Boys + probability of 1 Girl and 5 Boys)
WHEREAS, in question Type 2: Probability of getting 3 heads while tossing a coin 8 times?
-We use something like 8C3 * (0.5)^3 * (0.5)^5 Using 8C3 to determine 3 tosses where Heads will appear
Now, my question is, in Type 1, why don't we determine the slots that the girls would take? I know, that the arrangement doesn't matter since we only have to 'select' girls and not arrange them - BUT THEN, in Type 2, why are we then concerned about that? Why can't we just keep it like (0.5)^3 * (0.5)^5?
I know, this is a little confusing, and perhaps, even my question isn't very much clear, but broadly, why do we need 8C3 in Type 2 is what I want to know?
When you have to form a team or a group, you don't have to worry about the order in which the team members are selected. A team GGBBBB is the same as team GBGBBB which is the same as BBBBGG etc. This is just one instance of a team. You just need to select 2 girls in 6C2 ways and select 4 boys in 6C4 ways (to decide which two girls and which 2 boys will be part of the team)
In question 2, think about it for a moment - what is the probability that when you flip a coin 8 times, you will get heads on first 3 flips and tails on last 5 flips? (1/2)*(1/2)*(1/2) * (1/2)*(1/2)*(1/2)*(1/2)*(1/2) = (0.5)^3 * (0.5)^5 = .0039 This is the probability of getting HHHTTTTT.
But we don't want the probability of HHHTTTTT. We want the probability of all instances such that there are exactly 3 heads. So probability of HTTHHTTT needs to be added to it. Probability of TTHTHTHT needs to be added to it and so on... Probability of each of these cases will also be .0039
So you multiply .0039 by 8C3 i.e. the number of ways in which you can have 3 Hs.
Sometimes, working with probability can be confusing as to whether we have to arrange or not. Hence, I always suggest to work with cases only. i.e. Total cases = 2*2*2*2*2*2*2*2 = 2^8
Favourable cases = 8C3 (select 3 flips and put heads there. Rest all have tails)
Originally posted by RJ7X0DefiningMyX on 11 Jun 2019, 19:10.
Last edited by RJ7X0DefiningMyX on 11 Jun 2019, 19:13, edited 1 time in total.
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ccooley
rishabhjain13
Now, my question is, in Type 1, why don't we determine the slots that the girls would take? I know, that the arrangement doesn't matter since we only have to 'select' girls and not arrange them - BUT THEN, in Type 2, why are we then concerned about that? Why can't we just keep it like (0.5)^3 * (0.5)^5?
I know, this is a little confusing, and perhaps, even my question isn't very much clear, but broadly, why do we need 8C3 in Type 2 is what I want to know?
The difference is whether 'order matters.'
The easiest way to tell whether you're doing an 'order matters' problem, or an 'order doesn't matter' problem, is by thinking about which scenarios you want to count as being the same.
In the coin flip scenario, flipping H H H T T T T T is a different situation from flipping T T H T H H T T, etc. Even though there are the same number of heads in both of those scenarios, they're different sets of coin flips. You wouldn't say that H H H T T T T T is exactly the same series of coin flips as T T H T H H T T: you'd say that they're different, but they have the same number of heads.
But 'Sue, Harriet, Maya, Gretchen, Claire, and Jo' is the SAME team as 'Harriet, Sue, Gretchen, Maya, Jo, and Claire.' So you don't want to count those different orders as being different. You wouldn't say that those were two different groups of people; at most, you'd say that they're the same group but written differently.
So, in the coin flip scenario, we care about counting outcomes with the heads in different 'slots' as different outcomes. In the scenario with the people, we don't care about that.
Show more
Thank you very much, ccooley. The explanation is definitely helpful.
I have confusion in the following two types of questions:
Type 1: A team of 6 is to be formed from a group of 6 girls and 6 boys. Find the probability of making a team that consists of at least two girls.
-We use the method of calculating the probability of 2 Girls and 4 Boys + probability of 3 Girls and 3 Boys + probability of 4 Girls and 2 Boys + probability of 5 Girls and 1 Boy + probability of 6 Girls and 0 Boys (or do it by the Non-Event method, i.e. probability of 0 Girls and 6 Boys + probability of 1 Girl and 5 Boys)
WHEREAS, in question Type 2: Probability of getting 3 heads while tossing a coin 8 times?
-We use something like 8C3 * (0.5)^3 * (0.5)^5 Using 8C3 to determine 3 tosses where Heads will appear
Now, my question is, in Type 1, why don't we determine the slots that the girls would take? I know, that the arrangement doesn't matter since we only have to 'select' girls and not arrange them - BUT THEN, in Type 2, why are we then concerned about that? Why can't we just keep it like (0.5)^3 * (0.5)^5?
I know, this is a little confusing, and perhaps, even my question isn't very much clear, but broadly, why do we need 8C3 in Type 2 is what I want to know?
When you have to form a team or a group, you don't have to worry about the order in which the team members are selected. A team GGBBBB is the same as team GBGBBB which is the same as BBBBGG etc. This is just one instance of a team. You just need to select 2 girls in 6C2 ways and select 4 boys in 6C4 ways (to decide which two girls and which 2 boys will be part of the team)
In question 2, think about it for a moment - what is the probability that when you flip a coin 8 times, you will get heads on first 3 flips and tails on last 5 flips? (1/2)*(1/2)*(1/2) * (1/2)*(1/2)*(1/2)*(1/2)*(1/2) = (0.5)^3 * (0.5)^5 = .0039 This is the probability of getting HHHTTTTT.
But we don't want the probability of HHHTTTTT. We want the probability of all instances such that there are exactly 3 heads. So probability of HTTHHTTT needs to be added to it. Probability of TTHTHTHT needs to be added to it and so on... Probability of each of these cases will also be .0039
So you multiply .0039 by 8C3 i.e. the number of ways in which you can have 3 Hs.
Sometimes, working with probability can be confusing as to whether we have to arrange or not. Hence, I always suggest to work with cases only. i.e. Total cases = 2*2*2*2*2*2*2*2 = 2^8
Favourable cases = 8C3 (select 3 flips and put heads there. Rest all have tails)
A man is standing in a square cell on chess board. Now he can move/step straight either to the right, left, front and back at each movement/step. The probability of every movement is same. So what is the probability that he'll be back to his initial position after 9th step?
A man is standing in a square cell on chess board. Now he can move/step straight either to the right, left, front and back at each movement/step. The probability of every movement is same. So what is the probability that he'll be back to his initial position after 9th step?
Posted from my mobile device
Show more
The probability of reaching his initial position after the 9th step would be ZERO, since it would require the man an 'even' number of moves to reach back to his initial position.
The probability of reaching his initial position after the 9th step would be ZERO, since it would require the man an 'even' number of moves to reach back to his initial position.
The probability of reaching his initial position after the 9th step would be ZERO, since it would require the man an 'even' number of moves to reach back to his initial position.
please clarify it in details
Posted from my mobile device
Show more
I will do that. However, please share the complete list of all options with me as well. That will help me in making you understand the solution better.
Archived Topic
Hi there,
This topic has been closed and archived due to inactivity or violation of community quality standards. No more replies are possible here.
Still interested in this question? Check out the "Best Topics" block above for a better discussion on this exact question, as well as several more related questions.