Correct option is B
We need to count symbols that have a vowel immediately before them, but no vowel immediately after. Go left to right and track each symbol. Only one such valid case appears in the sequence: U $ P, where $ is preceded by vowel U and not followed by a vowel. Hence, answer is one.
Explanation of options: (a) ✘ Overcounts unrelated symbols or ignores the vowel-following condition. (b) ✔ Correct — only $ satisfies the exact condition of being after a vowel and not before a vowel. (c) ✘ There is at least one valid case (U $ P), so this is incorrect. (d) ✘ Two would imply one more case like $, but none exist in the sequence.