document.write( "Question 333324: There are 7 peole assigned in a queue. 5 men and 2 women. what is the probability that the 2 woman sit next to one another? \n" ); document.write( "
Algebra.Com's Answer #238873 by galactus(183)![]() ![]() You can put this solution on YOUR website! There are 7 people altogether, so they can be arranged in 7!=5040 ways.\r \n" ); document.write( "\n" ); document.write( "Now, to find how many arrangments have the women next to each other, tie the women together and pretend they are one person. Now, we have 6 'people' that can be arranged in 6!=720 ways. But the two women can be arranged in 2 ways. \n" ); document.write( "So, the total arrangements with the women next to each other is 2*720=1440\r \n" ); document.write( "\n" ); document.write( "Thus, the probability is 1440/5040=2/7 \n" ); document.write( " |