document.write( "Question 1077386: you have 8 shirts and plan to wear a different one each day from Monday through Friday how many possible arrangements of shirts are possible for those 5 days? \n" ); document.write( "
Algebra.Com's Answer #691852 by Herdaysoji(25)\"\" \"About 
You can put this solution on YOUR website!
8C5 .'.combination which is nCr=(n!)/((r!)(n-r)!)
\n" ); document.write( "8!/(5!)(8-5)!=8!/(5!)(3!)=(8*7*6)/(3*2*1)
\n" ); document.write( "336/6=56
\n" ); document.write( ".'. it is 56 types of arrangements
\n" ); document.write( "
\n" );