Last visit was: 27 Mar 2025, 10:30 It is currently 27 Mar 2025, 10:30
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
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 27 March 2025
Posts: 100,113
Own Kudos:
Given Kudos: 92,732
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 100,113
Kudos: 711,353
 [224]
8
Kudos
Add Kudos
214
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 27 March 2025
Posts: 100,113
Own Kudos:
Given Kudos: 92,732
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 100,113
Kudos: 711,353
 [67]
26
Kudos
Add Kudos
41
Bookmarks
Bookmark this Post
User avatar
GMATGuruNY
Joined: 04 Aug 2010
Last visit: 27 March 2025
Posts: 1,344
Own Kudos:
3,529
 [40]
Given Kudos: 9
Schools:Dartmouth College
Expert
Expert reply
Posts: 1,344
Kudos: 3,529
 [40]
31
Kudos
Add Kudos
9
Bookmarks
Bookmark this Post
General Discussion
User avatar
QuantMadeEasy
Joined: 28 Feb 2014
Last visit: 26 Mar 2025
Posts: 504
Own Kudos:
695
 [10]
Given Kudos: 78
Location: India
Concentration: General Management, International Business
GPA: 3.97
WE:Engineering (Education)
Posts: 504
Kudos: 695
 [10]
5
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
5 integers are to be selected at random, as the order of selection does not matter, the question is on combination
Total number of ways in which 5 integers can be selected out of 20 integers is 20C5

Integers 10 and 20 to be there means remaining 3 integers to be selected out of 18 integers.
Total number of ways in which 3 integers can be selected out of 18 is 18C3

Required probability = 20C5/ 18C3
Simplifying to get 1/19

IMO D

For complete pocket friendly GMAT Quant video course: 

https://www.udemy.com/course/best-gmat- ... 37602183BB
­
User avatar
GMATGuruNY
Joined: 04 Aug 2010
Last visit: 27 March 2025
Posts: 1,344
Own Kudos:
3,529
 [19]
Given Kudos: 9
Schools:Dartmouth College
Expert
Expert reply
Posts: 1,344
Kudos: 3,529
 [19]
12
Kudos
Add Kudos
7
Bookmarks
Bookmark this Post
 
Bunuel
­If 5 integers are to be selected at random and without replacement from the list consisting of the 20 integers from 1 to 20, inclusive, what is the probability that 2 of the 5 selected integers will be 10 and 20 ?

A. 2/5

B. 1/4

C. 1/10

D. 1/19

E. 1/60


 
\(­P = \frac{good-outcomes}{all-possible-outcomes}\)

All possible outcomes = all possible 5-integer combinations:
From 20 integers, the number of ways to choose 5 = 20C5 = \(\frac{20*19*18*17*16}{5*4*3*2*1}\)­

Good outcomes = 5-integer combinations that include 10 and 20:
We must select 3 integers from 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, and 19 to combine with 10 and 20.
From the 18 integers in blue, the number of ways to choose 3 to combine with 10 and 20 = 18C3 = \(\frac{18*17*16}{3*2*1}\)

To divide the second fraction by the first, multiply the second fraction by the reciprocal of the first:
\(\frac{18*17*16}{3*2*1} * \frac{5*4*3*2*1}{20*19*18*17*16} = \frac{5*4}{20*19} = \frac{1}{19}\)­­­­­­­

­­­­
User avatar
kevinhirose
Joined: 03 Jul 2023
Last visit: 28 Jun 2024
Posts: 7
Own Kudos:
1
 [1]
Given Kudos: 253
Posts: 7
Kudos: 1
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Hi Bunuel

Could you explain to me why we can’t do 2/20 * 1/19 * 1 * 1 * 1? Isn’t it 2/20 because we can either choose 10 or 20 and then it is 1/19 because after we choose 10 or 20 it’s whichever one is left?

I do understand how to do 18C3
/ 20C5 but I also get confused sometimes on problems like this and solve it wrong.

Posted from my mobile device
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 27 March 2025
Posts: 100,113
Own Kudos:
711,353
 [3]
Given Kudos: 92,732
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 100,113
Kudos: 711,353
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
kevinhirose
Hi Bunuel

Could you explain to me why we can’t do 2/20 * 1/19 * 1 * 1 * 1? Isn’t it 2/20 because we can either choose 10 or 20 and then it is 1/19 because after we choose 10 or 20 it’s whichever one is left?

I do understand how to do 18C3
/ 20C5 but I also get confused sometimes on problems like this and solve it wrong.

Posted from my mobile device
­The reason why using 2/20 for selecting either 10 or 20 and then 1/19 for selecting the remaining one is incorrect is because it results in double-counting certain outcomes.

For instance, selecting 10 first and then 20 is one outcome, and selecting 20 first and then 10 is another outcome. However, both outcomes essentially represent the same event: choosing both 10 and 20. By using 2/20, we're inadvertently counting this event twice.
User avatar
einstein801
Joined: 23 Jan 2024
Last visit: 18 Feb 2025
Posts: 184
Own Kudos:
Given Kudos: 138
Posts: 184
Kudos: 111
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunuel, what is wrong with 1 - 18C5/20C5?

I take 18C5 to be choose 5 numbers when 10 and 20 are excluded. So in the equation 1 - 18C5/20C5 --> the solution gets us the probability when 10, 20 are included.

Thank you in advance for your kind response.
Bunuel
Bunuel
­If 5 integers are to be selected at random and without replacement from the list consisting of the 20 integers from 1 to 20, inclusive, what is the probability that 2 of the 5 selected integers will be 10 and 20 ?

A. 2/5

B. 1/4

C. 1/10

D. 1/19

E. 1/60

­
­
Probability approach:

We need the probability of {10, 20, any, any, any}.

P(10, 20, any, any, any) = 1/20 * 1/19 * 1 * 1 * 1 * 5!/3! = 1/19. We multiply by 5!/3! to account for all permutations of {10, 20, any, any, any} (such as {10, 20, any, any, any}, {10, any, 20, any, any}, {10, any, any, 20, any}, ...).

Answer: D.­

To elaborate more:

  • Case 1: {10, 20, any, any, any}. P = 1/20 * 1/19 * 1 * 1 * 1
  • Case 2: {10, any, 20, any, any}. P = 1/20 * 18/19 * 1/18 * 1 * 1
  • Case 3: {10, any, any, 20, any}. P = 1/20 * 18/19 * 17/18 * 1/17 * 1
  • ...
  • Case 20: {any, any, any, 20, 10}. P = 19/20 * 18/19 * 17/18 * 1/17 * 1/16

Here, when we say "any," it denotes "any number other than 10 or 20". It's important to note that the probability for each case is essentially 1/20 * 1/19. Given that there are a total of 20 cases, the overall probability becomes 1/20 * 1/19 * 20 = 1/19.

Combination approach:

The total number of ways to select 5 different numbers from 20 is 20C5.

The number of ways to select 10 and 20 is 1, and the total number of ways to select the remaining 3 numbers from 18 is 18C3.

Hence, the probability is:\(\frac{18C3}{20C5} = \frac{(\frac{18!}{15!3!})}{(\frac{20!}{15!5!})} = \frac{18!}{15!3!}*\frac{15!5!}{20!}=\frac{1}{19}\)

­Answer: D.­
­
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 27 March 2025
Posts: 100,113
Own Kudos:
Given Kudos: 92,732
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 100,113
Kudos: 711,353
Kudos
Add Kudos
Bookmarks
Bookmark this Post
unicornilove
Hi Bunuel, what is wrong with 1 - 18C5/20C5?

I take 18C5 to be choose 5 numbers when 10 and 20 are excluded. So in the equation 1 - 18C5/20C5 --> the solution gets us the probability when 10, 20 are included.

Thank you in advance for your kind response.
Bunuel
Bunuel
­If 5 integers are to be selected at random and without replacement from the list consisting of the 20 integers from 1 to 20, inclusive, what is the probability that 2 of the 5 selected integers will be 10 and 20 ?

A. 2/5

B. 1/4

C. 1/10

D. 1/19

E. 1/60

­
­
Probability approach:

We need the probability of {10, 20, any, any, any}.

P(10, 20, any, any, any) = 1/20 * 1/19 * 1 * 1 * 1 * 5!/3! = 1/19. We multiply by 5!/3! to account for all permutations of {10, 20, any, any, any} (such as {10, 20, any, any, any}, {10, any, 20, any, any}, {10, any, any, 20, any}, ...).

Answer: D.­

To elaborate more:


  • Case 1: {10, 20, any, any, any}. P = 1/20 * 1/19 * 1 * 1 * 1
  • Case 2: {10, any, 20, any, any}. P = 1/20 * 18/19 * 1/18 * 1 * 1
  • Case 3: {10, any, any, 20, any}. P = 1/20 * 18/19 * 17/18 * 1/17 * 1
  • ...
  • Case 20: {any, any, any, 20, 10}. P = 19/20 * 18/19 * 17/18 * 1/17 * 1/16

Here, when we say "any," it denotes "any number other than 10 or 20". It's important to note that the probability for each case is essentially 1/20 * 1/19. Given that there are a total of 20 cases, the overall probability becomes 1/20 * 1/19 * 20 = 1/19.

Combination approach:

The total number of ways to select 5 different numbers from 20 is 20C5.

The number of ways to select 10 and 20 is 1, and the total number of ways to select the remaining 3 numbers from 18 is 18C3.

Hence, the probability is:\(\frac{18C3}{20C5} = \frac{(\frac{18!}{15!3!})}{(\frac{20!}{15!5!})} = \frac{18!}{15!3!}*\frac{15!5!}{20!}=\frac{1}{19}\)

­Answer: D.­
­

­The opposite of choosing both 10 and 20 is not neither 10 nor 20. It's neither 10 nor 20, plus 10 but not 20, and plus 20 but not 10. So, in this case, it's better to stick with the direct approach.
User avatar
DanTheGMATMan
Joined: 02 Oct 2015
Last visit: 27 March 2025
Posts: 328
Own Kudos:
145
 [3]
Given Kudos: 9
Expert
Expert reply
Posts: 328
Kudos: 145
 [3]
1
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Just use the combination formula to count your total possible selections, and then the desired selections whereby you do select 10 and 20:

User avatar
hemanthPA
Joined: 09 Mar 2023
Last visit: 18 Mar 2025
Posts: 52
Own Kudos:
16
 [2]
Given Kudos: 11
Posts: 52
Kudos: 16
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Out of of 20 integers, 5 to be chosen

The probability that 10 occupies one of these 5 choices =1/20 + 1/20 + 1/20 + 1/20 + 1/20 = 5/20

19 integers remain, 4 slots left to fill.

The probability that 20 occupies one of these 4 slots = 1/19 + 1/19 + 1/19 + 1/19 = 4/19

Thus: P(both 10 and 20 are selected) = 5/20 * 4/19 = 20/20*19 = 1/19
User avatar
ravi1522
Joined: 05 Jan 2023
Last visit: 27 March 2025
Posts: 54
Own Kudos:
Given Kudos: 5
Location: India
Concentration: General Management, General Management
GMAT Focus 1: 535 Q79 V79 DI77
GMAT 1: 530 Q38 V24
GPA: 7.2
WE:Design (Real Estate)
GMAT Focus 1: 535 Q79 V79 DI77
GMAT 1: 530 Q38 V24
Posts: 54
Kudos: 37
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello ,
5 integers are to be selected at random
Total number of ways in which 5 integers can be selected out of 20 integers is 20C5

Integers 10 and 20 to be there means remaining 3 integers to be selected out of 18 integers.
Total number of ways in which 3 integers can be selected out of 18 is 18C3*2C2

Required probability = 18C3*2C2/20C5
when you solve we get
1/19
User avatar
jacob46
Joined: 02 Jan 2022
Last visit: 27 Mar 2025
Posts: 7
Own Kudos:
Given Kudos: 6
Posts: 7
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Sorry I couldn't get my head around the logic and I am confused on why the 2/20*1/19 would not work in this case, could you please help me understand the logic
Perhaps if you could quote a question where this works and 1/20*1/19 doesn't, it could really help.

Many thanks
Bunuel
kevinhirose
Hi Bunuel

Could you explain to me why we can’t do 2/20 * 1/19 * 1 * 1 * 1? Isn’t it 2/20 because we can either choose 10 or 20 and then it is 1/19 because after we choose 10 or 20 it’s whichever one is left?

I do understand how to do 18C3
/ 20C5 but I also get confused sometimes on problems like this and solve it wrong.

Posted from my mobile device
­The reason why using 2/20 for selecting either 10 or 20 and then 1/19 for selecting the remaining one is incorrect is because it results in double-counting certain outcomes.

For instance, selecting 10 first and then 20 is one outcome, and selecting 20 first and then 10 is another outcome. However, both outcomes essentially represent the same event: choosing both 10 and 20. By using 2/20, we're inadvertently counting this event twice.
User avatar
GMATGuruNY
Joined: 04 Aug 2010
Last visit: 27 March 2025
Posts: 1,344
Own Kudos:
3,529
 [1]
Given Kudos: 9
Schools:Dartmouth College
Expert
Expert reply
Posts: 1,344
Kudos: 3,529
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
jacob46
I am confused on why the 2/20*1/19 would not work in this case, could you please help me understand the logic.

Many thanks
kevinhiro
This approach is viable if only two numbers are being selected.
If two distinct numbers are selected from the first 20 positive integers, what is the probability that both 10 and 20 are selected?

P(first number is 10 or 20) = 2/20 (Of the 20 integers, two are 10 or 20)
P(second number is 10 or 20) = 1/19 (Of the 19 remaining integers, only one is 10 or 20)
Since we want both events to happen, we multiply the fractions:
2/20 * 1/19 = 1/190

Using combinatorics:
From 20 integers, the number of ways to choose 2 = 20C2 = \(\frac{20*19}{2*1} =190\)
Since there is only 1 good outcome -- choosing both 10 and 20 -- we get:
P(good outcome) = 1/190

If only two integers are selected, the probability that both 10 and 20 are chosen is quite small (1/190).
But in the problem at hand, five integers are selected.
Since in this case there are five opportunities to select 10 and 20 instead of only two, the probability that both 10 and 20 are among the selected integers is much greater than 1/190.
Moderators:
Math Expert
100113 posts
PS Forum Moderator
518 posts