document.write( "Question 335715: There is seven types of jelly.
\n" ); document.write( "They package gift boxes containing
\n" ); document.write( "four jars of jelly, no two of which are of the
\n" ); document.write( "same type. To reflect the three national chains
\n" ); document.write( "through which the jelly is distributed, the
\n" ); document.write( "producer uses three types of boxes. How
\n" ); document.write( "many different gift boxes are possible?
\n" ); document.write( "

Algebra.Com's Answer #240759 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
3C1 ways to choose the National Chain, then there are 7C4 combinations to choose 4 jellies out of th 7 (combinations used since order is not important)
\n" ); document.write( "--
\n" ); document.write( "total =(3C1)*(7C4)=3*140=420
\n" ); document.write( "--\r
\n" ); document.write( "\n" ); document.write( "if for some strange reason, order of the jellies was important then
\n" ); document.write( "Total =(3C1)*(7P4)=3* 840=2520, where 7P4 is permutations of 4 items selected from 7 items.
\n" ); document.write( "
\n" );