Last visit was: 10 Jul 2025, 19:43 It is currently 10 Jul 2025, 19:43
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
User avatar
tarek99
Joined: 21 Jul 2006
Last visit: 01 Jun 2025
Posts: 768
Own Kudos:
4,961
 [95]
Given Kudos: 1
 Q49  V35
Posts: 768
Kudos: 4,961
 [95]
4
Kudos
Add Kudos
91
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 10 Jul 2025
Posts: 102,631
Own Kudos:
Given Kudos: 98,170
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,631
Kudos: 740,206
 [74]
20
Kudos
Add Kudos
54
Bookmarks
Bookmark this Post
User avatar
Raffie
Joined: 20 Jun 2007
Last visit: 22 Feb 2008
Posts: 58
Own Kudos:
78
 [40]
 Q46  V48
Posts: 58
Kudos: 78
 [40]
29
Kudos
Add Kudos
11
Bookmarks
Bookmark this Post
General Discussion
User avatar
tarek99
Joined: 21 Jul 2006
Last visit: 01 Jun 2025
Posts: 768
Own Kudos:
4,961
 [1]
Given Kudos: 1
 Q49  V35
Posts: 768
Kudos: 4,961
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
out of curiosity guys, sometimes there are questions that we will have to look for the opposite and then subtract that answer from 1. but how come it doesn't work with this problem? for example:

what is the probability that they will choose the same number instead of different numbers:

4/4 * 1/4 * 1/4 * 1/4 = 1/64

so 1 - 1/64 = 63/64 which is not even close to 9%. how come this doesn't work? cause i always confuse between when to use the opposite and when not. anybody?
User avatar
shubhampandey
Joined: 25 Nov 2007
Last visit: 25 Mar 2008
Posts: 18
Own Kudos:
20
 [9]
Posts: 18
Kudos: 20
 [9]
6
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
tarek99
out of curiosity guys, sometimes there are questions that we will have to look for the opposite and then subtract that answer from 1. but how come it doesn't work with this problem? for example:

what is the probability that they will choose the same number instead of different numbers:

4/4 * 1/4 * 1/4 * 1/4 = 1/64

so 1 - 1/64 = 63/64 which is not even close to 9%. how come this doesn't work? cause i always confuse between when to use the opposite and when not. anybody?


Because

(1 - everyone chooses same number) "Not equal to" (everyone chooses different number)

Infact , (1 - everyone chooses same number) "equal to" (everyone chooses not the same number)

But it still means 2 or 3 people can choose the same number, just not all 4.

Hope it helps..
User avatar
cstefanita
Joined: 01 Nov 2007
Last visit: 07 Jan 2008
Posts: 40
Own Kudos:
7
 [1]
Posts: 40
Kudos: 7
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Possible combinations of each choosing a diffrent number (favorable events):
4*3*2*1=24

Total possible combinations (total events): 4*4*4*4=256

Favorable events/total events = 24/256 approx 10%

Is this a correct approach?
User avatar
LM
Joined: 03 Sep 2006
Last visit: 04 Apr 2015
Posts: 445
Own Kudos:
7,460
 [4]
Given Kudos: 33
Posts: 445
Kudos: 7,460
 [4]
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
Raffie
The first guy can choose anything
chance of success 1/1

Second guy can choose any three of the four numbers
chance of success 3/4

Third guy can choose any two of the four numbers
chance of success 2/4

Last guy can choose only one of the four numbers
chance of success 1/4

Prob: 1 x 3/4 x 2/4 x 1/4 = 6/64 = 9%

Answer A


Excellent and quite fast.

Quote:
(1 - everyone chooses same number) "Not equal to" (everyone chooses different number)

Infact , (1 - everyone chooses same number) "equal to" (everyone chooses not the same number)

But it still means 2 or 3 people can choose the same number, just not all 4.


This is also possible, if we can write the combinations for the cases in which same number is selected by 4 people and then by 3 people and then by 2 people, and subtract the sum total from 1.

People are A,B,C,and D.

Number are 1,2,3,and 4

If 4 people select the same number:

number selected is 1:

A can choose it in 1/4 ways

B can choose it in 1/4 ways

C can choose it in 1/4 ways

D can choose it in 1/4 ways

Therefore: (1/4)*(1/4)*(1/4)*(1/4) = (1/4)^4

Other numbers which can be selected are 2,3,and 4

Therefore total number of ways = 4* [ (1/4)^4] = (1/4)^3 = 1/64

If 3 people select the same number:

number selected is 1:

A can choose it in 1/4 ways

B can choose it in 1/4 ways

C can choose it in 1/4 ways

D can choose any other numbers in 3/4 ways

Therefore: (1/4)*(1/4)*(1/4)*(3/4) = (3/4^4)

Other numbers which can be selected are 2,3,and 4

Therefore total number of ways = 4*(3/4^4) = 3/(4)^3 =3/64

If 2 people select the same number:

number selected is 1:

A can choose it in 1/4 ways

B can choose it in 3/4 ways

C can choose it in 2/4 ways

D can choose any other numbers in 3/4 ways

Therefore: (1/4)*(1/4)*(3/4)*(2/4) = (6/4^4)

Other numbers which can be selected are 2,3,and 4

Therefore total number of ways = 4*(6/4^4) = 6/(4)^3 =6/64


Ohhhh I think I messed up somewhere!!!!

but I guess it's possible this way too!




[/u]
User avatar
marcodonzelli
Joined: 22 Nov 2007
Last visit: 22 Aug 2014
Posts: 627
Own Kudos:
Posts: 627
Kudos: 3,092
Kudos
Add Kudos
Bookmarks
Bookmark this Post
very quickly: total area of probability equals 4*4*4*4=4^4
at the numerator: 4! (if the first choose one number, there are 3 possible alternatives remaining...)
so, 4!/4^4=0.093....
User avatar
automan
Joined: 09 Jul 2005
Last visit: 20 Jan 2013
Posts: 318
Own Kudos:
Posts: 318
Kudos: 149
Kudos
Add Kudos
Bookmarks
Bookmark this Post
favourable outcomes=4!
total outcomes=4^4

Probality=4!/4^4=3/32= aprox 9%
User avatar
x2suresh
Joined: 07 Nov 2007
Last visit: 18 Aug 2012
Posts: 716
Own Kudos:
3,119
 [1]
Given Kudos: 5
Location: New York
Posts: 716
Kudos: 3,119
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
arjtryarjtry
suppose the question is modified to the probability that all of them select the same no.???

give detailed working...

p for all of them select 1 = 1/4^4

p for all of them select 1 or 2 or 3 or 4 = 4*1/4^4= 1/4^3
User avatar
GMBA85
Joined: 03 Jun 2008
Last visit: 09 Aug 2009
Posts: 61
Own Kudos:
Concentration: Finance
Schools:ISB, Tuck, Michigan (Ross), Darden, MBS
 Q49  V39
Posts: 61
Kudos: 401
Kudos
Add Kudos
Bookmarks
Bookmark this Post
arjtryarjtry
suppose the question is modified to the probability that all of them select the same no.???

give detailed working...

(1/4*1/4*1/4*1/4)*4 = 4/256 = 1/64

Guys let me know if I am missing something here.
avatar
srivas
Joined: 27 Oct 2008
Last visit: 28 Sep 2009
Posts: 97
Own Kudos:
308
 [1]
Given Kudos: 3
Posts: 97
Kudos: 308
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
As part of a game, four people each must secretly choose an integer between 1 and 4, inclusive. What is the approximate likelihood that all four people will choose different numbers?

a) 9%
b) 12%
c) 16%
d) 20%
e) 25%

Soln:
Chances that all four choose different numbers is
Assuming first person chooses any of 4 numbers, second can choose the 1 from the left over 3, third can choose one number from the left over two and the last person chooses the last number. Hence
4 * 3 * 2 * 1 = 24 ways

Total possible chances is 4 * 4 * 4 * 4 = 256

Thus probability is = (24/256) * 100 = 9%
User avatar
lnarayanan
Joined: 20 Feb 2009
Last visit: 21 Aug 2024
Posts: 35
Own Kudos:
128
 [2]
Location: chennai
Concentration: general
Posts: 35
Kudos: 128
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
As part of a game, four people each must secretly choose an integer between 1 and 4, inclusive. What is the approximate likelihood that all four people will choose different numbers?

a) 9%
b) 12%
c) 16%
d) 20%
e) 25%

Ans:a)
1st person has option no's- (1,2,3,4) - there fore probability of getting a no = 4c1/4c1 = 1

2nd person has option no's any three ,
he has to choose a no from three no's - there fore probability of getting a no = 3c1/4c1 = 3/4

3rd person has option no's any two ,
he has to choose a no from two no's -there fore probability of getting a no = 2c1/4c1 = 1/2

4th person has only one option - there fore probability of getting a no
= 1c1/4c1 = 1/4
=1*3/4*1/2*1/4 = 3/32 = 9%
avatar
jainsaurabh
Joined: 24 May 2010
Last visit: 01 Aug 2011
Posts: 4
Own Kudos:
Given Kudos: 2
Posts: 4
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunuel,

For the case C, I am going wrong somewhere. Could you point out where please?

# of ways to chose 2 people from the group = 4C2
# of ways for this group to select one number out of 4 numbers = 4
# of ways to select 2 people out of remaining 2 = 2C2
# of ways for this group to select a number from the remaining 3 = 3

Hence total number of ways = 4C2*4*2C2*3 = 72.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 10 Jul 2025
Posts: 102,631
Own Kudos:
740,206
 [3]
Given Kudos: 98,170
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 102,631
Kudos: 740,206
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
jainsaurabh
Hi Bunuel,

For the case C, I am going wrong somewhere. Could you point out where please?

# of ways to chose 2 people from the group = 4C2
# of ways for this group to select one number out of 4 numbers = 4
# of ways to select 2 people out of remaining 2 = 2C2
# of ways for this group to select a number from the remaining 3 = 3

Hence total number of ways = 4C2*4*2C2*3 = 72.

# of ways to divide group of 4 into two groups of 2 when order of the groups does not matter is \(\frac{C^2_4*C^2_2}{2!}\) and then you can do 4*3 for numbers;

But if you do just \(C^2_4*C^2_2\) then you get the # of divisions of group of 4 into two groups of 2 when the order of the groups matters (you'll have group XY and also group YX with this fromula) then for numbers you should use \(C^2_4\).

So your formula needs to be divided by 2! in any case to get rid of the duplications.

Check the following links for more on this issue:
combination-anthony-and-michael-sit-on-the-six-member-87081.html?hilit=dividing#p767453
probability-88685.html?hilit=factorial%20teams
ways-to-divide-99053.html?hilit=factorial%20teams
combinations-problems-95344.html?hilit=factorial%20teams

Hope it's clear.
User avatar
Dawgie
Joined: 13 Aug 2009
Last visit: 03 Jun 2019
Posts: 492
Own Kudos:
Given Kudos: 46
Posts: 492
Kudos: 84
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
jainsaurabh
Hi Bunuel,

For the case C, I am going wrong somewhere. Could you point out where please?

# of ways to chose 2 people from the group = 4C2
# of ways for this group to select one number out of 4 numbers = 4
# of ways to select 2 people out of remaining 2 = 2C2
# of ways for this group to select a number from the remaining 3 = 3

Hence total number of ways = 4C2*4*2C2*3 = 72.

# of ways to divide group of 4 into two groups of 2 when order of the groups does not matter is \(\frac{C^2_4*C^2_2}{2!}\) and then you can do 4*3 for numbers;

But if you do just \(C^2_4*C^2_2\) then you get the # of divisions of group of 4 into two groups of 2 when the order of the groups matters (you'll have group XY and also group YX with this fromula) then for numbers you should use \(C^2_4\).

So your formula needs to be divided by 2! in any case to get rid of the duplications.

Check the following links for more on this issue:
combination-anthony-and-michael-sit-on-the-six-member-87081.html?hilit=dividing#p767453
probability-88685.html?hilit=factorial%20teams
ways-to-divide-99053.html?hilit=factorial%20teams
combinations-problems-95344.html?hilit=factorial%20teams

Hope it's clear.
Thanks, makes a lot more sense looking at it this way.
avatar
jainsaurabh
Joined: 24 May 2010
Last visit: 01 Aug 2011
Posts: 4
Own Kudos:
Given Kudos: 2
Posts: 4
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Thanks for the reply Bunuel !
avatar
fxsunny
Joined: 13 Jan 2012
Last visit: 23 Feb 2012
Posts: 29
Own Kudos:
44
 [2]
Posts: 29
Kudos: 44
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
tarek99
As part of a game, four people each must secretly choose an integer between 1 and 4, inclusive. What is the approximate likelihood that all four people will choose different numbers?

a) 9%
b) 12%
c) 16%
d) 20%
e) 25%

SOLUTIONS FOR ALL SCENARIOS

When four people choose an integer between 1 and 4, inclusive 5 cases are possible:

A. All choose different numbers - {a,b,c,d};
B. Exactly 2 people choose same number and other 2 choose different numbers - {a,a,b,c};
C. 2 people choose same number and other 2 also choose same number - {a,a,b,b};
D. 3 people choose same number - {a,a,a,b};
E. All choose same number - {a,a,a,a}.

Some notes before solving:
As only these 5 cases are possible then the sum of their individual probabilities must be 1: \(P(A)+P(B)+P(C)+P(D)+P(E)=1\)

\(Probability=\frac{# \ of \ favorable \ outcomes}{total \ # \ of \ outcomes}\)

As each person has 4 options, integers from 1 to 4, inclusive, thus denominator, total # of outcomes would be 4^4 for all cases.

A. All choose different numbers - {a,b,c,d}:

\(P(A)=\frac{4!}{4^4}=\frac{24}{256}\).

# of ways to "assign" four different objects (numbers 1, 2, 3, and 4) to 4 persons is 4!.

B. Exactly 2 people choose same number and other 2 choose different numbers - {a,a,b,c}:

\(P(B)=\frac{C^2_4*4*P^2_3}{4^4}=\frac{144}{256}\).

\(C^2_4\) - # of ways to choose which 2 persons will have the same number;
\(4\) - # of ways to choose which number it will be;
\(P^2_3\) - # of ways to choose 2 different numbers out of 3 left for 2 other persons when order matters;

C. 2 people choose same number and other 2 also choose same number - {a,a,b,b}:

\(P(C)=\frac{{C^2_4*\frac{4!}{2!2!}}}{4^4}=\frac{36}{256}\).

\(C^2_4\) - # of ways to choose which 2 numbers out of 4 will be used in {a,a,b,b};
\(\frac{4!}{2!2!}\) - # of ways to "assign" 4 objects out of which 2 a's and 2 b's are identical to 4 persons;

D. 3 people choose same number - {a,a,a,b}:

\(P(D)=\frac{C^3_4*4*3}{4^4}=\frac{48}{256}\).

\(C^3_4\) - # of ways to choose which 3 persons out of 4 will have same number;
\(4\) - # of ways to choose which number it will be;
\(3\) - options for 4th person.

E. All choose same number - {a,a,a,a}:

\(P(E)=\frac{4}{4^4}=\frac{4}{256}\).

\(4\) - options for the number which will be the same.

Checking: \(P(A)+P(B)+P(C)+P(D)+P(E)=\frac{24}{256}+\frac{144}{256}+\frac{36}{256}+\frac{48}{256}+\frac{4}{256}=1\).

Hope it's clear.

Way cool. Wish I could bookmark just this response. Many times, I bookmark a topic, but forget that it was actually a constituent post way way down that really prompted me to do so...
avatar
mofasser08
Joined: 14 Apr 2012
Last visit: 22 Dec 2012
Posts: 4
Given Kudos: 35
Posts: 4
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Exactly 2 people choose the same number and other 2 choose different numbers - {a,a,b,c}: 4*4*3*2/4^4 what's wrong with it, plz explain?
User avatar
alphabeta1234
Joined: 12 Feb 2012
Last visit: 03 Jun 2016
Posts: 105
Own Kudos:
251
 [1]
Given Kudos: 28
Posts: 105
Kudos: 251
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
tarek99
As part of a game, four people each must secretly choose an integer between 1 and 4, inclusive. What is the approximate likelihood that all four people will choose different numbers?

a) 9%
b) 12%
c) 16%
d) 20%
e) 25%

SOLUTIONS FOR ALL SCENARIOS



B. Exactly 2 people choose same number and other 2 choose different numbers - {a,a,b,c}:

\(P(B)=\frac{C^2_4*4*P^2_3}{4^4}=\frac{144}{256}\).

\(C^2_4\) - # of ways to choose which 2 persons will have the same number;
\(4\) - # of ways to choose which number it will be;
\(P^2_3\) - # of ways to choose 2 different numbers out of 3 left for 2 other persons when order matters;

C. 2 people choose same number and other 2 also choose same number - {a,a,b,b}:

\(P(C)=\frac{{C^2_4*\frac{4!}{2!2!}}}{4^4}=\frac{36}{256}\).

\(C^2_4\) - # of ways to choose which 2 numbers out of 4 will be used in {a,a,b,b};
\(\frac{4!}{2!2!}\) - # of ways to "assign" 4 objects out of which 2 a's and 2 b's are identical to 4 persons;



Bunuel,

I am teribbly sorry to revive this old post but I am still trying to find out to out compute options (B) and (C) that you have laid out.

For (B) this was my thought process- - {a,a,b,c}:

(4C1)(4C2)(3C1)(2C1)(2C1)(1C1)=288 ( You got 144, which is half my answer, why do I need to divide by 2?)

(# of ways to pick the paired number)(# of ways to place the pair within the 4 slots) (# of ways to pick the first non-pair number)(# of ways to place first non-pair number in the remaining two slots)(# of ways to pick the second non-pair number)(# of ways to place the second non-pair in the last slot)

For (C) this was my thought process - {a,a,b,b}:

(4C1)(4C2)(3C1)(2C2)=72

(# of ways to pick the first pair)(# of ways to place first pair number in the 4 slots)(# of ways to pick the second pair )(# of ways to place second pair in the remaining 2 slots)


What am I doing wrong here? Help Bunuel!
Thank you!
 1   2   
Moderators:
Math Expert
102631 posts
PS Forum Moderator
686 posts