document.write( "Question 842974: We are to seat 10 boys and 7 girls in a circular arrangement. (no girl to sit next to a girl) if we the girls are adjacent and we must use all 10 boys. i mean at least 1 boy can be placed between any girl. \n" ); document.write( "
Algebra.Com's Answer #508430 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Since it's a circular arrangement, we do not count the different\r\n" ); document.write( "7 possible rotations as different arrangements, so there are 6! \r\n" ); document.write( "ways to place the 7 girls.\r\n" ); document.write( "\r\n" ); document.write( "Now we must place boys between each pair of girls. There are 7\r\n" ); document.write( "spaces between the girls into which we must insert 7 \"things\".\r\n" ); document.write( "These 7 \"things\" are either single boys or groups of boys. \r\n" ); document.write( "\r\n" ); document.write( "These 7 \"things\" can either be\r\n" ); document.write( "\r\n" ); document.write( "1. BB, BB, BB, B, B, B, B \r\n" ); document.write( "\r\n" ); document.write( "That's 3 pairs of boys and 4 single boys.\r\n" ); document.write( "We can choose the first pair any of 10*9 ways, the second pair\r\n" ); document.write( "any of 8*7 ways and the third pair 6*5 ways. But, there are \r\n" ); document.write( "3! ways we could choose which is the 1st pair, the 2nd pair and\r\n" ); document.write( "the 3rd pair, so we must divide by 3! to avoid counting the same\r\n" ); document.write( "group of pairs more than once. So that's\n" ); document.write( " |