Inequalities for IBPS PO: Coded & Mathematical Reasoning

intermediate 18 min read

Concept

Inequalities in IBPS PO reasoning are chain-comparison problems. You get a sequence of variables connected by relational symbols (>, , <, , =), and you have to decide whether a given conclusion about two of those variables is necessarily true.

Think of it like a queue of students ranked by height. If Arjun is taller than Bhanu, and Bhanu is at least as tall as Chetan, you can conclude Arjun is definitely taller than Chetan. But if Arjun is taller than Bhanu and separately Divya is shorter than Bhanu, you cannot directly compare Arjun and Divya — their relationship is clear (Arjun > Divya too), but if the chain breaks in a conflicting direction, no conclusion holds.

That is the core idea. A conclusion is valid if and only if you can trace an unbroken chain from one variable to the other, and the direction of every symbol in that chain is consistent.

Coded vs. Mathematical inequalities: IBPS PO uses both formats. In mathematical inequalities, symbols are exactly what they look like: L > M means L is greater than M. In coded inequalities (less common now, but still tested), the exam substitutes symbols — for example, A @ B might mean A > B, and A # B might mean A ≤ B. The decoding step is trivial once you have the key; after that, the logic is identical.

The reason this topic trips up students is not the logic — it is rushing. You read a long chain like G ≥ H > I = J ≤ K < L, someone asks whether G > J, and you panic because the path from G to J crosses multiple symbols with different strengths. The fix is a mechanical process you apply without thinking, which this chapter teaches you.


Deep Dive

The Only Rule You Need

A conclusion A [symbol] B is valid if you can trace a path through the chain from A to B where every intermediate relationship is consistent with the claimed direction and strength.

The two-step test:

  1. Identify the path. Write out all the symbols between A and B in order.
  2. Apply the weakest-link rule. The conclusion can only be as strong as the weakest symbol in the chain.

Here is the strength hierarchy:

When you combine symbols in a chain, the result follows this table:

| Chain segment | Effective conclusion | |---|---| | > and > | > | | > and | > | | and | | | and = | | | > and = | > | | Any strict + any weak on same side | The strict one wins | | Symbols pointing opposite directions | No conclusion possible |

Direction Consistency — The Real Trap

Look at this chain: A > B ≥ C = D < E ≤ F

If someone asks: "Does A > D follow?"

Now ask: "Does F ≥ C follow?"

This is a key nuance: if the chain proves F > C, then F ≥ C also follows, because includes >.

When No Conclusion Follows

The chain breaks — meaning the symbols change direction. Example:

A > B < C

Can you conclude A > C? No. A is greater than B, and C is also greater than B. But we have no idea how A and C relate. Same logic: you cannot conclude A < C either.

Whenever the chain has a "valley" (symbols pointing inward like > <) or a "peak" (symbols pointing outward like < >), the two outer variables cannot be directly compared. No conclusion follows.

The = Passthrough

When two variables are equal in the chain, they are interchangeable. N = O means you can substitute one for the other. This is how questions like L > M ≥ N = O ≤ P < Q test conclusion L > O:

Coded Inequalities — Quick Decode Protocol

Some sets give you a code table. For example:

Your first move on coded questions: decode the entire statement into standard symbols before doing anything else. Spend 10 seconds on decoding, then treat it as a normal chain. Do not try to keep the codes in your head while also doing the logic — that is where errors happen.


Memory Tricks & Shortcuts

patternSame-Side Sweep

Before testing any conclusion, physically draw arrows above each symbol in the chain pointing in the direction of "greater value". All arrows pointing the same way = conclusion possible. Any arrow pointing back = that segment is a wall, no conclusion crosses it. Standard method: mentally re-read the chain 2-3 times (~30s). Same-Side Sweep: one visual pass (~8s).

patternWeakest-Link Conclusion Strength

When all arrows align, the conclusion strength = the weakest symbol in the path. > beats , beats =. If the chain contains even one >, and the rest are or =, your conclusion is > (strict). If the chain is all and =, your conclusion is . Never claim strict equality from a chain unless every single symbol is =. This eliminates the temptation to write when the answer is actually > (or vice versa). Standard approach: test both possibilities (~20s). Weakest-Link: instant read-off (~5s).

eliminationStronger-Satisfies-Weaker

If the chain proves X > Y but the conclusion asks X ≥ Y — mark it valid. If the chain proves X ≥ Y but the conclusion asks X > Y — mark it invalid (you need the strict version). One comparison saves you: "Is what I proved at least as strong as what is claimed?" If yes, valid. This eliminates the single most common wrong answer in IBPS PO inequality sets. Standard approach: test conclusion against chain separately (~15s). This shortcut: one comparison (~4s).

eliminationValley-Peak Instant Kill

Scan the chain for the variable pair in the conclusion. If the path between them contains a valley (... > X < ...) or a peak (... < X > ...), immediately mark "No conclusion" without further analysis. This applies to about 20% of conclusions in mixed-direction chains. Standard approach: attempt to derive relationship (~25s, then realize it's impossible). Valley-Peak Kill: identify pattern, skip (~3s).

substitutionDecode-First for Coded Sets

Write the decoded chain on your rough sheet before reading any conclusion. Cost: 10 seconds once. Benefit: every conclusion in that set (usually 2-5) requires zero re-decoding. On a 5-conclusion coded set, this saves roughly 40-60 seconds total compared to decoding per conclusion. Do not skip this even if the symbols seem obvious — under exam pressure, mid-chain symbol confusion is a major error source.


Fast-Solving Framework

When you see an inequality question in the exam hall, run this decision tree:

Step 1 — Decode (coded only). If symbols are non-standard, write the standard chain on rough paper. Skip this for direct symbol questions.

Step 2 — Identify the path. For each conclusion, find the two variables. Extract only the segment of the chain between them.

Step 3 — Valley/Peak check. Are there any direction reversals in the extracted segment? If yes — no conclusion. Done.

Step 4 — Weakest-link. All arrows align? Find the weakest symbol. That is your maximum possible conclusion.

Step 5 — Compare to claim. Is the proved relationship at least as strong as the claimed one? If yes, conclusion follows. If the claim is stronger than what you can prove — does not follow.

Step 6 — Mark. Note which conclusions follow, pick the matching option.

Target: 30-45 seconds per question for direct chains. Under 60 seconds for coded or 6+ variable chains.


Solved PYQs

Why this question: Tests whether you can chain through = without losing direction. A common IBPS PO trap is using = as a stopping point instead of a passthrough.

Previous Year Questionपिछले वर्ष का प्रश्न
Statements: L > M ≥ N = O ≤ P < Q. Conclusions: I. L > O II. Q > N. Which conclusion(s) follow(s)?
कथन: L > M ≥ N = O ≤ P < Q। निष्कर्ष: I. L > O II. Q > N। कौन सा/से निष्कर्ष सही है/हैं?
  1. Only I follows
  2. Only II follows
  3. Both I and II follow
  4. Neither I nor II follows
  1. केवल I सही है
  2. केवल II सही है
  3. I और II दोनों सही हैं
  4. न तो I और न ही II सही है
Solutionसमाधान
From L > M ≥ N = O, we get L > O (conclusion I follows). From N = O ≤ P < Q, we get N < Q, so Q > N (conclusion II follows). Both conclusions are true.
L > M ≥ N = O से हमें L > O मिलता है (निष्कर्ष I सत्य है)। N = O ≤ P < Q से हमें N < Q मिलता है, अर्थात Q > N (निष्कर्ष II सत्य है)। दोनों निष्कर्ष सत्य हैं।

Solving path:


Why this question: Tests the reversal: using U ≥ V when the chain actually gives you that in reverse order (V ≤ U). Many students re-read this conclusion backwards and get confused.

Previous Year Questionपिछले वर्ष का प्रश्न
Statements: X = Y ≥ Z > W = V ≤ U. Conclusions: I. X ≥ W II. U ≥ V. Which conclusion(s) follow(s)?
कथन: X = Y ≥ Z > W = V ≤ U। निष्कर्ष: I. X ≥ W II. U ≥ V। कौन सा/से निष्कर्ष सही है/हैं?
  1. Only I follows
  2. Only II follows
  3. Both I and II follow
  4. Neither I nor II follows
  1. केवल I सही है
  2. केवल II सही है
  3. I और II दोनों सही हैं
  4. न तो I और न ही II सही है
Solutionसमाधान
From X = Y ≥ Z > W, we get X ≥ W (conclusion I follows). From W = V ≤ U, we get V ≤ U, so U ≥ V (conclusion II follows). Both conclusions are correct.
X = Y ≥ Z > W से हमें X ≥ W मिलता है (निष्कर्ष I सत्य है)। W = V ≤ U से हमें V ≤ U मिलता है, अर्थात U ≥ V (निष्कर्ष II सत्य है)। दोनों निष्कर्ष सत्य हैं।

Solving path:


Why this question: Conclusion II asks N < P from a chain where N appears at the left end and P in the middle-right. Students often stop at the < between N and O and forget O = P.

Previous Year Questionपिछले वर्ष का प्रश्न
Statements: N < O = P ≥ Q > R = S. Conclusions: I. P > R II. N < P. Which conclusion(s) follow(s)?
कथन: N < O = P ≥ Q > R = S। निष्कर्ष: I. P > R II. N < P। कौन सा/से निष्कर्ष सही है/हैं?
  1. Only I follows
  2. Only II follows
  3. Both I and II follow
  4. Neither I nor II follows
  1. केवल I सही है
  2. केवल II सही है
  3. I और II दोनों सही हैं
  4. न तो I और न ही II सही है
Solutionसमाधान
From P ≥ Q > R, we get P > R (conclusion I follows). From N < O = P, we get N < P (conclusion II follows). Both conclusions are true.
P ≥ Q > R से हमें P > R मिलता है (निष्कर्ष I सत्य है)। N < O = P से हमें N < P मिलता है (निष्कर्ष II सत्य है)। दोनों निष्कर्ष सत्य हैं।

Solving path:


Why this question: F ≥ G = H is the type of opening that tricks students into claiming only F ≥ H instead of realizing the = makes H fully substitutable for G.

Previous Year Questionपिछले वर्ष का प्रश्न
Statements: F ≥ G = H < I ≤ J > K. Conclusions: I. F ≥ H II. J > H. Which conclusion(s) follow(s)?
कथन: F ≥ G = H < I ≤ J > K। निष्कर्ष: I. F ≥ H II. J > H। कौन सा/से निष्कर्ष सही है/हैं?
  1. Only I follows
  2. Only II follows
  3. Both I and II follow
  4. Neither I nor II follows
  1. केवल I सही है
  2. केवल II सही है
  3. I और II दोनों सही हैं
  4. न तो I और न ही II सही है
Solutionसमाधान
From F ≥ G = H, we get F ≥ H (conclusion I follows). From H < I ≤ J, we get H < J, so J > H (conclusion II follows). Both conclusions are correct.
F ≥ G = H से हमें F ≥ H मिलता है (निष्कर्ष I सत्य है)। H < I ≤ J से हमें H < J मिलता है, अर्थात J > H (निष्कर्ष II सत्य है)। दोनों निष्कर्ष सत्य हैं।

Solving path:


Why this question: The chain has an = in the middle (I = J) flanked by strict symbols on both sides. This tests whether you correctly propagate G > J through G ≥ H > I = J.

Previous Year Questionपिछले वर्ष का प्रश्न
Statements: G ≥ H > I = J ≤ K < L. Conclusions: I. G > J II. L > I. Which conclusion(s) follow(s)?
कथन: G ≥ H > I = J ≤ K < L। निष्कर्ष: I. G > J II. L > I। कौन सा/से निष्कर्ष सही है/हैं?
  1. Only I follows
  2. Only II follows
  3. Both I and II follow
  4. Neither I nor II follows
  1. केवल I सही है
  2. केवल II सही है
  3. I और II दोनों सही हैं
  4. न तो I और न ही II सही है
Solutionसमाधान
From G ≥ H > I = J, we get G > J (conclusion I follows). From I = J ≤ K < L, we get I < L, so L > I (conclusion II follows). Both conclusions are true.
G ≥ H > I = J से हमें G > J मिलता है (निष्कर्ष I सत्य है)। I = J ≤ K < L से हमें I < L मिलता है, अर्थात L > I (निष्कर्ष II सत्य है)। दोनों निष्कर्ष सत्य हैं।

Solving path:


Common Mistakes


Related Topics


Practice on SarkariRise

Sign up + get 3 free mocks →