document.write( "Question 296311: Among a 16 applicants for a job, 10 have college dgrees. If three of the applicants are randomly selected for interviews, what are the probabilites that :
\n" );
document.write( "i) one has a college dgree
\n" );
document.write( "ii) at least 2 have college dgree
\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #213562 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! Among a 16 applicants for a job, 10 have college dgrees. If three of the applicants are randomly selected for interviews, what are the probabilites that :\r \n" ); document.write( "\n" ); document.write( "i) Exactlyone has a college degree \r\n" ); document.write( "\r\n" ); document.write( "The numerator is the number of ways to chose 1 college grad and 2\r\n" ); document.write( "non-grads. That's \"10 choose 1\" times \"6 choose 2\", or\r\n" ); document.write( "\r\n" ); document.write( "Numerator of desired probability = \n" ); document.write( "ii) at least 2 have a college degree \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "The number of possibilities here is the sum:\r\n" ); document.write( "\r\n" ); document.write( "1. the number of ways exactly 2 have college degrees (and 1 doesn't),\r\n" ); document.write( "which is \"10 choose 2\" times \"6 choose 1\"\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |