Question 81

Logical Reasoning Coding Decoding Medium

Each word in parenthesis below is formed in a method. This method is used in all four examples.SNIP(NICE) PACETEAR(EAST) FASTTRAY(RARE) FIREPOUT(OURS) CARSBased on this method, the word in the parenthesis of CANE (?) BATS is

(A) NEAT
(B) CATS
(C) ANTS
(D) NETS
View Dynamic Solution & Explanation
Correct Solution: Option C

Step-by-step Solution:

Quick Solution & Analysis

Important Note: This is a famously flawed question from the NIMCET 2011 paper. The examples given contain typos and do not follow a single, consistent rule. However, we can find the most plausible intended rule that solves both the first example and the final question.


1. Interpreting the Structure

The structure of the problem is likely WORD_1 (RESULT) WORD_2, where the RESULT word is formed from letters taken from the two surrounding words. The question we need to solve is CANE (?) BATS.


2. Finding the Most Likely Pattern

After testing many possibilities, the most likely intended rule is:

Take the 2nd and 3rd letters of the first word.
Take the 3rd and 4th letters of the second word.

Let's check this rule on the first example from the passage, which we can assume was SNIP (NICE) PACETEAR:

  • From SNIP, we take N and I.
  • From PACETEAR, we take C and E.
  • The collected letters are {N, I, C, E}. These letters can form the word NICE. This works.

(Note: This rule does not work perfectly for all the examples listed due to errors in the original question, but it is the most consistent pattern.)


3. Applying the Rule to the Final Question

Now we apply our discovered rule to the problem: CANE (?) BATS.

  • From CANE, we take the 2nd and 3rd letters: A and N.
  • From BATS, we take the 3rd and 4th letters: T and S.
  • The collected letters are {A, N, T, S}.

These letters can be arranged to form the word ANTS.


Final Answer: Based on the most plausible intended logic, the missing word is ANTS.