document.write( "Question 945887: Hello, I'm doing some homework problems and I've gotten 17 of the 20 correct so far. There's just a few that I need help on, here is one of them.\r
\n" );
document.write( "\n" );
document.write( "A group of 9 males and 9 females volunteer for a medical study. Three volunteers are selected.\r
\n" );
document.write( "\n" );
document.write( "How many ways can the three subjects be selected from the 18 volunteers? (I found that this is 816 by doing C(18,3)\r
\n" );
document.write( "\n" );
document.write( "How many selections contain at least two females? \r
\n" );
document.write( "\n" );
document.write( "How many selections contain at most one female? \n" );
document.write( "
Algebra.Com's Answer #577033 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! Hello, I'm doing some homework problems and I've gotten 17 of the 20 correct so far. There's just a few that I need help on, here is one of them.\r \n" ); document.write( "\n" ); document.write( "A group of 9 males and 9 females volunteer for a medical study. Three volunteers are selected.\r \n" ); document.write( "\n" ); document.write( "How many ways can the three subjects be selected from the 18 volunteers? (I found that this is 816 by doing C(18,3)\r \n" ); document.write( "\n" ); document.write( "How many selections contain at least two females? \n" ); document.write( " \r\n" ); document.write( "That's either all females or 2 females and 1 male\r\n" ); document.write( "\r\n" ); document.write( "We can do this either of two ways.\r\n" ); document.write( "\r\n" ); document.write( "Method 1.\r\n" ); document.write( "From the 816 you already calculated we subtract\r\n" ); document.write( "\r\n" ); document.write( "1. The number of selections of 3 males: 9C3 = 84\r\n" ); document.write( "and\r\n" ); document.write( "2. The number of selections with only one female and 2 males. \r\n" ); document.write( " Choose her 9C1 = 9 ways and the two males 9C2 = 36 ways \r\n" ); document.write( " That's 9*36 = 324 ways\r\n" ); document.write( "3. Subtract from the 816 you calculated: 816-84-324 = 408 ways.\r\n" ); document.write( "\r\n" ); document.write( "Method 2:\r\n" ); document.write( "\r\n" ); document.write( "1. Those with 2 females and 1 male\r\n" ); document.write( " Choose the 2 females 9C2 = 36 ways\r\n" ); document.write( " Choose the 1 male 9C1 = 9 ways.\r\n" ); document.write( " That's 36*9 = 324 ways\r\n" ); document.write( "2. Those with 3 females.\r\n" ); document.write( " Choose the 3 females 9C3 = 84\r\n" ); document.write( "3. Total: 324+84 = 408 ways.\r\n" ); document.write( " \n" ); document.write( "How many selections contain at most one female? \n" ); document.write( " \r\n" ); document.write( "That's either all males or 2 males and 1 female. \r\n" ); document.write( "\r\n" ); document.write( "Since there are an equal number of males and females, \r\n" ); document.write( "that is, 9 males and 9 females, then this is the same\r\n" ); document.write( "answer as the first one \"either all females or 2 females \r\n" ); document.write( "and 1 male\"\r\n" ); document.write( "\r\n" ); document.write( "Answer: 408\r\n" ); document.write( "\r\n" ); document.write( "Edwin\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |