document.write( "Question 251724: Bob is planning to pack 6 shirts and 4 pairs of pants for a trip. If he has 11 shirts and 10 pairs of pants to choose from, in how many different ways can this be done? \n" ); document.write( "
Algebra.Com's Answer #183407 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Bob is planning to pack 6 shirts and 4 pairs of pants for a trip. If he has 11 shirts and 10 pairs of pants to choose from, in how many different ways can this be done?
\n" ); document.write( "-----
\n" ); document.write( "Pick 6 shirts: 11C6 ways
\n" ); document.write( "Pick 4 pair pants: 10C4
\n" ); document.write( "----------------------------
\n" ); document.write( "Total ways: 462*210 = 97020 ways\r
\n" ); document.write( "\n" ); document.write( "---
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );