How Do You Calculate the Distribution of 15 Gifts Among People and Parcels?

AI Thread Summary
To calculate the distribution of 15 gifts equally among Claire, Alana, and Kalena, the correct approach involves combinations rather than permutations. For part (a), the number of ways to distribute the gifts is calculated as C(5,15) * C(5,10) * C(5,5), resulting in 3003 * 252 * 1. For part (b), since the order of selection among the three recipients does not matter, the result from part (a) is divided by 3! to account for the indistinguishable nature of the parcels. This yields the final distribution method for both scenarios.
ms. confused
Messages
90
Reaction score
0
In how many ways can 15 gifts be distributed equally:

a) amongst Claire, Alana, and Kalena

b) into three parcels of five gifts each


For (a) I went _{15} P_{3}/3 = 910

I am 100% certain this is wrong. I also have no idea how to do (b). I would greatly appreciate any help on this question. :cry:
 
Physics news on Phys.org
Is order important? That is, does it matter which was the first present or is it just a matter of who get what present. If order is important, then it is a permutation problem. If not, then it is a combination problem.
 
ms. confused said:
In how many ways can 15 gifts be distributed equally:

a) amongst Claire, Alana, and Kalena

b) into three parcels of five gifts each


For (a) I went _{15} P_{3}/3 = 910

I am 100% certain this is wrong. I also have no idea how to do (b). I would greatly appreciate any help on this question. :cry:
a) from the 15 gifts, first choose 5 from the 15 for Claire, then 5 from the remaining 10 for Alana, and then 5 from the remaining 5 for Kalena. number ways would then be (since order within each choosing of 5 does not matter):
\mathbb{C}_{5}^{15} \cdot \mathbb{C}_{5}^{10} \cdot \mathbb{C}_{5}^{5} \ = \ (3003) \cdot (252) \cdot (1)
b) solution would be similar except order of choosing 1st for Claire, 2nd for Alana, & 3rd from Kalena no longer matters. (of course, the choosing order of the 5 within each group still does not matter). so just divide answer (a) by (3!) to remove the ordering among Claire, Alana, & Kalena to produce 3 parcels of 5 gifts each.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top