Solve Permutation Problem: 6 Men and 2 Boys Arranged in a Row

  • Thread starter Thread starter Lemm
  • Start date Start date
  • Tags Tags
    Permutation
AI Thread Summary
The discussion revolves around solving a permutation problem involving six men and two boys arranged in a row under different conditions. For the first scenario, where the boys are together, the total arrangements are calculated as 10,080. In the second scenario, where the boys are not together, the arrangements total 30,240. The more complex third scenario requires at least three men to separate the boys, leading to a total of 14,400 arrangements after considering various configurations. The participants emphasize the importance of visualizing the arrangement and correctly applying combinatorial principles to arrive at the solutions.
Lemm
Messages
22
Reaction score
0

Homework Statement


In How many ways can six men and two boys be arranged in a row if:
a. The two boys are together?
b. The two boys are not together?
c. There are at least three men separating the boys?


Homework Equations


P= N!
(n-r)!
Identical n objects.
N!
n1 x n2 x...x nk

The Attempt at a Solution


A.Answer: 2(7!) = 10,080
B.Answer: 8!-2(7!) = 30,240


For C i have so far, divided the total into 4 groups each boy is a separate one and 2 groups of 3 men... I set the boys as identical objects so they arent set in alternating pairs ( AB, BA would just be one) so i divide that by 2... and the 2 groups of 3 men can alternate withing each other so that's 3!^2

4! *3!*3!
2!

Im sure this is not the right way to go, and i think i have to find the total number the boys are separated for atleast 3, 4,5,6 men and add them all.
 
Physics news on Phys.org
I did this way:

ans = N-n(0)-n(1)-n(2)

so, like for n(1):

there's a group of 3 person(two boys on the ends with one man)-consider this as a unit

so there are 6 units in total, and place that big unit in one place

6C1*2 (boys interchaged their pos)

and then 6! for men..
 
I was able to find the answer on the back of the book, A and B are correct and C is 14400
I just don't get how its done.. its just a matter of picturing it i guess
 
lol, I got the same!

yea, so try picturing this way:

draw 8 boxes, and circle the first 3 (for 2 boys, and 1 man in the middle)

and consider that circle as one box

and now, you have 5 boxes, and 1 circle.

first you can place the circle anywhere (among those 6 possible positions)

and then you can place 6 men by 6! thing... (I can't explain further than this lol)
 
Last edited:
rootX said:
ans = N-n(0)-n(1)-n(2)

so, like for n(1):

there's a group of 3 person(two boys on the ends with one man)-consider this as a unit

so there are 6 units in total, and place that big unit in one place

6C1*2 (boys interchaged their pos)

and then 6! for men..

Dont the boys have to be separated by atleast 3 men?... what's the N-n(0)-n(1)-n(2)
is it the different scenarios... separated by 3, 4, 5, 6, men?

Im just confused on C, i would appreciate a step by step working just to see how its done, and have it as a future reference, Thanks.
 
Last edited:
o_O N is all possible combinations
and n(0) is when there is no one between the two boys
n(1) = 1 person is between the boys

and in there, I was finding n(1)
 
yea i didnt see ur other ''circle'' post before i qouted, yea i get it now its just i was thinking the other way like finding the 3 4 5 6 insted of getting the first, thanks
 
The answer for C is indeed 14400

As the question says atleast 3 person should be between the two boys, thus it can be 3,4,5 or 6.

Consider 3:

So let's take the two boys with three men in between as one block. This block can be placed in four different ways among the remaining three men. The boys can be interchanged (i.e. arranged among themselves in 2 ways). Also, the 6 men can be arranged in 6!

Thus, we get 4*2*6!

If there are 4 men in between, similarly above equation would become 3*2*6!, for 5 men in between, 2*2*6! and for 6 men in between, 1*2*6!.

4*2*6!=5760
3*2*6!=4320
2*2*6!=2880
1*2*6!=1440

Since at a time, only one case is possible, i.e. there can be either 3,4,5 or 6 men in between the boys and they all cannot happen simultaneously, we sum the above values.

5760+4320+2880+1440=14400

Thats a pretty good answer.

Regards,
Sleek.
 
Back
Top