You can put this solution on YOUR website! Find the number of ways to arrange the letters in REMEMBERED
# of r's: 2
# of e's: 4
# of m's: 2
# of letters: 10
----
Ans: 10!/(2!*4!*2!) = 37800
==================================
Cheers,
Stan H.
================