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

Select the option that is related to the fifth letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster and the fourth letter-cluster is related to the third letter-cluster.

PAVE : FXDT :: AXLE : FNAE :: BREW : ?

This question was previously asked in
SSC Stenographer 2022 Previous Year Paper (17-Nov-2022) (Shift 2)
The correct answer is

XGUF

Logical Reasoning: Analyzing Letter Cluster Analogies

This question asks us to find the letter cluster that shares the same relationship with 'BREW' as 'FXDT' shares with 'PAVE' and 'FNAE' shares with 'AXLE'. We need to identify the pattern or rule connecting the letter clusters in the first two pairs and apply it to the third pair.

Identifying the Pattern in Letter Clusters

Let's analyze the relationship between the letters in each pair based on their positions in the English alphabet (A=1, B=2, ..., Z=26).

Analyzing PAVE to FXDT

  • P is the 16th letter, F is the 6th letter. The shift is \(6 - 16 = -10\).
  • A is the 1st letter, X is the 24th letter. The shift is \(24 - 1 = 23\).
  • V is the 22nd letter, D is the 4th letter. The shift is \(4 - 22 = -18\).
  • E is the 5th letter, T is the 20th letter. The shift is \(20 - 5 = 15\).

The sequence of shifts from PAVE to FXDT is \((-10, 23, -18, 15)\).

Analyzing AXLE to FNAE

  • A is the 1st letter, F is the 6th letter. The shift is \(6 - 1 = 5\).
  • X is the 24th letter, N is the 14th letter. The shift is \(14 - 24 = -10\).
  • L is the 12th letter, A is the 1st letter. The shift is \(1 - 12 = -11\).
  • E is the 5th letter, E is the 5th letter. The shift is \(5 - 5 = 0\).

The sequence of shifts from AXLE to FNAE is \((5, -10, -11, 0)\).

Discovering the Consistent Rule

The direct shift sequences are different: \((-10, 23, -18, 15)\) and \((5, -10, -11, 0)\). Let's look for a property that is consistent between these two sequences.

Let's calculate the sum of the shifts for each pair, using modular arithmetic (modulo 26, since the alphabet has 26 letters). A shift of -10 is equivalent to a shift of \( -10 + 26 = 16 \pmod{26} \).

Sum of Shifts Modulo 26 for PAVE to FXDT

The shifts are \(-10, 23, -18, 15\).

  • \(-10 \pmod{26} = 16\)
  • \(23 \pmod{26} = 23\)
  • \(-18 \pmod{26} = 8\)
  • \(15 \pmod{26} = 15\)

Sum of shifts modulo 26 = \(16 + 23 + 8 + 15 = 62\). \(62 \pmod{26} = 10\).

Sum of Shifts Modulo 26 for AXLE to FNAE

The shifts are \(5, -10, -11, 0\).

  • \(5 \pmod{26} = 5\)
  • \(-10 \pmod{26} = 16\)
  • \(-11 \pmod{26} = 15\)
  • \(0 \pmod{26} = 0\)

Sum of shifts modulo 26 = \(5 + 16 + 15 + 0 = 36\). \(36 \pmod{26} = 10\).

We observe a consistent pattern: the sum of the positional shifts (Target Letter Position - Source Letter Position) modulo 26 is 10 for both pairs.

Applying the Pattern to BREW

We need to find a letter cluster such that when related to BREW using alphabetical shifts, the sum of these shifts modulo 26 is 10.

BREW corresponds to the positions B=2, R=18, E=5, W=23.

Let's check the shifts for the provided correct answer option, XGUF (X=24, G=7, U=21, F=6).

  • B to X: \(24 - 2 = 22\). \(22 \pmod{26} = 22\).
  • R to G: \(7 - 18 = -11\). \(-11 \pmod{26} = 15\).
  • E to U: \(21 - 5 = 16\). \(16 \pmod{26} = 16\).
  • W to F: \(6 - 23 = -17\). \(-17 \pmod{26} = 9\).

The sequence of shifts from BREW to XGUF is \((22, 15, 16, 9)\).

Sum of Shifts Modulo 26 for BREW to XGUF

Sum of shifts modulo 26 = \(22 + 15 + 16 + 9 = 62\). \(62 \pmod{26} = 10\).

The sum of the shifts modulo 26 for BREW to XGUF is 10, which matches the pattern found in the first two pairs.

Conclusion

The letter cluster XGUF is related to BREW in the same way as FXDT is related to PAVE and FNAE is related to AXLE, based on the rule that the sum of the alphabetical position shifts modulo 26 is 10.

Pair Letters Positions Shifts (Target - Source) Shifts (mod 26) Sum of Shifts (mod 26)
1 PAVE 16, 1, 22, 5 -10, 23, -18, 15 16, 23, 8, 15 \(16+23+8+15 = 62 \equiv 10 \pmod{26}\)
FXDT 6, 24, 4, 20
2 AXLE 1, 24, 12, 5 5, -10, -11, 0 5, 16, 15, 0 \(5+16+15+0 = 36 \equiv 10 \pmod{26}\)
FNAE 6, 14, 1, 5
3 BREW 2, 18, 5, 23 22, -11, 16, -17 22, 15, 16, 9 \(22+15+16+9 = 62 \equiv 10 \pmod{26}\)
XGUF 24, 7, 21, 6

Revision Table: Key Concepts in Letter Analogies

Concept Description Application in Analogies
Alphabetical Position Assigning a number (1-26) to each letter based on its order in the alphabet. Used to convert letters into numerical values for calculations.
Positional Shift The difference in alphabetical position between a source letter and a target letter. Can be positive (forward) or negative (backward). Identifies the transformation applied to each letter position within a word.
Modular Arithmetic (Modulo 26) Calculations that wrap around after reaching 26, suitable for cyclic patterns like the alphabet. \(a \pmod{m}\) gives the remainder when \(a\) is divided by \(m\). Useful when shifts wrap around the alphabet (e.g., Z to B is a shift of +2, or -24).
Consistent Pattern A rule or property that holds true for all given pairs in the analogy. Finding this pattern is key to solving the analogy and predicting the missing term.

Additional Information: Strategies for Solving Letter Cluster Analogies

Solving letter cluster analogies involves identifying the relationship between the first word or cluster and the second. This relationship is then applied to the third word or cluster to find the missing fourth term. Here are some common strategies:

  • Positional Shifts: Look at the difference in alphabetical position for each corresponding letter (1st letter to 1st letter, 2nd to 2nd, etc.). The shift sequence might be consistent or follow a pattern itself.
  • Reverse Alphabetical Order: Sometimes the relationship involves the letter's position from the end of the alphabet (Z=1, Y=2, etc.).
  • Vowel/Consonant Patterns: The transformation might depend on whether the letter is a vowel or a consonant, or the pattern of vowels and consonants might be preserved or changed in a specific way.
  • Skipping Letters: The pattern might involve skipping a fixed number of letters, or a number of skipped letters that follows a sequence.
  • Letter Reversal or Rearrangement: The letters within the word might be rearranged or reversed.
  • Combined Patterns: Often, a combination of these rules is used.
  • Numerical Properties: Look for patterns in the numerical values of the shifts, such as their sum, difference, or sequence.

For this specific question, the pattern was identified by calculating the sum of the positional shifts modulo 26, which remained constant across the known pairs. Applying this rule helped determine the correct related letter cluster for BREW.

Was this answer helpful?

Similar Questions

  1. Select the option that is related to the fifth letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster and the fourth letter-cluster is related to the third letter-cluster.

    FLUTES : ULFSET : : STRING : RTSGNI : : VIOLIN : ?

  2. Select the option that is related to the third letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster.

    SPIRIT : TQHSHU :: BAMBOO : ?

  3. Select the option that is related to the third letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster.

    CARPET : RACTEP :: GOBLET : ?

  4. Select the option that is related to the third letter-cluster in the same way as the second letter-cluster is related to the first letter cluster.

    PRIEST : TSRPIE :: UMPIRE : ?

  5. Select the option that is related to the third letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster.

    DURDG : EFJVZ :: JGFSGR : ?

  6. Select the option that is related to the third letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster.

    OESTD : UAVXI :: UISRY : ?

  7. Select the option that is related to the third letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster.

    GKNR : SOLH :: MNGB : ?

  8. Select the option that is related to the third letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster.

    LARTBZ ∶ BLRTAZ ∶∶ PARENF ∶ ?

  9. Select the option that is related to the third term in the same way as the second term is related to the first term.

    MONDAY : RJSIVD :: TROUBLE : ?

  10. Select the option that is related to the third term in the same way as the second term is related to the first term.

    FRIDGE : EGDIRF : : GROUND : ?


Important Questions from Letter Based

  1. Select the option that is related to the third term in the same way as the second term is related to the first term.

    CGK : XTP :: GIM : ?
  2. Select the option that is related to the third term in the same way as the second term is related to the first term.

    INSERT : NIXZTR :: SECOND : ?

  3. Select the option that is related to the third term in the same way as the second term is related to the first term.

    NOSE : ENOS :: PROUD : ?

  4. Select the option that is related to the third term in the same way as the second term is related to the first term.

    METHOD : OIZPYP :: NORMAL : ?

  5. Select the option that is related to the third letter-cluster in the same way as the second letter-cluster is related to the first letter-cluster.

    RKM : VFS :: PSQ : ?

Need Expert Advice?
Upcoming Exams
SSC JHT
September 08, 2026
SSC Stenographer
September 09, 2026
SSC Selection Post
September 16, 2026
Test Series
SSC Stenographer img
SSC
SSC Stenographer 2026 Mock Test Series (Latest Version)
1170 Tests 2 Tests Free
2238 Attempts
4.6(243)
English, Hindi
More Questions from SSC Stenographer

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