document.write( "Question 1130395: A company is placing four orders for supplies among eleven different dealers. Each order is randomly assigned to one of the dealer, and a dealer can receive multiple orders. Find the probability of: \r
\n" );
document.write( "\n" );
document.write( "Exactly two of the four orders go to one particular dealer. \n" );
document.write( "
Algebra.Com's Answer #747099 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! There is a 1/11 probability that it will go to any specific dealer. \n" ); document.write( "For four orders, it is 4C2, the number of ways two orders can go to someone, multiplied by (1/11)^2(10/11)^2 \n" ); document.write( "this is 6*100/11^4=0.0410 \n" ); document.write( " |