document.write( "Question 935489: I have 4 boxes and a pile of 200 hundred items each box can hold one item how many possible combinations is there. whats the formal to figure this out? \n" ); document.write( "
Algebra.Com's Answer #568742 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
you are looking for the combination of 200 items taken 4 at a time.
\n" ); document.write( "C = 200! / (4!*(200-4)!) = (200*199*198*197) / 24 = 64684950
\n" ); document.write( "there are 64,684,950 possible combinations
\n" ); document.write( "
\n" ); document.write( "
\n" );