All Exams Test series for 1 year @ ₹349 only
Question

Which of the following letter-clusters will replace the question mark (?) in the given series?

MU, NE, PX, QF, SA, TG, ?

The correct answer is

VD

Finding the Pattern in the Letter Series MU, NE, PX, QF, SA, TG

To solve this letter series problem, we need to analyze the pattern followed by the letters in each cluster. We will look at the sequence of the first letters and the sequence of the second letters separately.

Pattern in the First Letters

The first letters in the given series are: M, N, P, Q, S, T.

Let's consider their positions in the English alphabet (A=1, B=2, ..., Z=26):

  • M is the \(13^{th}\) letter.
  • N is the \(14^{th}\) letter.
  • P is the \(16^{th}\) letter.
  • Q is the \(17^{th}\) letter.
  • S is the \(19^{th}\) letter.
  • T is the \(20^{th}\) letter.

Now, let's find the difference in alphabetical position between consecutive first letters:

  • From M to N: \(14 - 13 = +1\)
  • From N to P: \(16 - 14 = +2\)
  • From P to Q: \(17 - 16 = +1\)
  • From Q to S: \(19 - 17 = +2\)
  • From S to T: \(20 - 19 = +1\)

We can see a clear pattern in the steps for the first letter: \(+1, +2, +1, +2, +1\). Following this alternating pattern, the next step should be \(+2\).

The last first letter is T, which is the \(20^{th}\) letter. Adding 2 to its position: \(20 + 2 = 22\).

The \(22^{nd}\) letter of the English alphabet is V.

So, the first letter of the next letter-cluster is V.

Pattern in the Second Letters

The second letters in the given series are: U, E, X, F, A, G.

Let's consider their positions in the English alphabet:

  • U is the \(21^{st}\) letter.
  • E is the \(5^{th}\) letter.
  • X is the \(24^{th}\) letter.
  • F is the \(6^{th}\) letter.
  • A is the \(1^{st}\) letter.
  • G is the \(7^{th}\) letter.

Let's look at the step (difference in position) from one second letter to the next, considering the alphabet wraps around from Z to A (using modular arithmetic, position modulo 26):

  • From U (\(21\)) to E (\(5\)): The change in position is \((5 - 21) \pmod{26} = -16 \pmod{26} = +10\). The step is \(+10\).
  • From E (\(5\)) to X (\(24\)): The change in position is \((24 - 5) \pmod{26} = +19 \pmod{26} = +19\). The step is \(+19\).
  • From X (\(24\)) to F (\(6\)): The change in position is \((6 - 24) \pmod{26} = -18 \pmod{26} = +8\). The step is \(+8\).
  • From F (\(6\)) to A (\(1\)): The change in position is \((1 - 6) \pmod{26} = -5 \pmod{26} = +21\). The step is \(+21\).
  • From A (\(1\)) to G (\(7\)): The change in position is \((7 - 1) \pmod{26} = +6 \pmod{26} = +6\). The step is \(+6\).

The sequence of steps for the second letters is: \(+10, +19, +8, +21, +6\). This sequence itself doesn't follow a simple arithmetic or geometric pattern.

Let's look at the absolute differences between consecutive steps in this sequence:

  • \(|19 - 10| = 9\)
  • \(|8 - 19| = |-11| = 11\)
  • \(|21 - 8| = 13\)
  • \(|6 - 21| = |-15| = 15\)

The sequence of absolute differences between consecutive steps is \(9, 11, 13, 15\). This is an arithmetic progression with a common difference of \(+2\).

Following this pattern, the next absolute difference should be \(15 + 2 = 17\).

This means the absolute difference between the last step (\(+6\)) and the next step for the second letter (\(S_{next}\)) must be 17:

\[ |S_{next} - 6| = 17 \]Thus, there are two possibilities for \(S_{next}\):

  • \(S_{next} - 6 = 17 \implies S_{next} = 17 + 6 = 23\)
  • \(S_{next} - 6 = -17 \implies S_{next} = -17 + 6 = -11\)

Given the steps calculated were all positive (interpreting wrap-around as forward movement), the next step is likely \(+23\).

Starting from the last second letter, G (\(7\)), we add the next step \(+23\):

\[ 7 + 23 = 30 \]To find the corresponding letter, we take the result modulo 26 (since there are 26 letters):

\[ 30 \pmod{26} = 4 \]

The \(4^{th}\) letter of the English alphabet is D.

So, the second letter of the next letter-cluster is D.

Combining the Patterns

The next first letter in the series is V.

The next second letter in the series is D.

Combining these, the next letter-cluster in the series is VD.

Letter Series Pattern Summary

The pattern for the first letters follows an alternating addition of 1 and 2 to the alphabetical position.

The pattern for the second letters involves steps (forward difference in alphabetical position modulo 26) such that the absolute differences between consecutive steps form an arithmetic progression (9, 11, 13, 15, ...).

Revision Table: Letter Series Analysis

Cluster First Letter (Position) First Letter Step Second Letter (Position) Second Letter Step (Forward) Abs Diff. between Second Letter Steps
MU M (13) - U (21) - -
NE N (14) \(+1\) E (5) \(+10\) -
PX P (16) \(+2\) X (24) \(+19\) \(|19 - 10| = 9\)
QF Q (17) \(+1\) F (6) \(+8\) \(|8 - 19| = 11\)
SA S (19) \(+2\) A (1) \(+21\) \(|21 - 8| = 13\)
TG T (20) \(+1\) G (7) \(+6\) \(|6 - 21| = 15\)
? V (22) \(+2\) D (4) \(+23\) \(|23 - 6| = 17\)

Additional Information: Understanding Letter Series Patterns

Letter series puzzles are a common type of question in logical reasoning and aptitude tests. They assess your ability to identify patterns and rules in sequences involving letters.

Key strategies for solving letter series:

  • Write down the alphabetical position of each letter. This converts the problem into a numerical series, which is often easier to analyze.
  • Look for patterns in consecutive letters within a single sequence (like the first letters). The pattern could be a constant addition/subtraction, alternating steps, or a progression (arithmetic, geometric, etc.).
  • If there are groups of letters, analyze each position separately (e.g., all first letters, all second letters).
  • Consider other patterns, such as consonant/vowel alternation, symmetry, or specific letter properties, although numerical position-based patterns are very common.
  • For steps that go past Z or before A, remember the alphabetical order wraps around. Using modulo 26 arithmetic can be helpful for precise calculations.
  • Sometimes the pattern is in the difference between positions, or the difference between the differences (second-order differences), or even more complex relationships as seen in this problem's second letter sequence.

Practicing various types of letter series problems helps develop the skill to quickly spot the underlying logic.

Was this answer helpful?

Important Questions from Alphabet Series

  1. Select the letter-cluster from among the given options that can replace the question mark (?) in the following series.

    KMTC, EVOM, OQXG, IZSQ, ?

  2. Select the set of letters that when sequentially placed in the blanks of the given letter series will complete the series.

    k_lmml_mk_mmk_lkkl_m
  3. Select the letter will replace the question mark (?) in the following series.

    C, B, B, C, Z, E, W, H, S, ?, N
  4. Which letter will replace the question mark (?) in the following letter series?

    E, J, N, Q, S, ?

  5. Select the combination of letters that when sequentially placed in the blanks of the given series will complete the series.
    C _ B N _ _ V_ _ H C _ B _ H

Need Expert Advice?

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App