document.write( "Question 448409: if i have 15 letters : 5 As, 5 Bs, and 5 Cs
\n" );
document.write( "how many ways can i arrange them such that no two of the same letter are next to each other? \n" );
document.write( "
Algebra.Com's Answer #308536 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 3!=6 ways for the first 3 letters then 4 ways for the next set of 3 to the end. \n" ); document.write( "6*4^4=1536 ways \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |