|
Author |
Message |
|
TAGS:
|
|
|
Manager
Joined: 22 Jul 2009
Posts: 200
Followers: 2
Kudos [?]:
141
[0], given: 18
|
Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
21 Sep 2009, 09:21
Question Stats:
21% (01:57) correct
78% (01:42) wrong based on 1 sessions
A
firm is divided into four departments, each of which contains four people. If a project is to be assigned to a team of three people, none of which can be from the same department, what is the greatest number of distinct teams to which the project could be assigned? (A) 4^3 (B) 4^4 (C) 4^5 (D) 6(4^4) (E) 4(3^6) Source: Jeff Sackmann's GMAT Extreme Challenge
_________________
Please kudos if my post helps.
|
|
|
|
|
|
|
|
|
Manager
Joined: 18 Jul 2009
Posts: 174
Location: India
Schools: South Asian B-schools
Followers: 2
Kudos [?]:
39
[0], given: 37
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
21 Sep 2009, 10:08
my approach 4 Dept (I,II,III,IV) with 4 people in each dept. To choose 1st team member = we have 16 options (4 dept x 4 people) To choose 2nd member = we have 12 options (3 dept x 4 people) To choose 3rd member = we have 8 options ( 2 dept x 4 people) unique teams = 16 x 12 x 8...i don't know where i am wrong ..help me ...
_________________
Bhushan S. If you like my post....Consider it for Kudos
|
|
|
|
|
|
GMAT Instructor
Joined: 24 Jun 2008
Posts: 973
Location: Toronto
Followers: 168
Kudos [?]:
443
[2] , given: 3
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
21 Sep 2009, 12:30
2
This post received KUDOS
powerka wrote: A
firm is divided into four departments, each of which contains four people. If a project is to be assigned to a team of three people, none of which can be from the same department, what is the greatest number of distinct teams to which the project could be assigned? (A) 4^3 (B) 4^4 (C) 4^5 (D) 6(4^4) (E) 4(3^6) Source: Jeff Sackmann's GMAT Extreme Challenge First, we need to choose the three teams we'll take employees from. That's the same as choosing one team *not* to take an employee from, so we can choose our three teams in 4 ways. Then we have 4 choices for which employee we take from each of the three teams, so the answer is 4*4*4*4 = 4^4. bhushan252 wrote: my approach 4 Dept (I,II,III,IV) with 4 people in each dept. To choose 1st team member = we have 16 options (4 dept x 4 people) To choose 2nd member = we have 12 options (3 dept x 4 people) To choose 3rd member = we have 8 options ( 2 dept x 4 people) unique teams = 16 x 12 x 8...i don't know where i am wrong ..help me ...  You're assuming that there is a '1st team member', a '2nd team member' and a '3rd team member' - that is, you're assuming the order of the team members is somehow important. If the question asked in how many ways we might choose a President, Vice-President and Treasurer with the given restrictions, your answer would be correct. However, since the order of our 3 team members doesn't matter, you need to divide your answer by 3! = 6. That gives (16)(12)(8)/(6) = 16*2*8 = 2^8 = 4^4.
_________________
Nov 2011: After years of development, I am now making my advanced Quant books and high-level problem sets available for sale. Contact me at ianstewartgmat at gmail.com for details.
Private GMAT Tutor based in Toronto
|
|
|
|
|
|
Manager
Joined: 22 Jul 2009
Posts: 200
Followers: 2
Kudos [?]:
141
[0], given: 18
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
21 Sep 2009, 20:24
IanStewart wrote: powerka wrote: A
firm is divided into four departments, each of which contains four people. If a project is to be assigned to a team of three people, none of which can be from the same department, what is the greatest number of distinct teams to which the project could be assigned? (A) 4^3 (B) 4^4 (C) 4^5 (D) 6(4^4) (E) 4(3^6) Source: Jeff Sackmann's GMAT Extreme Challenge First, we need to choose the three teams we'll take employees from. That's the same as choosing one team *not* to take an employee from, so we can choose our three teams in 4 ways. Then we have 4 choices for which employee we take from each of the three teams, so the answer is 4*4*4*4 = 4^4. bhushan252 wrote: my approach 4 Dept (I,II,III,IV) with 4 people in each dept. To choose 1st team member = we have 16 options (4 dept x 4 people) To choose 2nd member = we have 12 options (3 dept x 4 people) To choose 3rd member = we have 8 options ( 2 dept x 4 people) unique teams = 16 x 12 x 8...i don't know where i am wrong ..help me ...  You're assuming that there is a '1st team member', a '2nd team member' and a '3rd team member' - that is, you're assuming the order of the team members is somehow important. If the question asked in how many ways we might choose a President, Vice-President and Treasurer with the given restrictions, your answer would be correct. However, since the order of our 3 team members doesn't matter, you need to divide your answer by 3! = 6. That gives (16)(12)(8)/(6) = 16*2*8 = 2^8 = 4^4. Perfect explanation, thank you. My approach was 4*4*4*4 = 4^4.
_________________
Please kudos if my post helps.
|
|
|
|
|
|
Intern
Joined: 06 Jul 2010
Posts: 13
Followers: 1
Kudos [?]:
2
[1] , given: 0
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
07 Jul 2010, 20:16
1
This post received KUDOS
Answer is 4^4
Solution: Each department has 4 people and we must select 1 person from each department: 4C1
There are 4 departments and we must form team of 3 people and no two person in the team must be from the same department: 4C1 * 4C1 * 4C1 * 4C0
Number of ways it can be arranged: 4
4*(4C1 * 4C1 * 4C1 * 4C0) = 4*4^3 = 4^4
Cheers /Milap
|
|
|
|
|
|
Manager
Joined: 04 Apr 2010
Posts: 179
Followers: 1
Kudos [?]:
21
[0], given: 31
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
12 Jul 2010, 16:56
@bhushan252 YOu calcualted the permutation, in which we consider a team (r, s, d) and (d,s,r) different. However they are same when it comes about selecting people. SO divide you permutation result by r! Permutation: n!/(n-r)! Combintaiton: permutation/r! so your result that is 16 x 12 x 8 divided by 3! is the answer that is 4^4 (B). Cheers!
_________________
Consider me giving KUDOS, if you find my post helpful. If at first you don't succeed, you're running about average. ~Anonymous
|
|
|
|
|
|
Intern
Joined: 10 Jun 2010
Posts: 47
Followers: 0
Kudos [?]:
1
[0], given: 2
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
13 Jul 2010, 05:30
Guys, I got the right answer, but i am not sure if my approach is right. Lets say we have only 3 groups from which we have to pick one person from each group. The the number of combinations would be 4*4*4. Now, since we have 4 groups and we need to pick three at a time, the number of ways we can do this is 4C1=4. Hence total number of ways u can pick 3 people (1 person from each grp) from four groups is 4 (4*4*4) = 4 ^ 4.
What if we had six grps, wud the answer be 6C3 * 4*4 *4 ? GMAT experts, please help.
|
|
|
|
|
|
GMAT Club team member
Joined: 02 Sep 2009
Posts: 11611
Followers: 1802
Kudos [?]:
9600
[0], given: 829
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
13 Jul 2010, 07:59
anandnat wrote: Guys, I got the right answer, but i am not sure if my approach is right. Lets say we have only 3 groups from which we have to pick one person from each group. The the number of combinations would be 4*4*4. Now, since we have 4 groups and we need to pick three at a time, the number of ways we can do this is 4C1=4. Hence total number of ways u can pick 3 people (1 person from each grp) from four groups is 4 (4*4*4) = 4 ^ 4.
What if we had six grps, wud the answer be 6C3 * 4*4 *4 ? GMAT experts, please help. Correct. If there were 6 departments then: C^3_6 # of ways to choose which 3 department will provide employee for the team and as each chosen department can provide with 4 employees then total # of different teams will be C^3_6*4*4*4=5*4^4. A
firm is divided into four departments, each of which contains four people. If a project is to be assigned to a team of three people, none of which can be from the same department, what is the greatest number of distinct teams to which the project could be assigned?(A) 4^3 (B) 4^4 (C) 4^5 (D) 6(4^4) (E) 4(3^6) The same approach for the original question: C^3_4 # of ways to choose which 3 department will provide employee for the team and as each chosen department can provide with 4 employees then total # of different teams will be C^3_4*4*4*4=4^4. Answer: C. Hope it helps.
_________________
PLEASE READ AND FOLLOW: 11 Rules for Posting!!!
RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory
COLLECTION OF QUESTIONS: PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!
DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!
 What are GMAT Club Tests? 25 extra-hard Quant Tests
Find out what's new at GMAT Club - latest features and updates
|
|
|
|
|
|
Manager
Status: Waiting to hear from University of Texas at Austin
Joined: 24 May 2010
Posts: 77
Location: Changchun, China
Schools: University of Texas at Austin, Michigan State
Followers: 3
Kudos [?]:
18
[0], given: 4
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
14 Jul 2010, 21:03
First, when I read other peoples posted answers I think either I am thinking way too much here....or other people are not writing out all the steps.
The way I approached this problems is first I found the number of possible teams.
Since we have no replacements and order is not important I know it is combination
C^n_k
I have 16 people to choose from and I will only pick 3 of them
C^{16}_3
To add the condition no 2 people from the same department.
First Pick Anyone
Second Pick Any of 12, out of the remaining 15 = \frac{12}{15}
Third Pick Any of 8, out of 14 remaining = \frac{8}{14}
So my total final equation to solve was C^{16}_3*\frac{16}{16}*\frac{12}{15}*\frac{8}{14}
I end up with the correct answer, but am I doing something wrong?
|
|
|
|
|
|
Intern
Joined: 14 May 2011
Posts: 10
Followers: 0
Kudos [?]:
1
[0], given: 2
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
31 Aug 2011, 07:02
I'm trying to solve the problem using reverse combination approach.Please,Can anyone help.
Need to choose 3 people from 16 so 16C3.
No. of ways to choose 3 people from the same team 4C3.since there are four teams (4C3)^4
16C3 - (4C3)^4
=560-256
=304
|
|
|
|
|
|
Math Forum Moderator
Joined: 20 Dec 2010
Posts: 2100
Followers: 108
Kudos [?]:
655
[1] , given: 376
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
31 Aug 2011, 09:34
1
This post received KUDOS
klueless7825 wrote: I'm trying to solve the problem using reverse combination approach.Please,Can anyone help.
Need to choose 3 people from 16 so 16C3.
No. of ways to choose 3 people from the same team 4C3.since there are four teams (4C3)^4
16C3 - (4C3)^4
=560-256
=304 First of all, this approach is complicated, convoluted and error prone. I'd go by Bunuel's explanation. Different permutation and combination problems are done using different methods. You just need to pick the most apt one for a specific type. Anyway, No. of ways to choose 3 people from the same team 4C3.since there are four teams (4C3)^4 This is not entirely correct. Number of ways to choose 3 people from the same team: 4C3. Correct There are four teams: (4C3)^4. Not correct. Remember, here you need to add the numbers not multiply because you choose from 1 OR choose from 2 OR choose from 3 OR choose from 4. Secondly, you have missed out another case in which just 1 candidate is picked from 1 team AND 2 candidates are picked from another team. Because, that will also be the NOT one candidate from each team. So, actual answer could be arrived by this: Total=C^{16}_{3}=560Picking all 3 candidates from just one team: C^4_1*C^4_3=16OR(i.e. +) Picking 2 candidates from one team AND picking 1 candidate from one of the remaining teams C^4_1*C^4_2*C^3_1*C^4_1=288Total number of ways in which 1 candidate is NOT picked from each team 16+288=304Now, to find the left-overs just subtract from total: 560-304=256=4^4Ans: "B"
_________________
~fluke
Find out what's new at GMAT Club - latest features and updates
|
|
|
|
|
|
Intern
Joined: 14 May 2011
Posts: 10
Followers: 0
Kudos [?]:
1
[0], given: 2
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
31 Aug 2011, 09:52
Thanks a lot for explaining the reverse combination approach.It helped me to understand combinations better.
|
|
|
|
|
|
Manager
Joined: 10 Jan 2011
Posts: 238
Location: India
GMAT Date: 07-16-2012
GPA: 3.4
WE: Consulting (Consulting)
Followers: 0
Kudos [?]:
24
[0], given: 20
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
28 Sep 2011, 03:19
Good question.... IMO B
_________________
-------Analyze why option A in SC wrong-------
|
|
|
|
|
|
Senior Manager
Joined: 23 Oct 2010
Posts: 335
Location: Azerbaijan
Followers: 6
Kudos [?]:
68
[0], given: 67
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
29 Sep 2011, 00:58
milapshah wrote: Answer is 4^4
Solution: Each department has 4 people and we must select 1 person from each department: 4C1
There are 4 departments and we must form team of 3 people and no two person in the team must be from the same department: 4C1 * 4C1 * 4C1 * 4C0
Number of ways it can be arranged: 4
4*(4C1 * 4C1 * 4C1 * 4C0) = 4*4^3 = 4^4
Cheers /Milap I didnt get it. 4C1=4!/1*(4-1)!=4!/3! I mean 4C1 doesnt equal to 4 or I missed smth?
_________________
Happy are those who dream dreams and are ready to pay the price to make them come true
|
|
|
|
|
|
Senior Manager
Status: MBAing!!!!
Joined: 24 Jun 2011
Posts: 314
Location: United States (FL)
Concentration: Finance, Real Estate
Schools: Wharton '14 (D), CBS '14 (WL), Ross '14 (WL), Haas '14 (D), Johnson '14 (A), McCombs '14, Kenan-Flagler '14 (M), Madison (A), Consortium (D), Consortium (A), Consortium (M), Consortium, Consortium (A), Consortium (WL)
GPA: 3.65
WE: Project Management (Real Estate)
Followers: 5
Kudos [?]:
41
[0], given: 56
|
Re: Combinations Problem - Extreme Challenge - A firm is ... [#permalink]
30 Sep 2011, 01:33
Bunuel wrote: anandnat wrote: Guys, I got the right answer, but i am not sure if my approach is right. Lets say we have only 3 groups from which we have to pick one person from each group. The the number of combinations would be 4*4*4. Now, since we have 4 groups and we need to pick three at a time, the number of ways we can do this is 4C1=4. Hence total number of ways u can pick 3 people (1 person from each grp) from four groups is 4 (4*4*4) = 4 ^ 4.
What if we had six grps, wud the answer be 6C3 * 4*4 *4 ? GMAT experts, please help. Correct. If there were 6 departments then: C^3_6 # of ways to choose which 3 department will provide employee for the team and as each chosen department can provide with 4 employees then total # of different teams will be C^3_6*4*4*4=5*4^4. A
firm is divided into four departments, each of which contains four people. If a project is to be assigned to a team of three people, none of which can be from the same department, what is the greatest number of distinct teams to which the project could be assigned?(A) 4^3 (B) 4^4 (C) 4^5 (D) 6(4^4) (E) 4(3^6) The same approach for the original question: C^3_4 # of ways to choose which 3 department will provide employee for the team and as each chosen department can provide with 4 employees then total # of different teams will be C^3_4*4*4*4=4^4. Answer: C. Hope it helps. Thanks Bunuel for the clear explanation. I got it.
|
|
|
|
|
|
|
Re: Combinations Problem - Extreme Challenge - A firm is ...
[#permalink]
30 Sep 2011, 01:33
|
|
|
|
|
|
|
|
|
|
|