We are given the following rules for forming a string of three letters:
1. The first letter can be any letter from the English alphabet (26 possibilities).
2. The second letter must be m, n, or p (3 possibilities).
3. The third letter depends on the second letter as follows:
- If the second letter is m, the third letter can be any vowel (a, e, i, o, u) that is different from the first letter. Thus, 4 choices for the third letter (since one vowel is excluded).
- If the second letter is n, the third letter must be either e or u. So, 2 possibilities.
- If the second letter is p, the third letter must be the same as the first letter. So, 1 possibility.
Now, calculating the total number of strings:
- For the second letter m: $26 \times 3 \times 4 = 312$.
- For the second letter n: $26 \times 2 = 52$.
- For the second letter p: $26 \times 1 = 26$.
Total number of strings: $312 + 52 + 26 = 390$.
Thus, the total number of strings possible is 390.