Last visit was: 19 Nov 2025, 20:57 It is currently 19 Nov 2025, 20:57
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: 19 Nov 2025
Posts: 105,390
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,390
Kudos: 778,388
 [18]
1
Kudos
Add Kudos
16
Bookmarks
Bookmark this Post
User avatar
nick1816
User avatar
Retired Moderator
Joined: 19 Oct 2018
Last visit: 06 Nov 2025
Posts: 1,849
Own Kudos:
Given Kudos: 707
Location: India
Posts: 1,849
Kudos: 8,239
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
rsrighosh
Joined: 13 Jun 2019
Last visit: 11 Dec 2022
Posts: 188
Own Kudos:
Given Kudos: 645
GMAT 1: 490 Q42 V17
GMAT 2: 550 Q39 V27
GMAT 3: 630 Q49 V27
GMAT 3: 630 Q49 V27
Posts: 188
Kudos: 132
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
nick1816
User avatar
Retired Moderator
Joined: 19 Oct 2018
Last visit: 06 Nov 2025
Posts: 1,849
Own Kudos:
8,239
 [2]
Given Kudos: 707
Location: India
Posts: 1,849
Kudos: 8,239
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Yes it's the Pascal Rule. It is used in one of the official question too.

(n+m+1)Cm represents selecting the m objects out of n+m+1 directly.

We can do it another way too. Split n+m+1 in n+m objects and 1 object. In one case, we select m objects from n+m objects and in other case we select m-1 objects from n+m objects and select that 1 object we spited earlier. Total ways= (n+m)C(m-1)+(n+m)Cm

We can prove it algebraically too


(n+m)C(m-1)+(n+m)Cm

= \(\frac{(n+m)!}{(m-1)!(n+1)!} \)+ \(\frac{(n+m)!}{(m)!(n)!}\)

\(= \frac{(n+m)!}{(m-1)!n!} [\frac{1}{n+1} + \frac{1}{m}]\)

=\( \frac{(n+m)!}{(m-1)!n!} [\frac{m+n+1}{(n+1)m}]\)

\(= \frac{(n+m+1)!}{m!(n+1)!}\)

= n+m+1Cm


rsrighosh
nick1816

How did you reach from

(n+m)C(m-1)+(n+m)Cm to (n+m+1)Cm

I saw that in previous step as well. Is there any such rule?
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 19 Nov 2025
Posts: 21,716
Own Kudos:
Given Kudos: 300
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 21,716
Kudos: 26,998
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
There are n identical red balls & m identical green balls. The number of different linear arrangements consisting of “n red ball but not necessarily all the green balls’ is xCy then

(A) x = m + n, y = m
(B) x = m + n + 1, y = ,m
(C) x = m + n + 1, y = m + 1
(D) x = m + n, y = n
(E) x = m + n, y = n + 1



Solution:

If the linear arrangement consists of n red balls and no green balls, then there are n! / n! = nCn ways.

If the linear arrangement consists of n red balls and 1 green ball, then there are (n + 1)! / n! = (n+1)Cn arrangements.

If the linear arrangement consists of n red balls and 2 green balls, then there are (n + 2)! / (n! x 2!) = (n+2)Cn arrangements.



If the linear arrangement consists of n red balls and m - 1 green balls, then there are
(n + m - 1)! / (n! x (m - 1)!) = (n+m-1)Cn arrangements.

If the linear arrangement consists of n red balls and m green balls, then there are
(n + m)! / (n! x m!) = (n+m)Cn arrangements.

Now, we need to add up these numbers of arrangements.

nCn + (n+1)Cn + (n+2)Cn + … + (n+m-1)Cn + (n+m)Cn

Of course, we need to simplify this expression. However, if we don’t know how to do that algebraically, we can always do it arithmetically. That is, let’s use easy numbers for n and m. So, let’s say n = 2 and m = 4, we have:

2C2 + 3C2 + 4C2 + 5C2 + 6C2 = 1 + 3 + 6 + 10 + 15 = 35

Now, let’s see which answer choice (or choices) will yield 35 when n = 2 and m = 4:

A) x = 4 + 2 = 6, y = 4 → xCy = 6C4 = 15 → This is not 35.

B) x = 4 + 2 + 1 = 7, y = 4 → xCy = 7C4 = 35 → This IS 35.

C) x = 4 + 2 + 1 = 7, y = 4 + 1 = 5 → xCy = 7C5 = 21 → This is not 35.

D) x = 4 + 2 = 6, y = 2 → xCy = 6C2 = 15 → This is not 35.

E) x = 4 + 2 = 6, y = 2 + 1 = 3 → xCy = 6C3 = 20 → This is not 35.

Since the only expression that produces 35 when n = 2 and m = 4 is the expression in answer choice B, it is the correct answer.

Answer: B
User avatar
zlishz
Joined: 29 Nov 2023
Last visit: 21 Jun 2025
Posts: 53
Own Kudos:
Given Kudos: 39
Location: India
GPA: 3.55
Posts: 53
Kudos: 58
Kudos
Add Kudos
Bookmarks
Bookmark this Post
nick1816
Number of arrangements of n red balls = 1=nC0
Number of arrangements of n red balls and 1 green ball= (n+1)C1
.......
Number of arrangements of n red balls and m green ball= (n+m)Cm

Total possible arrangements

= nC0+(n+1)C1+(n+2)C2+.......+(n+m)Cm

= (n+1)C0+(n+1)C1+ (n+2)C2+.......+(n+m)Cm

= (n+2)C1+(n+2)C2+.....+(n+m)Cm

Pattern goes on till

=(n+m)C(m-1)+(n+m)Cm

=(n+m+1)Cm

 
­Hi, 
Here in your solution, can you please explain how did you get (n+1)C0 from nC0?

Total possible arrangements
= nC0+(n+1)C1+(n+2)C2+.......+(n+m)Cm

= (n+1)C0+(n+1)C1+ (n+2)C2+.......+(n+m)Cm

= (n+2)C1+(n+2)C2+.....+(n+m)Cm

Thank you.
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 15 Nov 2025
Posts: 11,238
Own Kudos:
Given Kudos: 335
Status:Math and DI Expert
Location: India
Concentration: Human Resources, General Management
GMAT Focus 1: 735 Q90 V89 DI81
Products:
Expert
Expert reply
GMAT Focus 1: 735 Q90 V89 DI81
Posts: 11,238
Kudos: 43,707
Kudos
Add Kudos
Bookmarks
Bookmark this Post
nC0 means ways to choose 0 out of n things. It will be just 1 way.
There fore be it nC0 or (n+1)C0 or 100C0, the value is same. But (n+1)C0 helps in simplifying the expression through Pascals law. nC1+nC2=(n+1)C2=>…. 10C1+10C2 = 11C2
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 19 Nov 2025
Posts: 5,794
Own Kudos:
Given Kudos: 161
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,794
Kudos: 5,514
Kudos
Add Kudos
Bookmarks
Bookmark this Post
There are n identical red balls & m identical green balls. The number of different linear arrangements consisting of “n red ball but not necessarily all the green balls’ is xCy then

The number of arrangements = nC0 + (n+1)C1 + (n+2)C2 + (n+3)C3 + .... (n+m)Cm =

In general (n+x)Cx + (n+x)C(x+1) = (n+x)!/x!n! + (n+x)!/(x+1)!(n-1)! = (n+x)!/x!(n-1)! (1/n + 1/x+1) = (n+x)!/x!(n-1)! (n+x+1)/n(x+1) = (n+x+1)!/n!(x+1)! = (n+x+1)C(x+1)

The number of arrangements = (n+2)C1 + (n+2)C2 + (n+3)C3 + .... (n+m)Cm = (n+3)C2 + (n+3)C3 + .... (n+m)Cm = (n+4)C3 + ...(n+m)Cm = (n+m+1)Cm

IMO B
Moderators:
Math Expert
105390 posts
Tuck School Moderator
805 posts