document.write( "Question 1198390: Among 200 patients at a Tikur Anbessa hospital. 40 of them are
\n" );
document.write( "cardiac patients, 100 of them are cancer, patients and 60 of
\n" );
document.write( "them are diabetic patients. The hospital wants to give free
\n" );
document.write( "medical service for some patients. ♦ A) What is the probability that 5 cardiac and 10 cancer patients
\n" );
document.write( "are given free medical treatment? ♦ B) What is the probability that 2 cardiac and 5 cancer patients and 4 diabetic patients are given free medical treatment? \n" );
document.write( "
Algebra.Com's Answer #831969 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "In case A, 15 of the 200 patients are chosen; and they are 5 of the 40 cardiac patients and 10 of the 100 cancer patients. The probability is \r\n" ); document.write( " (40 choose 5)*(100 choose 10)\r\n" ); document.write( " -------------------------------\r\n" ); document.write( " 200 choose 15 \n" ); document.write( "Use a calculator and express the result in the desired/required form. \n" ); document.write( "Case B is similar; the probability is \r\n" ); document.write( " (40 choose 2)*(100 choose 5)*(60 choose 4)\r\n" ); document.write( " --------------------------------------------\r\n" ); document.write( " 200 choose 11 \n" ); document.write( " \n" ); document.write( " |