document.write( "Question 789220: I own 7 suits and 9 ties. I want to take 4 suits and 3 ties on a trip.
\n" );
document.write( "how many different ways can I choose 4 suits to pack?\r
\n" );
document.write( "\n" );
document.write( "is this a permutation question (permutation of 4 out of 7) or a combination question?\r
\n" );
document.write( "\n" );
document.write( "thanks so much!!! \n" );
document.write( "
Algebra.Com's Answer #478773 by xinxin(76)![]() ![]() ![]() You can put this solution on YOUR website! It is a combination question because choosing suits 1,2,3,4 is the same as choosing suits 2,1,3,4. \n" ); document.write( "Use combination formula. \n" ); document.write( " \n" ); document.write( " |