In permutation problems with a "contiguous block" constraint, always treat the block of letters as a single item. First, calculate the number of ways to place this block and the other items. Then, multiply by the number of ways to arrange the letters within the block itself (if applicable, here it's just 1 way since 'GENTLE' is fixed).