Jump to content

combinations

Featured Replies

Hi guys.

=====================================================================

Can you help me with these problems in combinations.I dont know if my solutions are correct.

=====================================================================

 

Problem 1

=========

There are 3 classes,each one with n students.We must select 3 students from the total of 3n students.

i)How many are the possible choices?

C=combinations

The possible choices are:

C(n,3)*C(n,0)*C(n,0)*3 + C(n,2)*C(n,1)*C(n,0)*3! + C(n,1)*C(n,1)*C(n,1)

 

ii)How many are the possible choices,if the 3 students belong to the same class?

C(n,3)*C(n,0)*C(n,0)*3

 

iii)How many are the possible choices,if 2 of the 3 students belong to the same class and the third to a different class?

C(n,2)*C(n,1)*C(n,0)*3!

 

iv)How many are the possible choices,if the 3 students belong to a different class?

C(n,1)*C(n,1)*C(n,1)

 

v)Use your answers i)-iv) to expand C(3n,n)

I dont know this one

 

=====================================================================

 

Problem 2

=========

A number of n students attend the lecture of probabilities.The array with the results of the final exam includes only the names of the students that passed the lesson in descending order.We assume that there arent any students with the same grade.How many are the possible arrays?

C(n,1)+C(n,2)*2!+C(n,3)*3!+...+C(n,n)n!

=====================================================================

 

Problem 3

=========

We put the hats of n persons in a box.Then each person randomly chooses a hat from the box.Find the probability that n-2 persons

will accurately choose their own hat.

 

I guessed that n-2 persons choose acurately their own hat is the same

with: 1 - 2 persons dont take their own hat

=[1 - C(n,1)*(n-1)!+C(n-1,1)*(n-2)!] / n!

=[1-n!+(n-1)!]n!?????i'm not sure??????

=====================================================================

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.