Combinatronics

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 27
Joined: Thu May 21, 2009 8:52 am
Thanked: 3 times

Combinatronics

by adityanarula » Fri Jul 10, 2009 12:53 pm
I dont have the OA for this:

There are 20 different scholarships to be given to students at West Month High. How many ways are there for 4 students to win the scholarships?

[spoiler]My solution: 20*19*18*17[/spoiler]

Master | Next Rank: 500 Posts
Posts: 379
Joined: Wed Jun 03, 2009 3:05 am
Thanked: 19 times
Followed by:1 members
GMAT Score:690

by sreak1089 » Fri Jul 10, 2009 9:16 pm
Ans should be 20 C 4 = (20 * 19 * 18 * 17 * 16!) / (4! * 16!)
= (20 * 19 * 18 * 17) / 24 = (19 * 18 * 17 * 15)
= 87210 ways

Senior | Next Rank: 100 Posts
Posts: 31
Joined: Sun Mar 22, 2009 5:32 am
Thanked: 1 times

hi

by ashaydesai » Wed Jul 15, 2009 12:51 am
IMO : 20*19*18*17

Its a permutation problem , not combination. Hence its not 20C4.

User avatar
GMAT Instructor
Posts: 28
Joined: Fri Apr 24, 2009 10:53 am
Thanked: 1 times
Followed by:3 members
GMAT Score:770

Re: Combinatronics

by amitchell » Wed Jul 15, 2009 5:48 am
adityanarula wrote:I dont have the OA for this:

There are 20 different scholarships to be given to students at West Month High. How many ways are there for 4 students to win the scholarships?

[spoiler]My solution: 20*19*18*17[/spoiler]
Adit et al -

The wording of a question is a little vague - it leaves unclear whether each student wins only exactly one scholarship or can win more than one. Say we go with one scholarship / person. We are pairing distinguishable scholarships with distinguishable recipients, so we have an ordering problem and we use the permutation formula:

[spoiler]n=20 and k=16, so 20!/16!= 20 x 19 x 18 x 17.[/spoiler]

You can also count your way to the solution. There are 20 ways to assign a scholarship to the first person. For each of those ways, there are 19 ways to assign a scholarship to the next person, and so on for 20 x 19 x 18 x 17.
Andrew Mitchell

GMAT Instructor
Assistant Director of GMAT & GRE
Kaplan Test Prep and Admissions

Junior | Next Rank: 30 Posts
Posts: 10
Joined: Wed Jun 17, 2009 4:46 pm

by gospy » Thu Jul 16, 2009 12:54 am
What has been said above is correct. What distinguishes this problem from a combination is the distinct objects to distinct individuals part.

When I took combinatorics, it helped me to make a chart.

For n distinct objects into k boxes with repetition => k^n
For n distinct objects into k boxes without repetition => k!/(k-n)!

For n identical objects into k boxes with repetition => (n+k-1)C(n)
For n identical objects into k boxes without repetition => kCn

In this case there are distinct scholarships going to distinct people without repetition, so we use that case.

If all of the scholarships were identical, it would be last choice.

Senior | Next Rank: 100 Posts
Posts: 59
Joined: Mon Jul 13, 2009 8:58 pm
Thanked: 10 times
GMAT Score:710

Re: Combinatronics

by ankitns » Sat Jul 18, 2009 5:53 am
I agree that the wording is vague. It could be possible that each student wins multiple scholarships. It could also be possible that a student does not win any scholarships. If the these two conditions can be true, then the answer is 5 to the power of 20.

1. There are 4 students [A, B, C & D]
2. Each scholarship has 5 buckets to go to. Student A, B, C, D or NONE (if nobody wins that scholarship).

Since each scholarship has 5 outcomes...answer would be 5 X 5 X 5....20 times.

hence 5 to the power of 20.

Any thoughts?
amitchell wrote:
adityanarula wrote:I dont have the OA for this:

There are 20 different scholarships to be given to students at West Month High. How many ways are there for 4 students to win the scholarships?

[spoiler]My solution: 20*19*18*17[/spoiler]
Adit et al -

The wording of a question is a little vague - it leaves unclear whether each student wins only exactly one scholarship or can win more than one. Say we go with one scholarship / person. We are pairing distinguishable scholarships with distinguishable recipients, so we have an ordering problem and we use the permutation formula:

[spoiler]n=20 and k=16, so 20!/16!= 20 x 19 x 18 x 17.[/spoiler]

You can also count your way to the solution. There are 20 ways to assign a scholarship to the first person. For each of those ways, there are 19 ways to assign a scholarship to the next person, and so on for 20 x 19 x 18 x 17.