document.write( "Question 1043289: How many permutations can be formed from the letters in the word BANANAS if each
\n" );
document.write( "arrangement must start and end with a n?
\n" );
document.write( "*use factorial notation to determine the number of permutation.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #658419 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "BANANAS\r\n" ); document.write( "\r\n" ); document.write( "They must all start and end with N like this:\r\n" ); document.write( "\r\n" ); document.write( "NBAAASN\r\n" ); document.write( "\r\n" ); document.write( "This amounts to getting the number of distinguishable \r\n" ); document.write( "arrangements of BAAAS to place between the two N's.\r\n" ); document.write( "\r\n" ); document.write( "Since there are three indistinguishable A's in BAAAS, it's\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |