0

Can someone help me with this permutation exercises...

1) In a NY parade, there are 8 floats and 3 orchestras. How many possible orders are there?

Ok. Tell me if I'm right. There is no repetition in here. So if I'm going to line them up this will be a $P(11,11)=\frac{11!}{(11-11)!}=\frac{11!}{0!}=\frac{11!}{1}=39,916,800$. But I don't know this is a huge number. So I don't know if make sense at all..

2) A Labrador Retriever, a Siberian Husky, and a German Sheperd are raffled at a pet store. If there are 10 participants, how many ways can the prizes be allocated?

This one is also without replacement, so it would be

$P(10,3)=\frac{10!}{(10-3)!}=\frac{10!}{7!}=10(9)(8)=720$.

Your help will be appreciated.

bdvg2302
  • 1,149
  • is correct, assumingone distinguishes between the floats (and same for the orchestras) .... for example, I can see how someone would be merely interested in the distribution of the orchestras among the floats (e.g. they want to make sure there are no two orchestras next to each other), and from that perspective they might have no interested in distinguishing between the different orchestras, or between the different floats. For 2) .. couldn't someone win two dogs? Or all? How is this raffle organized?
  • – Bram28 Dec 14 '18 at 16:52