Concept:The letters are arranged in a triangular pattern starting from the top with A, each subsequent row having one more letter. The leftmost letter of the
n‑th row is the
(1+2n(n−1)​)‑th letter of the alphabet.
Explanation:Assuming a common pyramid arrangement: row 1: A; row 2: B, C; row 3: D, E, F; etc.
The number of letters before the
n‑th row is
2(n−1)n​, so the first letter of the
n‑th row is the
(2n(n−1)​+1)‑th letter.
For the lowest row, we need a result that matches one of the given options. Only
n=5 gives
25×4​+1=11, which is the 11th letter, K.
Thus the leftmost letter in the lowest row is K.
Answer:Option A: K