document.write( "Question 491674: Suppose you are moving, and have 9 boxes. For this problem, order is not important.\r
\n" );
document.write( "\n" );
document.write( "i) find the number of ways of selecting 4 boxes out of 9.\r
\n" );
document.write( "\n" );
document.write( "ii) Suppose one box has your wallet. Find the number of ways of selecting 4 boxes, so that the box with your wallet is one of the four. (Hint: how many ways of getting 3 more boxes out of the remaining 8 are there?)\r
\n" );
document.write( "\n" );
document.write( "iii) If you select 4 boxes at random, find the probability that your wallet will be in one of these four. Use the results from parts i and ii to answer this problem. \n" );
document.write( "
Algebra.Com's Answer #334738 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose you are moving, and have 9 boxes. For this problem, order is not important. \n" ); document.write( "i) find the number of ways of selecting 4 boxes out of 9. \n" ); document.write( "Ans: 9C4 = (9*8*7*6)/(1*2*3*4) = 126 \n" ); document.write( "------------------------------------------- \n" ); document.write( "ii) Suppose one box has your wallet. Find the number of ways of selecting 4 boxes, so that the box with your wallet is one of the four. (Hint: how many ways of getting 3 more boxes out of the remaining 8 are there?) \n" ); document.write( "Ans = 8C3 = 56 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "iii) If you select 4 boxes at random, find the probability that your wallet will be in one of these four. Use the results from parts i and ii to answer this problem. \n" ); document.write( "Ans = 1 - [56/126] = 1 - 0.4444 = 0.5556 \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |