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? 
# of ways to pick the two boxes to receive balls:: 5C2 = (5*4)/(1*2) = 10 ways
-----
# of ways to lace 4 distinct balls in those 2 distinct boxes::
(# in box A, # in Box B)
(0,4) 1 way
(1,3) 4 ways
(2,2) 6 ways
(3,1) 4 ways
(4,0) 1 way
Total (A,B) ways:: 16
------
Final Answer:: 10*16 = 160
--------------------------
Cheers,
Stan H.
----------