By the end of this chapter you'll be able to…

  • 1Solve blood-relations chains by drawing a family tree generation by generation
  • 2Determine whether a syllogism's conclusion necessarily follows, recognising the All+Some and Some+Some invalid patterns
  • 3Apply the fixed rank-from-bottom / rank-from-top / total relationship
  • 4Solve linear and circular seating arrangements by placing absolute-position clues first
  • 5Track direction-sense problems along independent north-south and east-west axes
  • 6Compute a shift in day of the week using days-elapsed mod 7
  • 7Identify and reapply a coding rule, and correctly evaluate an operator-substitution expression
  • 8Chain multiple pairwise comparisons into one complete transitive order
💡
Why this chapter matters in CUET UG
This is the heaviest single topic in the Reasoning cluster. None of its sub-topics is conceptually hard, but each stacks several stated facts that are easy to lose track of mentally — drawing a quick family tree, seating diagram or ordered chain on the rough sheet is what actually separates a fast, accurate attempt from a slow, error-prone one.

Before you start — revise these

🔗
General Mental Ability
Basic pattern recognition and single-step coding, taught there, extend here into multi-step chains and full seating/relation puzzles.

Logical & Analytical Reasoning — CUET UG General Test

Logical & Analytical Reasoning is the heavier of the two Reasoning-cluster topics, and it rewards a very specific habit: drawing a quick diagram, family tree or table on the rough sheet, rather than trying to track every relationship or position mentally. None of the individual sub-topics is conceptually hard — the difficulty comes entirely from keeping several stated facts straight at once, which a drawn structure solves directly.

1. Blood relations

A blood-relations question gives a chain of family statements and asks for the relationship between two specific people in that chain — the fastest method is drawing a small family tree, generation by generation, as each statement is read, rather than trying to hold the whole chain in memory.

A chain like "A is B's father, B is C's sister, C is D's son, D is A's wife" draws out directly: A and D are a married couple, and both B and C are their children — making C also A's son.

2. Syllogism

A syllogism gives two or more categorical statements (All/Some/No) and asks which conclusion necessarily follows — "necessarily" is the key word, since a conclusion that is merely PLAUSIBLE but not guaranteed by the given statements is not a valid conclusion.

Two patterns are worth recognising instantly as producing NO valid conclusion connecting the two end terms: "All A are B, Some B are C" and "Some A are B, Some B are C" — in both cases, the "Some" statement does not guarantee enough overlap to connect A and C.

3. Ranking

A ranking question gives a person's rank from one end (top or bottom) of a group and the group's total size, and asks for their rank from the other end — the two ranks and the total size always satisfy one fixed relationship.

If a class has 45 students and Priya ranks 18th from the top, her rank from the bottom is .

4. Seating arrangement (linear and circular)

Linear seating arrangements place people along a row, while circular seating arrangements place them around a table — the core method is identical for both: draw the row or circle first, then place each person according to the given clues one at a time, using the clues that fix an ABSOLUTE position before the ones that only state a RELATIVE position.

In circular arrangements specifically, "immediately to the left/right" and "clockwise/anticlockwise" must be read relative to the table's centre, not relative to an external viewer.

5. Direction sense

Direction problems track a person's movements as a sequence of directions and distances, and the fastest solving method treats north-south and east-west as two INDEPENDENT axes — net displacement along each axis is found separately, and only combined at the end if the question asks for total distance or a single overall direction.

A person walking 8 km north, then 6 km east, then 8 km south ends up exactly 6 km east of the start — the two 8 km north-south legs cancel completely, leaving only the east-west displacement.

6. Calendars

Calendar questions ask for the day of the week on a given date, using the fact that the day of the week repeats every 7 days — the number of days between two dates, taken MOD 7 (the remainder after dividing by 7), gives the shift in day of the week.

A full ordinary year (365 days) shifts the day of week by 1 (), while a leap year (366 days) shifts it by 2 — this single fact answers most "same date, different year" calendar questions directly.

7. Coding-decoding and operator substitution

A coding-decoding question defines a fixed rule — commonly a fixed letter shift — applied to a sample word, and the same rule must then be applied to a new word; the rule must first be correctly identified from the given example before it is reused.

An operator-substitution question instead swaps the MEANINGS of arithmetic symbols (for instance, '+' actually means '×') and asks for an expression's value — the swap must be applied to every occurrence of a symbol first, and only then does BODMAS apply, using the new meanings throughout.

8. Transitive ordering (comparison chains)

A transitive-ordering question gives several pairwise comparisons (taller than, older than, heavier than) and asks for the overall order — chaining every comparison into one single ordered list, from most to least, resolves any question about relative position that follows. Once the full chain is built, "who is second-tallest" or "who is shorter than exactly two people" become direct lookups rather than fresh calculations.

Worked Examples

Example 1. A is B's father. B is C's sister. C is D's son. D is A's wife. How is C related to A?

D is A's wife, so A and D are the parents. C is D's son, making C also A's son (since A and D are married, their children are shared).

Answer: C is A's son.

Example 2. Statements: All roses are flowers. Some flowers are red. Conclusion: Some roses are red.

This follows the "All A are B, Some B are C" pattern — the "some red flowers" are not guaranteed to include any rose specifically, since "some" only confirms overlap with SOME flowers, not necessarily the rose subset.

Answer: The conclusion does NOT necessarily follow.

Example 3. In a class of 52 students, Arjun ranks 21st from the top. Find his rank from the bottom.

.

Answer: 32nd from the bottom.

Example 4. 6 friends sit around a circular table. A sits immediately to the right of B. C sits immediately to the left of B. D sits opposite A. Where does D sit relative to B and C?

Placing B first, A is immediately right of B and C is immediately left of B, so the order around the table (clockwise from B) is B, A, ?, D (opposite A), ?, C. Since D is directly opposite A, and A is one seat clockwise from B, D sits opposite A — three seats away from A in either direction around a 6-seat table.

Answer: D sits directly opposite A, three seats from both B and C going around the table.

Example 5. A man walks 5 km north, then 4 km east, then 5 km south, then 4 km west. How far is he from his starting point?

North-south: . East-west: . Both axes cancel completely.

Answer: He is back at the starting point (0 km away).

Example 6. If 1 January 2024 was a Monday, what day of the week was 1 January 2025? (2024 was a leap year, 366 days.)

leaves a remainder of 2 (since ), so the day of the week shifts forward by 2 from Monday.

Answer: Wednesday.

Example 7. In a certain code, CAT is written as DBU (each letter shifted forward by 1 in the alphabet). How is DOG written in the same code?

Applying the same +1 shift: D→E, O→P, G→H.

Answer: EPH.

Example 8. If '+' means '×', '−' means '+', '×' means '÷', and '÷' means '−', evaluate: .

Substituting the new meanings throughout: . Applying BODMAS to this substituted expression: , then , then .

Answer: 19.

Example 9. Among 5 friends, P is taller than Q, Q is taller than R, S is taller than P, and T is shorter than R. Determine the full order from tallest to shortest.

Chaining every comparison: .

Answer: S, P, Q, R, T (tallest to shortest).

Summary

Blood relations, seating arrangements and transitive-ordering questions are all solved fastest by drawing a family tree, a seating diagram, or an ordered chain — never by tracking relationships mentally.

Syllogisms test whether a conclusion is NECESSARILY guaranteed, not merely plausible — the "All+Some" and "Some+Some" statement combinations are the two classic patterns that produce no valid conclusion connecting the end terms.

Ranking uses one fixed relationship: Rank from bottom = Total − Rank from top + 1. Direction-sense problems resolve fastest by tracking north-south and east-west displacement as two independent axes. Calendar questions use the number of days between two dates, taken mod 7, to find the shift in day of the week — an ordinary year shifts by 1, a leap year by 2.

Coding-decoding requires identifying the exact rule from the given example before reusing it; operator-substitution requires swapping every symbol's meaning first, then applying BODMAS to the substituted expression.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Rank from bottom
Also applies as Total = Position from left + Position from right - 1 for a row.
Calendar day shift
An ordinary year shifts the day of week by 1; a leap year shifts it by 2.
Direction net displacement
Track the two axes independently first, then combine only if a straight-line distance is asked for.
⚠️

Traps CUET UG sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Assuming a syllogism conclusion is valid because it sounds plausible
Check whether the conclusion is NECESSARILY guaranteed by the given statements alone — the All+Some and Some+Some statement combinations never guarantee a conclusion connecting the two end terms.
Why it happens: A syllogism tests strict logical necessity, not real-world plausibility; a conclusion that merely COULD be true is not a valid syllogistic conclusion.
WATCH OUT
Trying to track a blood-relations chain or seating arrangement purely mentally
Draw a small family tree or seating diagram immediately as each clue is read, updating it clue by clue.
Why it happens: Holding several interconnected facts in memory simultaneously is far more error-prone than referring to an already-drawn structure.
WATCH OUT
Placing seating-arrangement clues in the order they're given, rather than by how much they fix
Place every ABSOLUTE-position clue (an end of the row, a fixed seat) first, then use RELATIVE clues (immediately left/right of X) to fill in around those fixed points.
Why it happens: Absolute clues anchor the diagram; applying relative clues before any anchor exists leaves multiple equally valid placements until an anchor is added.
WATCH OUT
Adding north-south and east-west displacements together as if they were the same axis
Track net displacement separately on each axis, and combine them (using the Pythagorean relationship) only when the question asks for a single straight-line distance.
Why it happens: North-south and east-west are perpendicular, independent directions; summing them directly conflates two different quantities.
WATCH OUT
Applying an operator-substitution swap to only some occurrences of a symbol in the expression
Replace EVERY occurrence of every swapped symbol first, rewriting the full expression, and only then apply BODMAS to the rewritten expression.
Why it happens: A partially substituted expression mixes old and new meanings of the same symbol, producing an answer that matches neither rule consistently.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Logical & Analytical Reasoning?

11 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

11 questions~8 min worth ~250 marks in CUET UG exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Draw a family tree, seating diagram or ordered chain for every blood-relations, seating or transitive-ordering question — never track it mentally.
  • A syllogism conclusion must be NECESSARILY guaranteed; the All+Some and Some+Some patterns never guarantee a conclusion connecting the two end terms.
  • Rank from bottom = Total - Rank from top + 1; equivalently, Total = Position from left + Position from right - 1 in a row.
  • In seating arrangements, place every absolute-position clue before any relative-position clue.
  • Direction-sense problems resolve fastest by tracking north-south and east-west displacement as two independent axes.
  • Calendar shifts use days-elapsed mod 7; an ordinary year shifts by 1, a leap year by 2.
  • Coding-decoding requires identifying the exact rule from the sample before reapplying it; operator-substitution requires swapping every symbol occurrence before applying BODMAS.

CUET UG question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: Logical & Analytical Reasoning contributes an estimated 35-45 of the General Test's 250 marks (about 7-9 of 50 questions)

Question styleMarks eachTypical countWhat it tests
Blood relations5~2Drawing and reading a family-tree chain correctly
Syllogism5~2Determining whether a conclusion necessarily follows, including the invalid All+Some/Some+Some patterns
Ranking4~1Applying the rank-from-bottom/top/total relationship
Seating arrangement6~1Placing absolute clues first in a linear or circular arrangement
Direction sense5~1Tracking net displacement along independent axes
Calendar6~1Computing a day-of-week shift using days-elapsed mod 7
Coding-decoding4~1Identifying and reapplying a coding rule
Operator substitution6~1Correctly substituting every symbol before applying BODMAS
Transitive ordering5~1Chaining pairwise comparisons into a complete order
Prep strategy
  • Day 1: blood relations and syllogism, with the family-tree-drawing habit and the two invalid patterns drilled explicitly.
  • Day 2: ranking, seating arrangements (linear and circular) and transitive ordering.
  • Day 3: direction sense, calendars, coding-decoding and operator substitution, then mixed timed practice.

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. For blood relations and seating arrangements, draw the diagram on the very first clue — don't wait until several clues have accumulated.
  2. For syllogisms, explicitly check for the All+Some and Some+Some patterns before accepting any conclusion as valid.
  3. For direction-sense questions, maintain a simple running tally of net north-south and net east-west displacement as each leg is read.
  4. For calendar questions, count days elapsed and reduce mod 7 immediately, rather than trying to count week by week.
  5. For coding-decoding, verify the identified rule against EVERY letter of the sample word before applying it to the new word.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Structured problem breakdown

Drawing a diagram to track multiple interrelated facts — a family tree, a seating chart, an ordered list — is a transferable habit for any situation with several interacting constraints, from project scheduling to genealogy.

Evaluating arguments for validity

The syllogism skill of separating 'necessarily follows' from 'merely plausible' is directly useful in reading arguments, contracts and policy claims critically.

Where else this topic is tested

Prepare once, score in every exam that asks it.

RRB NTPC General Intelligence & ReasoningHigh — nearly identical sub-topic coverage (blood relations, syllogism, seating, coding) at a similar difficulty
IBPS PO / SBI PO Reasoning AbilityModerate-High — shares the core topics, tested with more elaborate multi-clue puzzles
SSC CGL ReasoningModerate — overlapping topics at a somewhat higher overall difficulty

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Roughly 7-9 of the General Test's 50 questions, based on pattern analysis of released sample papers — the heaviest single topic in the Reasoning cluster.

A 'Some' statement only confirms overlap exists between two of the three categories, without pinning down exactly which members overlap — so a conclusion connecting the two end categories is never logically guaranteed, even though it might happen to be true in a specific case.

Draw the row or circle immediately, place every clue that fixes an absolute position first (an end of the row, a specific seat), and only then use relative clues (immediately left/right of a placed person) to fill in the rest.

No — every calendar question gives you a reference date and day, and asks for the day on another date. The days-elapsed-mod-7 method resolves it without needing to memorise any real calendar.

The symbols' MEANINGS are swapped first (e.g. '+' actually means multiply) — every occurrence of every symbol must be replaced before BODMAS is applied to the resulting, rewritten expression.
Header Logo