document.write( "Question 1196471: A team of 6 people is to be chosen from 10 people. Two of the people are sisters who must be separated. Find the number of different teams that can be formed. \n" ); document.write( "
Algebra.Com's Answer #829308 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let's say the sisters have codenames of A and B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For now, let's have sister A be on the team. \n" ); document.write( "That means there are 6-1 = 5 seats left to be filled. \n" ); document.write( "There are 10-2 = 8 people left to fill them. \n" ); document.write( "Sister B cannot be on the team in this case.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are n = 8 people to pick from, and r = 5 seats to fill \n" ); document.write( "Use the nCr combination formula. \n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "8 C 5 = (8!)/(5!*(8-5)!) \n" ); document.write( "8 C 5 = (8!)/(5!*3!) \n" ); document.write( "8 C 5 = (8*7*6*5!)/(5!*3!) \n" ); document.write( "8 C 5 = (8*7*6)/(3!) \n" ); document.write( "8 C 5 = (8*7*6)/(3*2*1) \n" ); document.write( "8 C 5 = (336)/(6) \n" ); document.write( "8 C 5 = 56 \n" ); document.write( "There are 56 combinations possible where sister A is on the team, but sister B is not.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: you can use Pascal's Triangle as an alternative to the nCr formula.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The calculations will be identical if sister B was on the team, with sister A off the team. \n" ); document.write( "So we have 56 ways to do this scenario.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That's 56+56 = 112 combinations so far.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now consider the scenario where both sisters are off the team. \n" ); document.write( "There are n = 10-2 = 8 people to pick from and r = 6 seats to fill. \n" ); document.write( "Apply the nCr combination formula again. \n" ); document.write( "n C r = (n!)/(r!(n-r)!) \n" ); document.write( "8 C 6 = (8!)/(6!*(8-6)!) \n" ); document.write( "8 C 6 = (8!)/(6!*2!) \n" ); document.write( "8 C 6 = (8*7*6!)/(6!*2!) \n" ); document.write( "8 C 6 = (8*7)/(2!) \n" ); document.write( "8 C 6 = (8*7)/(2*1) \n" ); document.write( "8 C 6 = (56)/(2) \n" ); document.write( "8 C 6 = 28 \n" ); document.write( "There are 28 ways to have a team where both sisters are off the team. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In total we have 112+28 = 140 different teams \n" ); document.write( "For any given team, the order doesn't matter. This is why we go for nCr instead of nPr.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another approach:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This may seem counter-intuitive, but let's have the sisters be on the team together for now. \n" ); document.write( "There are r = 6-2 = 4 seats left to pick with n = 10-2 = 8 people to pick from\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the nCr combination formula to get 8C4 = 70 \n" ); document.write( "There are 70 teams with the two sisters on the team together.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 10C6 = 210 possible teams whether we have one sister, both sisters, or no sisters on the team.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That must mean there are 210-70 = 140 teams with at most one sister. Either there's one sister or no sisters on the team.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 140 \n" ); document.write( " \n" ); document.write( " |