document.write( "Question 564366: how many different ways can i rearrange 26 apples in groups of 6 ? \n" ); document.write( "
Algebra.Com's Answer #365338 by ad_alta(240)\"\" \"About 
You can put this solution on YOUR website!
A lot! If order matters (your question suggests it does), we get 26!/(26-6)!=165,765,600 ways. If order doesn't matter divide by 6! to get 230,230 ways. \n" ); document.write( "
\n" );