document.write( "Question 1012888: how many ways can i choose 4 outfits to take on vacation if i have 10 outfits tofrom which to choose
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #628997 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
10 chosen 4 at a time is found by
\n" ); document.write( "10! / (10-4)!(4!) = 10*9*8*7/4*3*2*1 = 210 ways
\n" ); document.write( "
\n" );