I am a little confused at how to solve the Permutations

Bucs44
Messages
57
Reaction score
0
I am a little confused at how to solve the following problem:

In how many ways can five distinct Martians, ten distinct Vesuvians, and eight distinct Jovians wait in line if no two Martians stand together?


What is throwing me off is the addition of another group - if it was just Martians and Vesuvians it would be easy. My guess is P(10,5) = (10*9*8*7*6)

Am I correct or did I mess this up?
 
Physics news on Phys.org
It doesn't matter how the Vesuvians and Jovians stand so thinking of these as ALIENS you DO have two groups 5 Martians and 18 ALIENS
 
So my calculation was wrong? It should be P(18,5) ?
 
How many ways could you arrange the ALIENS? Remember they are all distinct.

How many ways could you then slot in the Martians to meet the conditions?
 
Right - Because there are 18 Vesuvians and Jovians, the Martians can either fit in the front of the line, middle or end of the line. In which case there would be 19 spots where they could fit in line. P(19,5) = 1,395,360
 
Bucs44 said:
Right - Because there are 18 Vesuvians and Jovians, the Martians can either fit in the front of the line, middle or end of the line. In which case there would be 19 spots where they could fit in line. P(19,5) = 1,395,360

Is this right?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top