document.write( "Question 1098055: Out of 6 physicists and 6 chemists, a committee consisting of 3
\n" ); document.write( "physicists and 2 chemists is to be formed. In how many ways
\n" ); document.write( "can this be done if: two particular physicists cannot be on
\n" ); document.write( "the committee together?
\n" ); document.write( "

Algebra.Com's Answer #712471 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
Out of 6 physicists and 6 chemists, a committee consisting of 3
\n" ); document.write( " physicists and 2 chemists is to be formed. In how many ways
\n" ); document.write( "can this be done if: two particular physicists cannot be on
\n" ); document.write( "the committee together?
\n" ); document.write( "
\r\n" );
document.write( "So there are 2 \"restricted\" physicists and 4 non-\"restricted\" physicists.\r\n" );
document.write( "\r\n" );
document.write( "So the committee consists of either:\r\n" );
document.write( "\r\n" );
document.write( "Case 1: 1 restricted physicist, 2 non-resticted physicists, and 2 chemists.  \r\n" );
document.write( "\r\n" );
document.write( "Choose the 1 restricted physicist in 2C1 ways.  (2 choose 1)\r\n" );
document.write( "Choose the 2 non-restricted physicist in 4C2 ways. (4 choose 2)\r\n" );
document.write( "Choose the 2 chemists in 6C2 ways. (6 choose 2)\r\n" );
document.write( "\r\n" );
document.write( "That's (2C1)(4C2)(8C2).\r\n" );
document.write( "\r\n" );
document.write( "          OR\r\n" );
document.write( "\r\n" );
document.write( "Case 2: 3 non-restricted physicists, and 2 chemists.  \r\n" );
document.write( "\r\n" );
document.write( "Choose the 3 non-restricted physicist in 4C3 ways. (4 choose 3)\r\n" );
document.write( "Choose the 2 chemists in 6C2 ways. (6 choose 2)\r\n" );
document.write( "\r\n" );
document.write( "That's (4C3)(6C2).\r\n" );
document.write( "\r\n" );
document.write( "Total for both cases:  (2C1)(4C2)(8C2) + (4C3)(6C2)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );