How many 'S' are there in the following series that come immediately before K and immediately after K ?
- A
- B
- C
- D
Solution & Step-by-step Explanation
The question asks for the count of the letter 'S' which satisfies two conditions simultaneously: it comes immediately before K (meaning is followed by ) AND immediately after K (meaning is preceded by ).
This implies we are searching for the pattern "K S K".
Let's look at the given sequence:
Highlighting the "K S K" patterns:
1.
2.
3.
There are exactly such occurrences where an 'S' is sandwiched between two 'K's.
This implies we are searching for the pattern "K S K".
Let's look at the given sequence:
Highlighting the "K S K" patterns:
1.
2.
3.
There are exactly such occurrences where an 'S' is sandwiched between two 'K's.