Combinatorics

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 167
Joined: Fri Mar 09, 2012 8:35 pm
Thanked: 39 times
Followed by:3 members

Combinatorics

by adthedaddy » Wed Oct 10, 2012 8:43 am
n is a natural number such that nC4 = nC12 . What is the remainder when n! is divided by n + 1?
(a) n - 1
(b) n -2
(c) n
(d) 0

OA = [spoiler](c)[/spoiler]
"Your time is limited, so don't waste it living someone else's life. Don't be trapped by dogma - which is living with the results of other people's thinking. Don't let the noise of others' opinions drown out your own inner voice. And most important, have the courage to follow your heart and intuition. They somehow already know what you truly want to become. Everything else is secondary" - Steve Jobs
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 110
Joined: Sat Feb 11, 2012 5:01 am
Thanked: 2 times

by rajatvmittal » Wed Oct 10, 2012 9:06 am
NC4=NC12=> Nhas to be 16

now rephrase the question

what is the reminder when 16! is divided by 17 (16+1)

Now 16 ! is a multiple of 16...When a multiple of 16 is divided by 17 than the reminder will be 16. why?

now think what would your answer be if 16 was divided by 17.
same applied here

hence the answer is C => N

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 273
Joined: Tue Sep 21, 2010 5:37 am
Location: Durham, NC
Thanked: 154 times
Followed by:74 members
GMAT Score:770

by Whitney Garner » Wed Oct 10, 2012 1:41 pm
rajatvmittal wrote:NC4=NC12=> Nhas to be 16

now rephrase the question

what is the reminder when 16! is divided by 17 (16+1)

Now 16 ! is a multiple of 16...When a multiple of 16 is divided by 17 than the reminder will be 16. why?

now think what would your answer be if 16 was divided by 17.
same applied here

hence the answer is C => N
Hi rajatvmittal!

Nice intuition solving to find N = 16, but be careful when you think about the remainders. It is not the case that all multiples of 16 will have the remainder of 16 when divided by 17. For example, if I divide 16*17 by 17, the remainder would be 0. In fact, as most remainders work, this remainder will shift by 1 for each increasing multiple of 16 until it hits a multiple of 17 and then it will start over. I'll show you the products and the remainders and I'll let you test it using pen/paper or a calculator!

16/17 --> r16
(16*2)/17 --> r15
(16*3)/17 --> r14
(16*4)/17 --> r13
(16*5)/17 --> r12
(16*6)/17 --> r11
(16*7)/17 --> r10
(16*8)/17 --> r9
(16*9)/17 --> r8
(16*10)/17 --> r7
(16*11)/17 --> r6
(16*12)/17 --> r5
(16*13)/17 --> r4
(16*14)/17 --> r3
(16*15)/17 --> r2
(16*16)/17 --> r1
(16*17)/17 --> r0

I actually don't know of an easier way to solve this problem that to use the MOD function, but that is not something the real test would ever expect, and the calculations are immense!

Basically you could take the numbers in product groups (e.g. {16*15}, {14*13}, {12*11}, (5*4*3*2}, etc), multiply them out and get their remainders when divided by 17. Then, when you have calculated the remainders for all of those groups, multiply the remainders together (in groups if necessary) and find the remainders of those when you divide by 17. And then continue this process until you have a single number.

For this problem I was able to do it in 3 levels of grouping but again, without a calculator, this would take a LONG TIME!

Hope this helps!
:)
Whit
Whitney Garner
GMAT/GRE/EA Instructor & Anxiety/Accommodations Coach
www.whitneygarner.com

Contributor to Beat The GMAT!

Math is a lot like love - a simple idea that can easily get complicated :heart-eyes:

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Thu Oct 11, 2012 4:57 am
rajatvmittal wrote:NC4 = NC12 --> N has to be 16
I thought I'd jump in and mention that rajatvmittal is applying a nice rule for combinations that says: nCr = nC(n-r)

Some examples:
5C2 = 5C3
8C7 = 8C1
10C6 = 10C4
11C8 = 11C3

So, if we're told that nC4 = nC12, we can see that n must equal 4+12

Cheers,
Brent

PS: If anyone is interested, we have a free video on calculating combinations in your head: https://www.gmatprepnow.com/module/gmat-counting?id=789
Brent Hanneson - Creator of GMATPrepNow.com
Image

Junior | Next Rank: 30 Posts
Posts: 26
Joined: Wed Jun 20, 2012 10:42 pm

by smanstar » Sat Oct 13, 2012 9:14 am
Since we have n = 16 and it is divided by 17.
We have to use Wilson's formula

As 17 is a prime number so (17-1)! + 1 is a multiple of 17.

hence 16! is 17k -1
thus remainder is -1/17 or 16

So ans is n.