document.write( "Question 368806: john has 3 pairs of pants, 4 shirts and 2 belts. how many combinations can he wear? can you tell me a formula for this, i can do it manually but would like a formula, thx mike \n" ); document.write( "
Algebra.Com's Answer #262742 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! john has 3 pairs of pants, 4 shirts and 2 belts. how many combinations can he wear? can you tell me a formula for this, i can do it manually but would like a formula, \n" ); document.write( "----- \n" ); document.write( "Counting Principle: \n" ); document.write( "If step one of a process can be done in n1 ways \n" ); document.write( "and step k can be done in nk ways, \n" ); document.write( "the process can be done in n1*n2*n3*...*nk ways \n" ); document.write( "------------------------------------- \n" ); document.write( "Your problem \n" ); document.write( "# of combinations is 3*4*2 = 24 ways \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |