Last visit was: 18 Nov 2025, 15:44 It is currently 18 Nov 2025, 15:44
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
vnandan2001
Joined: 22 Apr 2025
Last visit: 05 Nov 2025
Posts: 25
Own Kudos:
20
 [1]
Given Kudos: 8
Posts: 25
Kudos: 20
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Rahilgaur
Joined: 24 Jun 2024
Last visit: 17 Nov 2025
Posts: 103
Own Kudos:
74
 [1]
Given Kudos: 45
GMAT Focus 1: 575 Q81 V82 DI72
Products:
GMAT Focus 1: 575 Q81 V82 DI72
Posts: 103
Kudos: 74
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Globethrotter
Joined: 12 Sep 2015
Last visit: 14 Nov 2025
Posts: 25
Own Kudos:
18
 [1]
Given Kudos: 57
Posts: 25
Kudos: 18
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
tia321
Joined: 24 Apr 2025
Last visit: 25 Oct 2025
Posts: 11
Own Kudos:
5
 [1]
Given Kudos: 47
Posts: 11
Kudos: 5
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The number of ways all choose different numbers is NpN ways = N! ways
The number of ways all choose same number = N ways
Now N! = 6 * N
(N-1)! = 6
we know N-1 =3 => N=4
User avatar
Manu1995
Joined: 30 Aug 2021
Last visit: 11 Nov 2025
Posts: 81
Own Kudos:
55
 [1]
Given Kudos: 18
Posts: 81
Kudos: 55
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We are given:
Each of n people chooses an integer from 1 to n, independently.
Probability that all choose different numbers(\(P_d\)) = 6 × Probability that all choose the same number(\(P_s\)).

Total outcomes:
Each of n people can choose from n integers = \(n^n\)

Case1:
All of them choose different numbers.
The first person has n choices.The second person has n-1 choices (must be different from the first).
...
The n-th person has 1 choice.

Number of ways = number of permutations of n distinct values among n people = \(n!\)
The probability that all of them choose different numbers
\(P_d\) =\(n!\)/\(n^n\)

Case2:
Everyone picks same number (say all pick 1, or all pick 2, etc.).There are n such outcomes
\(P_s\)= \(n\)/\(n^n\)

Given:
\(P_d\)= 6 * \(P_s\)
\(n!\)/\(n^n\) = 6 *(\(n\)/\(n^n\))

Cancel 1/\(n^n\) on both sides
==> \(n!= 6n\)
==> \(n(n-1)!\)= \(6n\)
==> \((n-1)! = 6\)

Now let's test the given options:
A) n = 3
==> \((3-1)!\) = 2
B) n = 4
==> \((4-1)!\)= 3*2=6 ( satisfies)
C)n = 5
==> \(4!\) = 24
D) n = 6
==> \(5!\) = 60
E) n = 8
==> \(7!\) = 5040

Option B correct
User avatar
AnujSingh0147
Joined: 17 Jun 2024
Last visit: 31 Oct 2025
Posts: 38
Own Kudos:
16
 [1]
Given Kudos: 126
Location: India
GPA: 6.5
Posts: 38
Kudos: 16
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Total outcomes = n^n
possible outcomes when all select a similar number = n
P(all select the same number) = n/n^n

possible outcome when all select different = n!
p(all select different) = n!/n^n

As per the question
p(all select different) = 6*P(all select the same number)
n! = 6*n

from the option 4 is the only number fitting the equation

Therefore, option B
User avatar
GarvitGoel
Joined: 06 Aug 2024
Last visit: 17 Nov 2025
Posts: 69
Own Kudos:
54
 [1]
Posts: 69
Kudos: 54
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Option B is the correct answer.

Lets understand the information mentioned in the question before trying to solve for it.

So the question starts by telling us that "Each of n people randomly selects an integer from 1 to n such that the probably that all of them choose different number is 6 times the probability that all of that chose the same number". Now the question asks us the value of n. Lets understand it with the help of an example: Suppose there are 2 people and they have to chose a number from 1 and 2 then the probability that both of them choose either 1 or 2 will be: (1/2)*(1/2)*2 = 1/2, which we can simply write as n/(n^n) if we want we can try other cases as well ther as well we will get the same answer with formula and with manual calculation. Now lets see the number of cases if both of them choose different numbers, here the total number of cases will be 4 and the cases in which both of them choose different numbers will be 2 so the probability here will also be 1/2, which if we wrong in terms of formula will be n!/(n^n).

Lets understand how get get our formulas:
P(Same number) = (1/2)*(1/2)*2 = 1/2, here we know that both the people can either choose 1 or 2 for there answer and as there the selecting the same number so there will be total 2 favorable cases i.e. either both of them selected 1 or selected 2 we can also write it as (1,1) or (2,2) and for total favorable cases it will be 4 i.e. (1,2), (1,1), (2,1) or (2,2).

P(Different number) = (1/2)*(1/2)*2! = 1/2, here what we know is that both of them selected different number and the probability for selecting any is 1/2 and they can be arranged in 2! ways i.e. either (1,2) or (2,1).

Now after understand the question and the method/formula we need to use lets try to solve the question with the help of the given options and see which option meets the conditions gives us the our answer i.e. P(Same Number) = 6*P(Different Numbers)

Option A: n = 3, Now lets try to put this in the formula which we discussed earlier.
P(Same Number) = n/(n^n) => 3/(3^3) => 1/9
P(Different Number) = n!/(n^n) = 3!/(3^3) =>2/9

This option tells us that if n = 3 then P(Same Number) = 2*P(Different Numbers), which does not gives us the mentioned condition i.e. P(Same Number) = 6*P(Different Numbers). Eliminated


Option B: n = 4
P(Same Number) = n/(n^n) => 4/(4^4) => 1/64
P(Different Number) = n!/(n^n) = 4!/(4^4) =>6/64

This options given us the exact answer for which we are looking for i.e. P(Same Number) = 6*P(Different Numbers) => 1/64 = 6/64. Selected

After checking these two options only we got our answer so no need to check further options but on the exam it will be unnecessary and will only waste our time. So from here we can conclude that n=4 (Option B) satisfies all the conditions mentioned in the question and gives us the desired condition, that's why it is our answer.

Bunuel
Each of n people randomly selects an integer from 1 to n, inclusive. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number, what is the value of n?

A. 3
B. 4
C. 5
D. 6
E. 8


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
shaliny
Joined: 30 Oct 2023
Last visit: 24 Oct 2025
Posts: 99
Own Kudos:
Given Kudos: 712
Products:
Posts: 99
Kudos: 26
Kudos
Add Kudos
Bookmarks
Bookmark this Post
probability of selecting different no. = n!/n
probability of selecting same no. = n-(n-1)/n

so, n!/n = 6* n-(n-1)/n
n! = 6
n = 3
option A
Bunuel
Each of n people randomly selects an integer from 1 to n, inclusive. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number, what is the value of n?

A. 3
B. 4
C. 5
D. 6
E. 8


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
SRIVISHUDDHA22
Joined: 08 Jan 2025
Last visit: 18 Nov 2025
Posts: 88
Own Kudos:
55
 [1]
Given Kudos: 268
Location: India
Schools: ISB '26
GPA: 9
Products:
Schools: ISB '26
Posts: 88
Kudos: 55
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post


Bunuel
Each of n people randomly selects an integer from 1 to n, inclusive. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number, what is the value of n?

A. 3
B. 4
C. 5
D. 6
E. 8


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

Attachment:
GMAT-Club-Forum-46novhr6.png
GMAT-Club-Forum-46novhr6.png [ 179.5 KiB | Viewed 153 times ]
User avatar
IIIJOHNNYSIII
Joined: 10 Aug 2023
Last visit: 13 Nov 2025
Posts: 85
Own Kudos:
53
 [1]
Given Kudos: 15
Location: India
Posts: 85
Kudos: 53
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Each of \(n\) people randomly selects an integer from \(1\) to \(n\), inclusive. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number, what is the value of \(n\)?

Given, number of people, \(n\) ; integers from \(1\) to \(n\)

Let probability that all of them choose different numbers be \(P(x)\) & probability that all of them choose the same number be \(P(y)\)
We also have, \(P(x) = 6 * P(y)\) ~(1)
Total number of outcomes from selecting an integer from \(1\) to \(n\) = \(n^n\)

Then since while selecting different numbers no following member can choose the same number again, number of different ways to choose an integer from \(1\) to \(n = n * (n-1) * (n-2) * ..... *1 = n!\)

Then, \(P(x) = n!/n^n\) ~(2)

In the case where everyone selects the same number, total number of outcomes = \(n\)

Therefore \(P(y) = n/n^n\) ~(3)

Substituting \(2\) & \(3\) in \(1\) we get,
\(n!/n^n = 6 * n/n^n\)
\(n! = 6n\)
Now using trial and error from the options to find the value that satisfies this condition,
Taking \(n = 3, 3! ≠ 6*3\)
Taking \(n = 4, 4! = 6*4 = 24\)
Therefore \(n\) satisfies the condition

Correct option is Option B
User avatar
sahayrahul
Joined: 07 Jan 2019
Last visit: 01 Oct 2025
Posts: 31
Own Kudos:
8
 [1]
Given Kudos: 29
Location: United States (NJ)
Concentration: Technology, General Management
GPA: 3.5
WE:Project Management (Technology)
Posts: 31
Kudos: 8
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Total cases = N^n
Total of people choosing one unique number = n!
So Probability = n!/n^n
Total of people choosing only one same number = n
Probability = n/n^n

n!/n^n = 6 * n/n^n as n is positive and we have equality we can cancle n^n.

==> n! = 6 * n ==> (n-1)! = 6 ==> n = 4 B
User avatar
Lemniscate
Joined: 28 Jun 2025
Last visit: 09 Nov 2025
Posts: 80
Own Kudos:
72
 [1]
Posts: 80
Kudos: 72
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Probability (all different numbers) = n!/n^n
Probability (all same number) = n/n^n

Probability (all different numbers) = 6*Probability (all same number)
n!/n^n = 6*n/n^n
n! = 6n
(n-1)!=6
n-1=3
n=4

Answer B
User avatar
UfuomaOh
Joined: 14 Sep 2023
Last visit: 17 Nov 2025
Posts: 83
Own Kudos:
50
 [1]
Given Kudos: 14
Products:
Posts: 83
Kudos: 50
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
There are n people who are to select 1 to n integers. If Prob that they choose different integers = 6 times the prob that they choose the same integer. Find the value of n

Each of the n people have n choices so the total probability
n=n^n

The total possible outcome that each person chooses a different number is

n* (n-1)*(n-2)*...*1 = n!

Hence Pdiff= n!/n^n

The total outcome if all n persons choose the same number is n

Therefore Psame= n/n^n= 1/n^(n-1)

If n!/n^n = 6*1/n^(n-1)

n!/n^n= 6/n^(n-1)

Note that n^n = n* n^(n-1)

n!= n*(n-1)!
n!/n^n= (n-1)!/n^(n-1)
(n-1)!/n^(n-1)= 6/n^(n-1)

(n-1)!= 6

n!=3!

(n-1)!=3!
n=4
User avatar
Punt
Joined: 09 Jul 2024
Last visit: 11 Nov 2025
Posts: 36
Own Kudos:
29
 [1]
Given Kudos: 15
Location: India
Posts: 36
Kudos: 29
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given,
1. Each of n people randomly selects an integer from 1 to n, inclusive.
2. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number,
i.e.
Probability (all different) = 6 * Probability (all same)
To find
the value of n?

Solution:
Total possible combination = n[sup]n[/sup]
If all choose the same number, possible combination = n
Probability (all choose same number) = n / n[sup]n[/sup]
If all choose the different number, possible combination = n !
Probability (all choose different number) = n!/ n[sup]n[/sup]

Using condition,
Probability (all different) = 6 * Probability (all same),
Now, we have
n!/ n[sup]n [/sup] = 6 *n / n[sup]n[/sup]
n! = 6n
Now, checking values of n from options,
n = 4 satisfy the condition
Ans: B
Bunuel
Each of n people randomly selects an integer from 1 to n, inclusive. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number, what is the value of n?

A. 3
B. 4
C. 5
D. 6
E. 8


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
andreagonzalez2k
Joined: 15 Feb 2021
Last visit: 26 Jul 2025
Posts: 308
Own Kudos:
497
 [1]
Given Kudos: 14
Posts: 308
Kudos: 497
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
probability that all of them choose different numbers = n!/(n^n)
probability that all of them choose the same number = n/(n^n)

n!/(n^n) = 6 * n/(n^n)
n! = 6n
(n-1)!=6
n-1=3
n=4

IMO B
User avatar
SSWTtoKellogg
Joined: 06 Mar 2024
Last visit: 18 Nov 2025
Posts: 57
Own Kudos:
35
 [1]
Given Kudos: 14
Location: India
GMAT Focus 1: 595 Q83 V78 DI77
GMAT Focus 2: 645 Q87 V79 DI79
GPA: 8.8
Products:
GMAT Focus 2: 645 Q87 V79 DI79
Posts: 57
Kudos: 35
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
n! = 6*n
= 2*3*n = 4!

B
User avatar
SaKVSF16
Joined: 31 May 2024
Last visit: 18 Nov 2025
Posts: 86
Own Kudos:
79
 [1]
Given Kudos: 41
Products:
Posts: 86
Kudos: 79
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Total cases possible, when n people each can select from n options available = n*n*n....n times = \(n^n \)

Number of combinations possible, when n people each choose a different number = 1st person chooses from n, 2nd person chooses from n-1...nth person chooses from 1 option = n*n-1*n-2...1 =\( n! \)
Probability(all choose different) = \(\frac{n!} {n^n}\)

Number of combinations possible, when n people each choose the same number = 1st person chooses from n, 2nd person to nth person would have to choose the same number= n*1*1.....1 =n
Probability(all choose same) = \(\frac{n} {n^n}\)

Given to us : P(all choose different)= 6*P(all choose same)
\(\frac{n!} {n^n}\) = \( 6 * \frac{n} {n^n}\)

\(n!\) = \( 6 * n\)

From options given to us,
A. n=3 >> 3! is not equal to 6*3 >> n is not 3
B. n= 4 >> 4!= 24 = 6*4

So answer is n=4, B
User avatar
LastHero
Joined: 15 Dec 2024
Last visit: 11 Nov 2025
Posts: 134
Own Kudos:
147
 [1]
Given Kudos: 1
Posts: 134
Kudos: 147
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
probability = favorable outcomes / possible outcomes

possible outcomes = n^n in both cases

favorable outcomes different numbers = n!
favorable outcomes same number = n

n!/(n^n) = 6n/(n^n)
n!=6n
n(n-1)!=6n
(n-1)!=6

3!=6, so n=4

The right answer is B
User avatar
bebu24
Joined: 19 May 2025
Last visit: 21 Aug 2025
Posts: 61
Own Kudos:
35
 [1]
Given Kudos: 12
Posts: 61
Kudos: 35
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Option B is the correct answer.

Lets, do this via back solving.

Probability of choosing different = n!/n^3
Probability of choosing same = n/n^3
From this we can derive that,
n! = 6 * n
Now evaluate each option:
A. 3! not equal 6 * 3
B. 4! = 6 * 4 [Correct]
Bunuel
Each of n people randomly selects an integer from 1 to n, inclusive. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number, what is the value of n?

A. 3
B. 4
C. 5
D. 6
E. 8


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

User avatar
jkkamau
Joined: 25 May 2020
Last visit: 18 Nov 2025
Posts: 132
Own Kudos:
107
 [1]
Given Kudos: 122
Location: Kenya
Schools: Haas '25
GMAT 1: 730 Q50 V46
GPA: 3.5
Products:
Schools: Haas '25
GMAT 1: 730 Q50 V46
Posts: 132
Kudos: 107
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Total possible outcomes = n^n
Probability all choose the same number is n/n^n
Probability all choose different number is n!/n^n
Given n!/n^n= 6 n/n^n
Means n!= 6n From here you can test the numbers 1,2,3,4....
From the above only 4 meets the condition hence n=4
ANS B
Bunuel
Each of n people randomly selects an integer from 1 to n, inclusive. If the probability that all of them choose different numbers is six times the probability that all of them choose the same number, what is the value of n?

A. 3
B. 4
C. 5
D. 6
E. 8


 


This question was provided by GMAT Club
for the GMAT Club Olympics Competition

Win over $30,000 in prizes such as Courses, Tests, Private Tutoring, and more

 

   1   2   3   4   5   
Moderators:
Math Expert
105355 posts
Tuck School Moderator
805 posts