document.write( "Question 350844: b) How many ways are there to distribute 20 district object into 10 distinct boxes with\r
\n" );
document.write( "\n" );
document.write( "i) At least two empty box.
\n" );
document.write( "ii) No empty box.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #250789 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! b) How many ways are there to distribute 20 district object into 10 distinct boxes with \n" ); document.write( "i) At least two empty box. \n" ); document.write( "# of ways to select 2 distinct boxes: 10*9 = 90 \n" ); document.write( "--- \n" ); document.write( "# of ways to arrange 20 in the 8 remaining distinct boxes: \n" ); document.write( "20P8 = 5079110900 \n" ); document.write( "------------------ \n" ); document.write( "Ans: 90*5079110900 = 4.5712x10^11 \n" ); document.write( "============================================\r \n" ); document.write( "\n" ); document.write( "ii) No empty box. \n" ); document.write( "20P10 = 20!/10! = 6.7044x10^11 ways \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |