document.write( "Question 441321: Four men and three women apply for a job at a company. three of the applicants are chosen for interviews. Let X denote the number of women in the interview pool. find the CDF of X. \r
\n" );
document.write( "\n" );
document.write( "this is what i did so far...
\n" );
document.write( "there is 35 possibilities,
\n" );
document.write( "P(0)= P(chosen 0 women)= (4 C 3) /35 = 4/35
\n" );
document.write( "P(1)= P(1 women)
\n" );
document.write( " WMM = (4 C 2)(3 C 1)/35 = 6*3 / 35 = 18/35
\n" );
document.write( "P(2)= P(2 women)
\n" );
document.write( " WWM = (4 C 1)(3 C 2)/35 = 4*3 / 35 = 12/35
\n" );
document.write( "P(3)= P(3 women)= WWW=(3 C 3) /35 = 1/35\r
\n" );
document.write( "\n" );
document.write( "BUT IM NOT SURE WHAT TO DO NEXT...
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #304621 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Four men and three women apply for a job at a company. three of the applicants are chosen for interviews. Let X denote the number of women in the interview pool. find the CDF of X. \n" ); document.write( "this is what i did so far... \n" ); document.write( "there is 35 possibilities, \n" ); document.write( "P(0)= P(chosen 0 women)= (4 C 3) /35 = 4/35 \n" ); document.write( "P(1)= P(1 women) \n" ); document.write( "WMM = (4 C 2)(3 C 1)/35 = 6*3 / 35 = 18/35 \n" ); document.write( "P(2)= P(2 women) \n" ); document.write( "WWM = (4 C 1)(3 C 2)/35 = 4*3 / 35 = 12/35 \n" ); document.write( "P(3)= P(3 women)= WWW=(3 C 3) /35 = 1/35 \n" ); document.write( "BUT IM NOT SURE WHAT TO DO NEXT... \r \n" ); document.write( "\n" ); document.write( "------------------- \n" ); document.write( "That's it. You have done what you were asked to do. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |