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)\"\" \"About 
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( "\"5%21%2F3%21\"\"%22%22=%22%22\"\"%285%2A4%2A3%2A2%2A1%29%2F%283%2A2%2A1%29\"\"%22%22=%22%22\"\"120%2F6\"\"%22%22=%22%22\"\"20\" ways:\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );