document.write( "Question 1134100: A team of four members consisting of eight mathematicians and seven chemists will be selected. Calculate the number of different ways to form a team member if all members are mathematicians? if the number of mathematicians and chemists are equal? if the team contains at least two mathematicians? \n" ); document.write( "
Algebra.Com's Answer #751455 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 15 total \n" ); document.write( "for four mathematicians only \n" ); document.write( "8/15*7/14*6/13*5/12=0.0513\r \n" ); document.write( "\n" ); document.write( "equal would be 2 of each \n" ); document.write( "total number of ways to choose any four is 15C4=1365 \n" ); document.write( "for the numerator 8C2*7C2=28*21=588 \n" ); document.write( "the probability is 588/1365=0.4307 \n" ); document.write( "At least two mathematicians \n" ); document.write( "for 3 would be 8C3*7C1=56*7=392, and that probability is 0.2872 \n" ); document.write( "for 4, 0.0513 \n" ); document.write( "So at least two would be the sum of three terms or 0.7692 \n" ); document.write( " |