document.write( "Question 862577: marcus has 4 ties, 5 shirts, 3 pair of pants. How many outfits can he wear? \n" ); document.write( "
Algebra.Com's Answer #519758 by ben720(159)\"\" \"About 
You can put this solution on YOUR website!
Each of the 4 ties creates a string of possibilities. So far, there are four.
\n" ); document.write( "Each of the 5 shirts create a new string of possibilities for each string of ties. Therefore, there are 5*4 possibilities so far, or 20.
\n" ); document.write( "Each of the 3 pairs of pants multiply the existing possibilities by 3. Therefore, there are 20*3 possibilities, or

60 Possibilities

\n" ); document.write( "
\n" );