document.write( "Question 1129916: How many ways are there to place 4 distinct balls into 5 distinct boxes such that exactly 3 of the 5 boxes do not have any balls? \n" ); document.write( "
Algebra.Com's Answer #746533 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How many ways are there to place 4 distinct balls into 5 distinct boxes such that exactly 3 of the 5 boxes do not have any balls?
\n" ); document.write( "# of ways to pick the two boxes to receive balls:: 5C2 = (5*4)/(1*2) = 10 ways
\n" ); document.write( "-----
\n" ); document.write( "# of ways to lace 4 distinct balls in those 2 distinct boxes::
\n" ); document.write( "(# in box A, # in Box B)
\n" ); document.write( "(0,4) 1 way
\n" ); document.write( "(1,3) 4 ways
\n" ); document.write( "(2,2) 6 ways
\n" ); document.write( "(3,1) 4 ways
\n" ); document.write( "(4,0) 1 way
\n" ); document.write( "Total (A,B) ways:: 16
\n" ); document.write( "------
\n" ); document.write( "Final Answer:: 10*16 = 160
\n" ); document.write( "--------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "----------
\n" ); document.write( "
\n" );