document.write( "Question 1163687: How many ways can you distribute 4 different balls among 4 different boxes? Some of the boxes can be empty. \n" ); document.write( "
Algebra.Com's Answer #787856 by math_helper(2461) You can put this solution on YOUR website! For n distinct objects distributed into r distinct boxes (where order within the box does not matter, and a box may be left empty): \r \n" ); document.write( "\n" ); document.write( "The reasoning is as follows: for the four balls labeled A,B,C,D and four boxes labeled w,x,y,z, you have 4 places (w,x,y,z) to put A, times (4 places to put B), times (4 places to put C), times (4 places to put D). \n" ); document.write( " |