The answer is 8520. I am sure of that! I don't know if this is solvable mathematically, it probably has something to do with derangements. That's the number of ways n letters (all different) can be arranged such that no letter remains in its original position. That number is the nearest integer to. However, that doesn't work here because there are three l's. I tried finding the number of derangements of "ytaqdr" (there are 44 of them) and inserting the three "l"'s. But that doesn't seem to work. But, as I said, the answer is 8520. How do I know? I wrote a program in LibertyBasic, my favorite programming language. Here are the first 10 outputs from my program: lyltalqdr <-- original arrangement. 1 yltlladrq 2 yltllarqd 3 yltllqard 4 yltllqdra 5 yltllqrad 6 yltlldarq 7 yltlldraq 8 yltlldrqa 9 yltllraqd 10 yltllrdaq ..... And here are the last 10 outputs: 8511 rdqylatll 8512 rdqytalll 8513 rdqalyltl 8514 rdqalyllt 8515 rdqalytll 8516 rdqaltyll 8517 rdqaltlyl 8518 rdqaltlly 8519 rdqaytlll 8520 rdqatylll Edwin