|
Author |
Message |
|
TAGS:
|
|
|
CEO
Joined: 21 Jan 2007
Posts: 2797
Location: New York City
Followers: 5
Kudos [?]:
132
[0], given: 4
|
A coach will make 3 substitutions. The team has 11 players, [#permalink]
19 Dec 2007, 13:58
Question Stats:
0% (00:00) correct
100% (02:49) wrong based on 2 sessions
A coach will make 3 substitutions. The team has 11 players, among which there are 2 forwards.
a) What is the probability that at least one of the forwards will be substituted?
b) What is the probability that at least two of the forwards will be substituted?
|
|
|
|
|
|
|
CEO
Joined: 17 Nov 2007
Posts: 3594
Concentration: Entrepreneurship, Other
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Followers: 230
Kudos [?]:
1300
[1] , given: 346
|
1
This post received KUDOS
The total number: N=9P3=990
a) M=1-9P3/N=1-9*8*7/990=1-56/110=54/110
b) R=9P1*3P3/N=9*3*2/990=6/110
|
|
|
|
|
|
CEO
Joined: 21 Jan 2007
Posts: 2797
Location: New York City
Followers: 5
Kudos [?]:
132
[0], given: 4
|
walker wrote: The total number: N=9P3=990
a) M=1-9P3/N=1-9*8*7/990=1-56/110=54/110
b) R=9P1*3P3/N=9*3*2/990=6/110
can you show me via combinations rather than perm
|
|
|
|
|
|
CEO
Joined: 17 Nov 2007
Posts: 3594
Concentration: Entrepreneurship, Other
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Followers: 230
Kudos [?]:
1300
[1] , given: 346
|
1
This post received KUDOS
bmwhype2 wrote: can you show me via combinations rather than perm
The problem is sensitive to the order of substitutions: (forward,forward,half-back) and (half-back,forward,forward) are different substitutions.
Therefore, we should use permutation formula rather than combination formula.
You can change all nPm on nCm*m!
|
|
|
|
|
|
Director
Joined: 30 Nov 2006
Posts: 598
Location: Kuwait
Followers: 8
Kudos [?]:
115
[0], given: 0
|
A coach will make 3 substitutions. The team has 11 players, among which there are 2 forwards.
a) What is the probability that at least one of the forwards will be substituted?
P(a) = 1 - Probability that none of the forwards will be substituted = 1 - P(N)
P(N) = 9/11 x 8/10 x 7/9 = 56/110 = 28/55
So the answer is = 1 - 28/55 = = 54/110 = 27/55
b) What is the probability that at least two of the forwards will be substituted?
P(b) = P(a) - P(M)
P(M) = probability that only one will be selected = 2/11
27/55 - 2/11 = 27/55 - 10/55 = 17/55
|
|
|
|
|
|
CEO
Joined: 17 Nov 2007
Posts: 3594
Concentration: Entrepreneurship, Other
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Followers: 230
Kudos [?]:
1300
[0], given: 346
|
Total number: 11P3=990
1. none forward: p0=9P3/11P3=9!*8!/(6!*11!)=56/110
2. one forward: p1=2C1*9C2*3P3/11P3=2*9!*3!*8!/(7!*2!*11!)=48/110
3. two forwards: p2=2C2*9C1*3P3/11P3=1*9*6/990=6/110
4. at least one forward: p12=1-p0=1-56/110=54/110 or
p12=p1+p2=48/110+6/110=54/110
|
|
|
|
|
|
Manager
Joined: 27 Oct 2008
Posts: 188
Followers: 1
Kudos [?]:
42
[4] , given: 3
|
Re: combinations - at least [#permalink]
27 Sep 2009, 12:13
4
This post received KUDOS
A coach will make 3 substitutions. The team has 11 players, among which there are 2 forwards.
a) What is the probability that at least one of the forwards will be substituted?
b) What is the probability that at least two of the forwards will be substituted?
Soln: a) What is the probability that at least one of the forwards will be substituted? = 1 - Probability that none of the forwards will be substituted = 1 - (9/11 * 8 /10 * 7/9) = 1 - 28/55 = 27/55
b) What is the probability that at least two of the forwards will be substituted? = (2/11 * 1/10 * 9/9) * 3 = 3/55
|
|
|
|
|
|
Intern
Joined: 11 Jul 2009
Posts: 9
Followers: 0
Kudos [?]:
0
[0], given: 19
|
Re: combinations - at least [#permalink]
08 Feb 2010, 00:03
nice one srinivas. +1
|
|
|
|
|
|
Manager
Joined: 17 Jan 2010
Posts: 153
Concentration: General Management, Strategy
GPA: 3.78
WE: Engineering (Manufacturing)
Followers: 1
Kudos [?]:
24
[0], given: 11
|
walker wrote: Total number: 11P3=990
1. none forward: p0=9P3/11P3=9!*8!/(6!*11!)=56/110
2. one forward: p1=2C1*9C2*3P3/11P3=2*9!*3!*8!/(7!*2!*11!)=48/110
3. two forwards: p2=2C2*9C1*3P3/11P3=1*9*6/990=6/110
4. at least one forward: p12=1-p0=1-56/110=54/110 or p12=p1+p2=48/110+6/110=54/110 Could you please explain why you think it should be permutation, although in this case the answer is the same as you will have 3! in both numerator and denominator. The way I look at that is that it does not matter what order the players were chosen. The question states only that 3 players was chosen at random.
|
|
|
|
|
|
CEO
Joined: 17 Nov 2007
Posts: 3594
Concentration: Entrepreneurship, Other
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Followers: 230
Kudos [?]:
1300
[0], given: 346
|
alexBLR wrote: Could you please explain why you think it should be permutation, although in this case the answer is the same as you will have 3! in both numerator and denominator. The way I look at that is that it does not matter what order the players were chosen. The question states only that 3 players was chosen at random. Most probability/counting problems have a few equally right solutions. So, we can use any way.
_________________
iOS/Android: GMAT ToolKit - The bestselling GMAT prep app | GMAT Club (free) | PrepGame | GRE ToolKit | LSAT ToolKit PROMO: Are you an exiting GMAT ToolKit (iOS) user? Get GMAT ToolKit 2 (iOS) for free* (read more) Math: GMAT Math Book ||| General: GMATTimer ||| Chicago Booth: Slide Presentation The People Who Are Crazy Enough to Think They Can Change the World, Are the Ones Who Do.
|
|
|
|
|
|
Senior Manager
Joined: 22 Dec 2009
Posts: 368
Followers: 9
Kudos [?]:
136
[0], given: 47
|
Re: combinations - at least [#permalink]
16 Feb 2010, 06:12
bmwhype2 wrote: A coach will make 3 substitutions. The team has 11 players, among which there are 2 forwards.
a) What is the probability that at least one of the forwards will be substituted?
b) What is the probability that at least two of the forwards will be substituted? Somehow this question isn't very clear to me... Is the coach going to make 3 substitutions at once.... as in if the 3 people from the playing 11 be replaced in one go... or would the substitutions be made one after the other.. As per the answer would differ accordingly. Please comment.... might be my understanding is wrong...!
_________________
Cheers! JT........... If u like my post..... payback in Kudos!! 
|Do not post questions with OA|Please underline your SC questions while posting|Try posting the explanation along with your answer choice| |For CR refer Powerscore CR Bible|For SC refer Manhattan SC Guide|
~~Better Burn Out... Than Fade Away~~
|
|
|
|
|
|
Intern
Joined: 19 Apr 2010
Posts: 1
Followers: 0
Kudos [?]:
0
[0], given: 1
|
Re: combinations - at least [#permalink]
02 May 2010, 14:03
srivas wrote: A coach will make 3 substitutions. The team has 11 players, among which there are 2 forwards.
a) What is the probability that at least one of the forwards will be substituted?
b) What is the probability that at least two of the forwards will be substituted?
Soln: a) What is the probability that at least one of the forwards will be substituted? = 1 - Probability that none of the forwards will be substituted = 1 - (9/11 * 8 /10 * 7/9) = 1 - 28/55 = 27/55
b) What is the probability that at least two of the forwards will be substituted? = (2/11 * 1/10 * 9/9) * 3 = 3/55 I think both of these are correct.
|
|
|
|
|
|
Manager
Joined: 15 Mar 2010
Posts: 100
Followers: 1
Kudos [?]:
40
[0], given: 30
|
Re: combinations - at least [#permalink]
02 May 2010, 21:16
bmwhype2 wrote: A coach will make 3 substitutions. The team has 11 players, among which there are 2 forwards.
a) What is the probability that at least one of the forwards will be substituted?
b) What is the probability that at least two of the forwards will be substituted? My take: (a) prob of choosing none forwards = 9C3/11C3 prob of choosing atleast one forward = 1- 9C3/11C3 = 27/55(b) prob of choosing atleast 2 forwards = prob of choosing 2 forwards =2C2*9C1 / 11C3 = 3/55
_________________
If you like my post, consider giving me a kudos. THANKS!
|
|
|
|
|
|
Intern
Joined: 24 May 2010
Posts: 13
Followers: 0
Kudos [?]:
1
[0], given: 1
|
Re: combinations - at least [#permalink]
26 May 2010, 17:16
srivas wrote: A coach will make 3 substitutions. The team has 11 players, among which there are 2 forwards.
a) What is the probability that at least one of the forwards will be substituted?
b) What is the probability that at least two of the forwards will be substituted?
Soln: a) What is the probability that at least one of the forwards will be substituted? = 1 - Probability that none of the forwards will be substituted = 1 - (9/11 * 8 /10 * 7/9) = 1 - 28/55 = 27/55
b) What is the probability that at least two of the forwards will be substituted? = (2/11 * 1/10 * 9/9) * 3 = 3/55 Maybe I am not reading this question correctly or don't quite understand it but regarding question 1, wouldn't the probability be: =1- (9/11 * 9/11 * 9/11) Everytime the coach makes a substitution, a new player is on the field but is there any reason that the second sub can't enter the game for the first sub? If not, there should still be 11 substitutable players on the field of which 9 aren't forwards, hence the second 9/11. Using this theory, the probability would be = 1 - 729/1331 What am I missing?
|
|
|
|
|
|
Manager
Joined: 07 Feb 2011
Posts: 88
Followers: 0
Kudos [?]:
4
[0], given: 43
|
Re: A coach will make 3 substitutions. The team has 11 players, [#permalink]
22 Jan 2013, 04:03
Confused at how order matters in this problem. I could solve it using combinations but never would have thought to use permutations here
_________________
We appreciate your kudos'
|
|
|
|
|
|
Veritas Prep GMAT Instructor
Joined: 16 Oct 2010
Posts: 3111
Location: Pune, India
Followers: 569
Kudos [?]:
2007
[1] , given: 92
|
Re: A coach will make 3 substitutions. The team has 11 players, [#permalink]
22 Jan 2013, 07:18
1
This post received KUDOS
manimgoindowndown wrote: Confused at how order matters in this problem. I could solve it using combinations but never would have thought to use permutations here The order does not matter if all positions on the team are the same. Say, there are 11 players in the team. You need to substitute 3 of them with 3 other players. You CHOOSE any 3 players out of the 11 and put the other 3 in their place. This is a combinations problem. In this question, there are 2 forwards and one other position. Say if there are 11 players P1, P2 to P11. P1 and P2 are forwards. You have 3 other players A, B and C. When you substitute, it is different if A and B are made forwards from the case where B and C are forwards. This problem involves permutation too.
_________________
Karishma Veritas Prep | GMAT Instructor My Blog
Save 10% on Veritas Prep GMAT Courses And Admissions Consulting Enroll now. Pay later. Take advantage of Veritas Prep's flexible payment plan options.
Veritas Prep Reviews
|
|
|
|
|
|
GMAT Club team member
Joined: 02 Sep 2009
Posts: 11560
Followers: 1795
Kudos [?]:
9569
[0], given: 826
|
Re: A coach will make 3 substitutions. The team has 11 players, [#permalink]
22 Jan 2013, 07:30
|
|
|
|
|
|
|
Re: A coach will make 3 substitutions. The team has 11 players,
[#permalink]
22 Jan 2013, 07:30
|
|
|
|
|
|
|
|
|
|
|