document.write( "Question 35133: We are working on combinations and permutaions which involve factorials most of the time.\r
\n" );
document.write( "\n" );
document.write( "How many 4 letter combinations can be made from the letters f,g,h,i,j & k. No letters can repeat themselves and the letter do not have to form a word. How do you solve this? \n" );
document.write( "
Algebra.Com's Answer #21753 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! f,g,h,i,j & k \n" ); document.write( "When you say no letters can repeat themselves, you do not have to worry there are no two of the same letters! \n" ); document.write( "P(6,4)=6!/(2!)=360 \n" ); document.write( "Just as venugopalramana said, that is the many ways, but schools usually put permutations as P(n,r) notation .... \n" ); document.write( "P(n,r) is the same as nPr \n" ); document.write( " |