Mid-level 9 min · March 06, 2026

Syllogism Problems — Reversal Error That Fails Interview

4 of 6 syllogism questions failed by reversing Type A statements.

N
Naren · Founder
Plain-English first. Then code. Then the interview question.
About
 ● Production Incident 🔎 Debug Guide
Quick Answer
  • A syllogism is a logical argument where conclusions must follow mechanically from given statements — never from real-world knowledge or intuition
  • Four statement types: A (All S are P), E (No S is P), I (Some S are P), O (Some S are not P) — classify each statement before drawing anything
  • Definite conclusions must hold in ALL valid Venn diagrams; possibility conclusions need only ONE valid diagram where they hold
  • Type A is never reversible; Type E and Type I are always reversible — these three facts prevent the single most common exam trap
  • I + I and O + anything combinations never yield a definite conclusion — look for Either/Or or possibility answers instead
  • The combination table (A+A→A, E+A→O*, I+A→I) lets you derive the strongest conclusion in under 10 seconds without drawing anything
  • Two negative premises (E+E, E+O, O+O) never produce a definite conclusion — if both statements are negative, stop and look for possibility answers
Plain-English First

Imagine a factory assembly line: every car has an engine, and every engine has pistons. Does that mean every car has pistons? Yes — and that chain of 'if this then that' logic is exactly what a syllogism is. You're given a few statements as absolute facts, and your job is to figure out what MUST be true, what MIGHT be true, and what definitely cannot be true. The critical rule: you're a detective who can only use the clues you're handed. A statement like 'All politicians are honest' must be treated as gospel for that question, no matter what your brain screams about the real world. Syllogisms test the quality of your logical wiring, not the accuracy of your general knowledge.

Syllogism questions appear in almost every competitive aptitude test worth taking — IBPS, CAT, GATE, TCS, Infosys campus drives, and virtually every structured reasoning round at major tech companies. Recruiters love them because they test pure logical reasoning under time pressure. You cannot bluff your way through them, and experience alone does not help if you are working from the wrong mental model.

The frustrating reality is that most candidates try to answer syllogisms using common sense, and that is precisely the trap. In the real world, 'All doctors are humans' conjures images of hospitals and stethoscopes. In a syllogism, it is just a logical arrow: Doctor → Human. Your job is to follow arrows mechanically, ignoring everything your brain already knows about the subject matter. The moment you substitute real-world knowledge for stated premises, you have already failed the question — even if your conclusion happens to be factually correct.

By the time you finish this guide, you will have a repeatable three-step system that works on any syllogism question — including the possibility variants that eliminate 60% of candidates who learned only the basic rules. You will understand not just what each rule says but why it has the shape it does, so you can reconstruct the right answer under interview pressure even if you forget the formula. That depth of understanding is what separates a candidate who scores in the 95th percentile from one who memorised a table and hopes the questions are cooperative.

The Core Framework — Statements, Conclusions, and the Four Statement Types

Every syllogism question has exactly two parts: Statements, which are the premises you must accept as absolutely and unconditionally true, and Conclusions, which are the options you must evaluate purely on the basis of those statements. Your only job is to determine whether each conclusion follows with logical necessity from the statements — not from your knowledge of the real world, not from what seems reasonable, not from what is factually accurate.

This single principle — ignore real-world knowledge entirely — eliminates more candidate errors than any memorized rule. A statement like 'All managers are lazy' is gospel for the duration of that question. Work with it.

There are four types of categorical statements, and recognizing them instantly is the foundation of every technique that follows:

Type A — Universal Affirmative: 'All S are P.' Every single member of S belongs to P without exception. In a Venn diagram, draw S completely inside P.

Type E — Universal Negative: 'No S is P.' The sets S and P are completely non-overlapping — zero shared members in any valid diagram. Draw two entirely separate circles.

Type I — Particular Affirmative: 'Some S are P.' At least one member of S is also in P. The circles overlap, but neither is fully contained by the other in the default conservative diagram. Do not assume one is inside the other unless forced by additional statements.

Type O — Particular Negative: 'Some S are not P.' At least one member of S falls outside P. This is the subtlest type — it does not say most, many, or even a significant portion. It says at least one, which is compatible with nearly anything else.

The classical mnemonic: the letters A, E, I, O come from the Latin words AffIrmo (I affirm) for the positive types A and I, and nEgO (I deny) for the negative types E and O. This mnemonic has survived two thousand years of logic pedagogy because it maps cleanly to the structure of the statements themselves.

Production-level insight that most preparation materials miss: misclassifying a statement type is not just one error — it is an error that propagates through every subsequent step. If you read 'Some S are P' as a Type A statement, your diagram is wrong, your distribution analysis is wrong, your chain validation is wrong, and your conclusion is wrong. All from one misread. This is why the classification step must happen on paper, explicitly, before you draw a single circle.

io/thecodeforge/logic/SyllogismStatementTypes.txtINTERVIEW
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=== STATEMENT TYPE QUICK-REFERENCE ===

Type A | Universal Affirmative   | "All cats are animals."
       | Venn diagram             | [cats] is fully INSIDE [animals]
       | What it guarantees       | Every cat is an animal. Zero exceptions.
       | What it does NOT say     | All animals are cats (WRONG — never flip A)
       | Reversible?              | NO — direction is fixed and one-way

Type E | Universal Negative      | "No cats are dogs."
       | Venn diagram             | [cats] and [dogs] are COMPLETELY SEPARATE circles
       | What it guarantees       | Zero cats are dogs. Zero dogs are cats.
       | What it does NOT say     | Anything about animals outside these two sets
       | Reversible?              | YES'No cats are dogs''No dogs are cats' is free

Type I | Particular Affirmative  | "Some cats are black."
       | Venn diagram             | [cats] and [black] OVERLAP partially
       | What it guarantees       | At least 1 cat is black.
       | What it does NOT say     | Most or all cats are black
       | Reversible?              | YES'Some cats are black''Some black things are cats' is free

Type O | Particular Negative     | "Some cats are not friendly."
       | Venn diagram             | At least 1 cat sits OUTSIDE [friendly]
       | What it guarantees       | At least 1 cat is unfriendly.
       | What it does NOT say     | Most cats are unfriendly / All cats are unfriendly
       | Reversible?              | NO'Some S are not P' does NOT give 'Some P are not S'

=== REVERSIBILITY SUMMARY ===
  Type A → NEVER reversible
  Type E → ALWAYS reversible (symmetric non-overlap)
  Type I → ALWAYS reversible (symmetric partial overlap)
  Type O → NEVER reversible (asymmetric partial exclusion)

=== SOLVED EXAMPLE 1Basic Type A + Type A Chain ===

Statements:
  (1) All roses are flowers.      [Type A]
  (2) All flowers are beautiful.  [Type A]

Conclusions:
  I.  All roses are beautiful.
  II. All beautiful things are roses.

Step 1Classify:
  Both are Type A. Middle term: flowers.
  'Flowers' is the predicate of statement 1 and the subject of statement 2.
  As subject of Type A, 'flowers' is distributed in statement 2. Chain is valid.

Step 2Draw the Venn diagram:
  [roses] inside [flowers] inside [beautiful]
  The nesting is clean — every rose is inside flowers, every flower is inside beautiful.

Step 3Test Conclusion I: "All roses are beautiful"
  Every rose → inside flowers → inside beautiful.
  In EVERY valid diagram, roses are inside beautiful. ✅ FOLLOWS

Step 4Test Conclusion II: "All beautiful things are roses"
  [beautiful] is the outermost circle.
  Sunsets, paintings, music — all can be beautiful without being roses.
  No statement forces every beautiful thing into [roses].
  In a valid diagram, [beautiful] extends far beyond [roses]. ❌ DOES NOT FOLLOW

Answer: Only Conclusion I follows.
What went wrong with II: Type A reversal trap — the most common error in this topic.
Output
Conclusion I: ✅ FOLLOWS (All roses are beautiful — A+A chain confirmed)
Conclusion II: ❌ DOES NOT FOLLOW (Type A reversal trap — 'All beautiful are roses' is unsupported)
Correct Answer: Only Conclusion I follows.
Never Use Real-World Knowledge — This Is the Most Expensive Mistake in Syllogisms
If a statement says 'All politicians are honest', you MUST treat it as absolute truth for that question — even though every logical instinct in your body rejects it. Syllogisms test the quality of your logical wiring, not the accuracy of your world model. The moment you think 'but that cannot be realistic', you have already failed the question. The skill being tested is whether you can suspend your knowledge base and operate purely from stated premises. Candidates who cannot do this consistently score in the bottom quartile regardless of how logically capable they actually are.
Production Insight
Misclassifying a statement type is not a single error — it is a cascade failure that corrupts every subsequent reasoning step. If 'Some S are P' is read as 'All S are P', the diagram is wrong, the distribution check is wrong, and the conclusion derived from it is wrong. Three errors from one misread.
The professional habit that prevents this: write the type label (A, E, I, or O) next to each statement on paper before drawing any circle. This takes three seconds and makes the classification explicit rather than implicit. Explicit steps are auditable — you can catch a wrong classification before it propagates. Implicit steps in your head cannot be caught until the answer is already wrong.
Key Takeaway
The four statement types (A, E, I, O) are the entire foundation of syllogistic reasoning. Misclassification is the most catastrophic error because it corrupts every step that follows.
The reversibility rules are: A never reverses, E always reverses, I always reverses, O never reverses. These four facts, applied as reflexes before evaluating any conclusion, prevent the single most common category of exam errors.
Always classify on paper before drawing a single circle — explicit classification is auditable and correctable; classification done only in your head is neither.
Statement Classification Decision Tree
IfStatement uses 'All S are P' with no exceptions stated or implied
UseClassify as Type A — draw S fully inside P in the Venn diagram. Never reverse this.
IfStatement uses 'No S is P' or 'No S are P' — universal exclusion
UseClassify as Type E — draw completely separate, non-overlapping circles. Reversible for free.
IfStatement uses 'Some S are P' or 'At least one S is P'
UseClassify as Type I — draw overlapping circles with neither fully inside the other unless forced. Reversible for free.
IfStatement uses 'Some S are not P' — partial exclusion
UseClassify as Type O — draw at least one S member outside P. Not reversible — 'Some P are not S' does not follow.

The Venn Diagram Method — A 3-Step System That Works on Every Syllogism

The Venn diagram method is not the most impressive-sounding approach, but it is the most reliable one — which is exactly what you need under timed exam conditions. Its power comes from forcing you to represent only what each statement literally guarantees, nothing more and nothing less. You cannot accidentally assume more than the statement says when the diagram won't let you add circles that aren't justified.

Step 1 — Classify each statement as A, E, I, or O. Write the label next to it on paper. This tells you the shape of each diagram element before you draw anything.

Step 2 — Draw the most conservative diagram the statements permit. 'All S are P' forces S inside P. 'Some S are P' forces a partial overlap, but you do NOT draw S inside P unless another statement requires it. When in doubt, draw the minimum relationship the statement forces and nothing beyond that.

Step 3 — Test each conclusion using the falsifiability principle. Ask: is there any valid Venn diagram, consistent with all given statements, where this conclusion is FALSE? If even one such diagram exists, the conclusion does not follow as definite. This is the principle most preparation materials describe as 'must be true' versus 'may be true.'

The falsifiability test is the conceptual core of the entire method. It is why 'Some S are P' does not allow you to conclude 'All S are P' — you can draw a valid diagram where only half of S overlaps P, making 'All' false in that diagram. The conclusion fails because it does not hold in all valid diagrams.

For two-statement problems, the middle term — the noun that appears in both statements — is your chain link. The distribution rule determines whether that chain is valid: a term is distributed when the statement makes a claim about every member of that category. In 'All S are P', S is distributed (we claim something about every S) but P is not (we say nothing about every P). In 'No S is P', both S and P are distributed. In 'Some S are P', neither is distributed. The middle term must be distributed in at least one statement — if it is undistributed in both, no valid chain forms and no definite conclusion follows, regardless of how plausible the conclusion sounds.

io/thecodeforge/logic/VennDiagramMethod3Steps.txtINTERVIEW
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
=== 3-STEP VENN DIAGRAM METHODWORKED EXAMPLES ===

--- EXAMPLE 2: Type I + Type A combination ---

Statements:
  (1) Some doctors are singers.   [Type I]
  (2) All singers are dancers.    [Type A]

Conclusions:
  I.  Some doctors are dancers.
  II. All dancers are doctors.
  III.Some singers are doctors.

--- Step 1: Classify ---
  Statement 1Type I  (partial overlap: doctors ↔ singers)
  Statement 2Type A  (singers fully inside dancers)
  Middle term: singers
  'Singers' is the subject of statement 2 (Type A) → distributed. Chain is valid.

--- Step 2: Draw the most conservative diagram ---

  [dancers — outermost circle, biggest]
      [singers — fully inside dancers, per statement 2]
          [doctors — partially overlaps singers, per statement 1]
              [doctors extends OUTSIDE dancers for the non-singer portion]

  Why does the doctors circle extend outside dancers?
  Statement 1 says only SOME doctors are singers.
  The remaining doctors have no stated relationship to dancers.
  Adding them inside dancers would assert information the statements do not provide.
  Conservative rule: if a statement doesn't force a relationship, don't draw one.

--- Step 3: Test each conclusion ---

  Conclusion I: "Some doctors are dancers"
    The doctors who ARE singers sit inside [singers].
    [singers] is fully inside [dancers] per statement 2.
    Therefore those doctors are inside [dancers].
    This holds in EVERY valid diagram that satisfies both statements. ✅ FOLLOWS

  Conclusion II: "All dancers are doctors"
    [dancers] is the outermost circle.
    Singers who are dancers but not doctors can exist — the diagram shows
    part of [singers] (and therefore [dancers]) outside the doctors overlap.
    We can draw valid diagrams where dancers exist entirely outside [doctors]. ❌ DOES NOT FOLLOW
    Note: this is also a Type A reversal trap applied to the conclusion.

  Conclusion III: "Some singers are doctors"
    Statement 1 says some doctors are singers.
    Type I is reversible — if some doctors are singers, then some singers are doctors.
    This follows directly from reversibility without any additional chain analysis. ✅ FOLLOWS

Answer: Conclusions I and III follow.

--- EXAMPLE 3: Type E + Type I — the classic trap ---

Statements:
  (1) No pens are pencils.    [Type E]
  (2) Some pencils are books. [Type I]

Conclusions:
  I.  No pens are books.
  II. Some books are not pens.

--- Step 2: Draw ---
  [pens] and [pencils] → completely separate (Type E, zero overlap)
  [pencils] and [books] → partially overlapping (Type I)

  Key question: where do [pens] and [books] sit relative to each other?
  The statements give no information about the pens-books relationship.
  We can draw pens overlapping books (valid) OR pens outside books (valid).
  Both diagrams satisfy all given statements. The relationship is genuinely unknown.

--- Step 3: Test ---

  Conclusion I: "No pens are books"
    Invalid — we can draw a legitimate diagram where pens DO overlap books
    while satisfying both given statements. That diagram makes Conclusion I false.
    Since there exists a valid diagram where it fails → ❌ DOES NOT FOLLOW as definite.

  Conclusion II: "Some books are not pens"
    The books that overlap with pencils are definitely not pens.
    Why? Because pens and pencils are completely separate (Type E).
    So no pencil is a pen, and those pencil-overlapping books are therefore not pens.
    This holds in every valid diagram → ✅ FOLLOWS

Answer: Only Conclusion II follows.
The trap with Conclusion I: absence of a connection does not prove a universal negative.
You need a definite E-chain to conclude 'No X are Y'. Absence of information is not 'No'.

=== DISTRIBUTION TABLE — when does a term cover all its members? ===

  Statement Type  | Subject Distributed? | Predicate Distributed?
  ----------------|---------------------|----------------------
  A (All S are P) | YES                 | NO
  E (No S is P)   | YES                 | YES
  I (Some S are P)| NO                  | NO
  O (Some S not P)| NO                  | YES

  Chain rule: the middle term MUST be distributed in at least one statement.
  If undistributed in both → no definite conclusion follows, regardless of content.

=== COMBINATION TABLE — derive conclusions without drawing ===

  S1 Type + S2 TypeStrongest definite conclusion (if middle term is distributed)
  A + A → A         (All S1-subject are S2-predicate)
  A + E → E         (No S1-subject is S2-predicate)
  E + A → O*        (Some S2-predicate are not S1-subject — reversed direction)
  I + A → I         (Some S1-subject are S2-predicate)
  I + E → O         (Some S1-subject are not S2-predicate)
  I + I → No definite conclusion (middle term undistributed in both)
  O + anything → No definite conclusion (particular negative weakens chain)
  E + E → No definite conclusion (two negatives cannot create positive link)

  Note: O* means the conclusion is in the reversed subject-predicate direction.
Output
Example 2 Answer: Conclusions I and III follow.
Example 3 Answer: Only Conclusion II follows.
Distribution table and combination table loaded for reference.
The Reversibility Rules — Three Facts That Halve Your Solving Time
Type A is NOT reversible: 'All dogs are animals' does NOT give you 'All animals are dogs'. Type E IS reversible: 'No dogs are cats' gives you 'No cats are dogs' for free — symmetry of exclusion makes both directions equivalent. Type I IS reversible: 'Some apples are red' gives you 'Some red things are apples' for free — partial overlap is symmetric by definition. Type O is NOT reversible: 'Some dogs are not pets' does NOT give you 'Some pets are not dogs'. Memorize A and O as non-reversible, E and I as reversible, and you have locked in a rule that catches the single most common exam error without any diagram drawing.
Production Insight
The falsifiability test is the core validation mechanism — and most candidates get it backwards. They ask 'can I draw this conclusion?' when they should be asking 'can I draw a valid diagram where this conclusion fails?'
The asymmetry matters: for a definite conclusion to follow, it must hold in every valid diagram. Finding one diagram where it holds is not enough. You need to verify that no valid counter-diagram exists. When you find yourself constructing one valid supporting diagram and marking the conclusion as following, you have skipped the critical falsifiability check.
The habit to build: after finding a diagram where the conclusion holds, actively try to construct a valid diagram where it fails. If you succeed in constructing that counter-diagram without violating any given statement, the conclusion does not follow definitively. This deliberate falsification attempt is what separates rigorous syllogistic reasoning from lucky guessing.
Key Takeaway
The Venn diagram forces you to represent exactly what each statement guarantees — no more, no less. Conservative drawing is the discipline that makes it work.
The falsifiability test — can I draw a valid diagram where this conclusion is false? — is the only validation question that matters for definite conclusions. Finding one supporting diagram is not sufficient.
If the middle term is undistributed in both statements, stop. No definite conclusion follows. The combination table tells you the answer type in under 10 seconds without drawing anything.
Venn Diagram Chain Validation
IfMiddle term is distributed in at least one statement
UseA valid chain can form — draw the conservative diagram and apply the falsifiability test to each conclusion
IfMiddle term is undistributed in both statements (I + I combination)
UseNo definite conclusion follows regardless of content — look for Either/Or complementary pair or possibility conclusions
IfBoth premises are negative types (E + E, E + O, O + O)
UseNo definite conclusion follows — two negatives cannot establish a positive link between the outer terms
IfProposed conclusion contains the middle term rather than the two outer terms
UseInvalid conclusion form — syllogistic conclusions must connect only the two terms that are not the middle term

Possibility Cases — The Question Type That Eliminates 60% of Candidates

Once you are comfortable with definite conclusions, aptitude tests throw possibility conclusions at you. These look like: 'Some roses can be trees' or 'It is possible that all cats are dogs' or 'All managers being singers is a possibility.' They are designed to catch candidates who learned the basic rules and stopped there — because the possibility framework runs on exactly opposite logic from the definite conclusion framework.

Here is the key insight: a possibility conclusion is TRUE if there exists even one valid Venn diagram — without contradicting any given statement — where it holds. You do not need it to be true in all diagrams. You need it to be true in at least one.

Conversely, a possibility conclusion is FALSE only if every valid Venn diagram makes it impossible — meaning the given statements definitively rule it out across all cases.

This flips the direction of your test. For definite conclusions, you ask: 'Is there any valid diagram where this fails?' If yes, it fails. For possibility conclusions, you ask: 'Is there any valid diagram where this holds?' If yes, it succeeds.

The golden rule for possibilities: if two groups are not universally separated by a Type E chain — meaning no sequence of statements establishes 'No A is C' definitively — then it is always possible for them to overlap. Even if no definite conclusion links them positively, the possibility of overlap generally survives. The absence of a definite positive relationship is not the same as the presence of a definite negative one.

Conversely, if the given statements establish a definite negative relationship — like 'All A are B' combined with 'No B is C' yields definitively 'No A is C' — then 'Some A can be C' is impossible, not just uncertain. A definitively derived 'No X is Y' kills the corresponding possibility completely.

The mental model you need: definite conclusions use the universal quantifier (must hold in every valid diagram). Possibility conclusions use the existential quantifier (must hold in at least one valid diagram). Mixing these two quantifiers is the core error that sends candidates to wrong answers on possibility questions.

One more pattern that appears frequently in exams: the complementary pair. When neither 'Some A are C' nor 'Some A are not C' follows as a definite conclusion, both can be possibilities simultaneously. The exam answer in this case is often 'Either I or II follows' — meaning one of the pair must be true without being able to specify which. Recognizing this pattern immediately when I + I or O + anything appears as the premise combination saves significant time.

io/thecodeforge/logic/PossibilityCases.txtINTERVIEW
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
=== POSSIBILITY CONCLUSIONSCOMPLETE FRAMEWORK ===

Core Rule Comparison:
  Definite conclusion  → must hold in ALL valid diagrams
  Possibility conclusion → must hold in AT LEAST ONE valid diagram

Possibility is BLOCKED when:
  The given statements definitively establish the OPPOSITE relationship.
  Example: if statements yield 'No A is C' as a definite conclusion,
  then 'Some A can be C' is IMPOSSIBLE — not just unprovable.

Possibility SURVIVES when:
  No E-type chain definitively separates the two terms being tested.
  Even if no positive definite conclusion links them, overlap remains possible.

--- EXAMPLE 4: Possibility from I + A combination ---

Statements:
  (1) All roses are flowers.   [Type A]
  (2) Some flowers are red.    [Type I]

Definite Conclusions (applying combination table: A + I in reverse = I + A → I):
  'Some roses are red' — does this hold in ALL valid diagrams?
  Draw [roses] inside [flowers]. Draw [red] overlapping [flowers].
  The [red] overlap with [flowers] might sit entirely in the non-rose part of [flowers].
  In that diagram, zero roses are red. Conclusion fails in that diagram. ❌ NOT DEFINITE.

Possibility Conclusion: 'All roses being red is a possibility'
  Can we draw a valid diagram where ALL roses are red, without violating any statement?
  Draw [roses] inside [flowers], draw [red] fully containing [roses] while overlapping [flowers].
  Statement 1 satisfied: roses inside flowers. ✅
  Statement 2 satisfied: some flowers (the rose ones) are inside red. ✅
  The diagram is valid and all roses are red in it. POSSIBILITY FOLLOWS. ✅

--- EXAMPLE 5: Possibility blocked by definite E chain ---

Statements:
  (1) All A are B.    [Type A]
  (2) No B is C.      [Type E]

Definite conclusion chain:
  A+E combination → definite conclusion: No A is C (E type, using A+E → E rule)
  Verify: every A is inside B, and no B overlaps C → every A is outside C → No A is C. ✅

Possibility test: 'Some A can be C'
  The definite conclusion 'No A is C' holds in EVERY valid diagram.
  There is no valid diagram where any A is inside C.
  The possibility is completely blocked by the definite negative chain. ❌ IMPOSSIBLE.

--- EXAMPLE 6: Complementary pair — Either/Or answer ---

Statements:
  (1) Some cats are dogs.   [Type I]
  (2) Some dogs are birds.  [Type I]

Middle term: dogs — appears as predicate in both → undistributed in both → I + I.
No definite conclusion about cats and birds follows.

Conclusions presented:
  I.  Some cats are birds.
  II. Some cats are not birds.

Can we draw a valid diagram where some cats ARE birds?
  Put cats and dogs overlapping, dogs and birds overlapping, and the cats-dogs overlap
  also inside birds. Valid — satisfies both I statements. Conclusion I can hold. ✅ POSSIBLE

Can we draw a valid diagram where some cats are NOT birds?
  Put cats and dogs overlapping outside the bird circle entirely. Valid.
  Conclusion II can hold. ✅ POSSIBLE

Both are possible. Neither is definite. Together they form a complementary pair
(one of them MUST be true in any given scenario). → 'Either I or II follows' is correct.

=== POSSIBILITY QUICK-REFERENCE ===

  Situation                          | Possibility verdict
  -----------------------------------|--------------------
  No statement connects terms A & C  | A and C CAN overlap → possibility SURVIVES
  Definite 'Some A are C' derived    | Stronger than possibility — definite follows too
  Definite 'No A is C' derived       | Possibility is BLOCKED entirely
  I + I premises → no definite       | Possibility usually survives; check for Either/Or
  O + anything → no definite         | Possibility usually survives for non-excluded term
  A + E → definite No link           | Possibility blocked for that exact relationship
Output
Example 4: 'All roses being red' is a possibility. 'Some roses are red' is not a definite conclusion.
Example 5: 'Some A can be C' is IMPOSSIBLE — blocked by definite E chain.
Example 6: Either Conclusion I or Conclusion II follows (complementary pair from I+I).
The Either/Or Pattern — How to Recognize Complementary Pairs Instantly
When you see I + I as your premise combination, immediately scan the given conclusions for a complementary pair: one says 'Some X are Y' and the other says 'Some X are not Y'. If both appear as options, the answer is almost always 'Either I or II follows' — because together they cover all logical possibilities, so one must be true even though you cannot determine which from the given information. This pattern recognition saves 15-20 seconds per question and is reliable enough to apply before drawing any diagram.
Production Insight
The possibility framework catches candidates who internalized the definite conclusion rules but stopped there. The most dangerous wrong answer pattern is: candidate derives that no definite conclusion follows, then marks all possibility conclusions as false — reasoning that 'if nothing is certain, nothing is possible.' This inverts the logic.
Absence of a definite positive conclusion means you have not established that the overlap necessarily exists. It does not mean the overlap cannot exist. Possibility only dies when you have a definite negative — a proven 'No X is Y' chain — that eliminates every valid diagram where the overlap could occur.
The professional habit: for every possibility conclusion, explicitly ask 'what definite conclusion, if any, connects these two terms?' If the definite conclusion is negative, block the possibility. If the definite conclusion is positive, the possibility also follows (and so does more). If no definite conclusion connects them, the possibility survives.
Key Takeaway
Possibility conclusions operate on the existential quantifier: true if they hold in at least one valid diagram. This is the exact opposite logic from definite conclusions.
Possibility is blocked only by a proven definite negative (No A is C derived from the chain). Absence of a definite positive conclusion is not the same as proof of impossibility.
The Either/Or complementary pair pattern appears whenever I + I or O + anything premises yield no definite conclusion. Recognizing it immediately saves significant time and prevents the trap of marking both conclusions as failing.
Possibility Conclusion Evaluation
IfNo statement or derived chain connects the two terms in the possibility conclusion
UsePossibility survives — no information forces the terms apart, so overlap is a valid scenario in at least one diagram
IfStatements yield a definite positive conclusion connecting the terms (Some A are C or All A are C)
UseThe possibility also follows, but so does the stronger definite conclusion — both are correct; mark the definite as following
IfStatements yield a definite negative conclusion (No A is C derived through chain)
UsePossibility is completely blocked — there is no valid diagram where A and C overlap
IfPremise combination is I + I and conclusions form a complementary pair
UseAnswer is 'Either I or II follows' — the pair covers all logical possibilities so one must hold, but the given statements cannot specify which

The 5-Second Shortcut — Using the Combination Table Under Time Pressure

The Venn diagram method is complete and reliable, but in competitive exams you often need to process 5-6 syllogism questions in under three minutes. For straightforward two-statement problems, the combination table lets you derive the strongest possible definite conclusion in under 10 seconds — no diagram required.

The table works by mapping statement type pairings to the type of conclusion they produce. Once you classify both statements and identify the middle term, you look up the combination and immediately know the answer type. Then you scan the options for the one that matches that type, verify the subject-predicate direction, and move on.

The complete set of productive combinations: A + A → A (Universal Affirmative — 'All S1-subject are S2-predicate') A + E → E (Universal Negative — 'No S1-subject is S2-predicate') E + A → O (Particular Negative reversed — 'Some S2-predicate are not S1-subject') I + A → I (Particular Affirmative — 'Some S1-subject are S2-predicate') I + E → O (Particular Negative — 'Some S1-subject are not S2-predicate') A + I → I (Particular Affirmative reversed — 'Some S2-predicate are S1-subject')

The starred entries () indicate reversed conclusions — the subject and predicate swap direction. This is the source of the O error in the E + A combination, where candidates often get the direction backwards.

All other combinations — I + I, O + anything, E + E, E + O, O + O — yield no definite conclusion. When you see these pairings, stop computing and go directly to possibility and Either/Or analysis.

The method's limitation: it works for the strongest single conclusion from a linear two-statement chain. For problems with three statements, longer chains, or constraint conditions, you still need the full Venn diagram. The combination table is a speed tool for the most common question format, not a replacement for the underlying logical framework.

io/thecodeforge/logic/CombinationTableShortcut.txtINTERVIEW
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== 5-SECOND COMBINATION TABLE ===

  S1 + S2        | Conclusion Type | Direction          | Example
  ---------------|-----------------|--------------------|-----------------------------------------
  A + A          | A               | S1-subj → S2-pred  | All roses are flowers + All flowers are red → All roses are red
  A + E          | E               | S1-subj ≠ S2-pred  | All dogs are pets + No pets are wild → No dogs are wild
  E + A          | O*  (reversed)  | S2-pred ≠ S1-subj  | No fish are birds + All birds are animals → Some animals are not fish
  I + A          | I               | S1-subj → S2-pred  | Some cats are pets + All pets are loved → Some cats are loved
  A + I          | I*  (reversed)  | S2-pred → S1-subj  | All roses are flowers + Some flowers are red → Some red things are roses
  I + E          | O               | S1-subj ≠ S2-pred  | Some books are pens + No pens are pencils → Some books are not pencils
  E + I          | O*  (reversed)  | S2-pred ≠ S1-subj  | No cats are dogs + Some dogs are pets → Some pets are not cats

  NON-PRODUCTIVE COMBINATIONS (no definite conclusion):
  I + I          | None            | —                  | Middle term undistributed in both premises
  O + A          | None            | —                  | Particular negative weakens the chain irreparably
  O + E          | None            | —                  | Two negatives + particular = no positive link
  E + E          | None            | —                  | Two universally negative premises cancel each other
  O + O          | None            | —                  | Two particular negatives yield nothing

=== APPLYING THE TABLEStep by step ===

  EXAM QUESTION:
  Statements:
    (1) No dogs are cats.    [Type E]
    (2) All cats are animals. [Type A]

  Step 1: Identify types → E + A
  Step 2: Look up E + A → O* (reversed direction)
  Step 3: O* direction means: Some S2-predicate are not S1-subject
           S2-predicate = animals (predicate of statement 2)
           S1-subject   = dogs (subject of statement 1)
           Conclusion   = Some animals are not dogs
  Step 4: Scan options for 'Some animals are not dogs' → match found
  Total time: approximately 8 seconds

  WHY the conclusion is O* not E:
  'No dogs are cats' + 'All cats are animals' does not mean 'No dogs are animals'.
  That would require all animals to be cats, which statement 2 does not say.
  The E + A combination can only support the weaker O* conclusion, not a full E.
  Candidates who conclude 'No dogs are animals' have over-strengthened from E to full E
  when only O* is supported — a classic exam trap.

=== DIRECTION MEMORY AID FOR REVERSED CONCLUSIONS ===

  For O* (from E + A or E + I):
    The conclusion subject comes from S2's predicate
    The conclusion predicate comes from S1's subject
    Read backwards: S2-pred are not S1-subj

  Memory shortcut: when the combination is 'E + A', think 'the answer
  goes home to the A statement's predicate first, then points back at E's subject.'
Output
E + A combination → O* conclusion: 'Some animals are not dogs'
Verification: No dogs are cats (all cats inside animals) → some animals exist that aren't dogs. ✅
'No dogs are animals' would require ALL animals to be cats — not supported. ❌
The Over-Strengthening Trap — E + A Does Not Give You E
When you see E + A, the combination yields O (a particular negative in reversed direction) — NOT another E (universal negative). 'No dogs are cats' combined with 'All cats are animals' does NOT give you 'No dogs are animals'. That conclusion would require every animal to be a cat, which statement 2 does not say. The E + A combination can only support the weaker particular negative. Candidates who select the E conclusion for E + A over-strengthen the answer and lose the mark. The combination table prevents this — look up E + A, read O, and match accordingly.
Production Insight
The combination table is calibrated for linear two-statement chains where the middle term appears as the predicate of statement 1 and the subject of statement 2. When the chain runs in the reverse direction — middle term as subject of S1 and predicate of S2 — you need to adjust the direction accordingly.
The adjustment is mechanical: if the middle term is in the 'wrong' position for a standard chain, simply read the statements in the order that puts the middle term as predicate of the first and subject of the second. The combination type stays the same; only the subject-predicate labels of the outer terms swap. This flexibility is what makes the table work for any two-statement problem regardless of how the statements are ordered in the question.
Key Takeaway
The combination table delivers the strongest possible definite conclusion in under 10 seconds for two-statement problems. Classify, look up, read the direction, scan the options.
O and I conclusions have reversed subject-predicate direction — the conclusion subject comes from S2's predicate and the conclusion predicate comes from S1's subject. Getting this direction wrong is the most common table-application error.
Non-productive combinations (I+I, O+anything, E+E) yield no definite conclusion. When you see them, skip the table entirely and move to possibility analysis.
Combination Table Application Decision Tree
IfTwo statements with a shared middle term in predicate-then-subject order
UseLook up the type combination directly in the table and read the conclusion type and direction
IfMiddle term appears in subject-then-predicate order (reversed from standard)
UseSwap the statement order so middle term is predicate-then-subject, then apply the table normally with adjusted outer term labels
IfCombination yields a starred conclusion (O or I)
UseThe subject and predicate of the conclusion are reversed — S2's predicate becomes the conclusion subject, S1's subject becomes the conclusion predicate
IfCombination is I+I, O+anything, E+E, E+O, or O+O
UseNo definite conclusion follows — skip the table and go directly to possibility and Either/Or analysis
● Production incidentPOST-MORTEMseverity: high

Candidate Flips Type A Statement and Fails the Interview Round

Symptom
During a campus placement aptitude round at a major IT firm, the candidate reversed Type A statements in 4 out of 6 syllogism questions. In each case, the incorrect conclusion was the exact reverse of the valid one — a pattern the interviewer recognized immediately as a structural misunderstanding, not a careless mistake. The score looked random from the outside but had an entirely predictable internal logic: the candidate was always doing the same wrong thing.
Assumption
The candidate treated Type A statements as bidirectional — reasoning that if all S are P, then all P must be S. This mirrors real-world symmetric relationships (if A equals B, then B equals A) but violates the fundamental asymmetry of syllogistic containment. The candidate had absorbed the symmetry assumption from mathematics and was applying it to a domain where it does not hold.
Root cause
Type A statements establish a one-way containment relationship: the set S is entirely inside the set P, but P is allowed to have members that are not in S. The candidate never internalized this asymmetry. A concrete Venn diagram would have made it visually obvious: draw the dogs circle fully inside the animals circle, and you can immediately see that the outer ring of the animals circle — the part that does not overlap with dogs — represents animals that are not dogs. The candidate skipped the diagram step entirely and relied on pattern recognition, which was producing the wrong pattern.
Fix
Draw the Venn diagram before evaluating any conclusion — not as a formality but as the primary reasoning tool. For Type A statements, draw S fully inside P and then deliberately look at the outer ring of P that does not contain S. That visual gap is the proof that 'All P are S' fails. Memorize the three reversibility rules as a single package: Type A is NEVER reversible, Type E IS reversible, Type I IS reversible. These three facts together, applied as a reflex before touching any conclusion, would have caught every single error this candidate made.
Key lesson
  • Type A is never reversible — 'All S are P' does not imply 'All P are S' and never will. The direction of the arrow is fixed and one-way.
  • The Venn diagram is not optional decoration — it is the primary reasoning mechanism. It catches reversal errors that pure linguistic reasoning consistently misses because language is more ambiguous than a picture.
  • If your proposed conclusion is the exact syntactic reverse of one of the given statements, treat that as a red flag and re-examine before committing. Exact reversals of Type A statements are always wrong.
  • Interviewers at structured assessments test reversibility as a standalone conceptual check, not just as part of longer inference chains. Mastering it prevents approximately 40% of all syllogism errors in one move.
Production debug guideDiagnostic steps when your syllogism answer does not match the expected result — ordered by frequency of occurrence4 entries
Symptom · 01
Your conclusion is the exact reverse of a Type A statement
Fix
You reversed 'All S are P' into 'All P are S'. Type A is never reversible — the containment arrow is strictly one-directional. Redraw the Venn diagram with S fully inside P and look at the outer ring of P that falls outside S. That ring is your visual proof that 'All P are S' cannot be guaranteed. Recheck the conclusion you actually need to evaluate.
Symptom · 02
You concluded 'Some S are not P' from 'Some S are P' alone with no other statements
Fix
You made the illegal assumption that 'Some' implies 'not all'. In syllogistic logic, 'Some' means at least one — it is fully compatible with ALL members satisfying the relationship. A valid diagram for 'Some S are P' includes the possibility where S is entirely inside P, making 'Some S are not P' false in that diagram. You cannot derive a negative particular from a positive particular without additional premises that explicitly exclude some members.
Symptom · 03
You marked a possibility conclusion as impossible, but no direct E-type chain connects the terms
Fix
Possibility is blocked only when a definite negative chain using Type E statements connects the two terms being tested, either directly or through the middle term. If no 'No X is Y' relationship links the two outer terms through every valid path in the diagram, the possibility survives. Check whether you can draw even one valid diagram — without contradicting any given statement — where the two terms overlap. If yes, the possibility follows.
Symptom · 04
Your answer derives a definite conclusion from an I + I pairing
Fix
I + I never produces a definite conclusion. In both 'Some A are B' and 'Some B are C', the middle term B appears as the predicate — and predicates of Type I statements are undistributed in both. The distribution rule requires the middle term to be distributed in at least one statement for any valid chain to form. Since B is undistributed in both, no logical chain connects A to C definitively. Look for the Either/Or complementary pair or a possibility conclusion as the correct answer.
Definite vs Possibility Conclusions — Complete Reference
AspectDefinite ConclusionPossibility Conclusion
Logical quantifierUniversal — must hold in ALL valid diagramsExistential — must hold in AT LEAST ONE valid diagram
Test question to apply'Can I draw a valid diagram where this conclusion is FALSE?''Can I draw a valid diagram where this conclusion is TRUE?'
Fails whenEven one valid counter-diagram exists where the conclusion does not holdEvery valid diagram makes it impossible — only when a definite negative chain blocks it
Typical phrasing in questions'Some A are B', 'All A are B', 'No A is B''Some A can be B', 'All A being B is a possibility', 'It is possible that...'
Productive premise combinationsA+A→A, A+E→E, E+A→O, I+A→I, A+I→I, I+E→OAlmost all combinations yield at least one surviving possibility
Non-productive combinationsI+I, O+anything, E+E, E+O — no definite conclusion followsThese combinations often produce the strongest possibility answers and Either/Or pairs
When possibility is blockedNot applicable — definite conclusions are not 'blocked'Only when a definite E-chain definitively establishes 'No X is Y' between the terms
Type A reversibility impactNever conclude 'All P are S' from 'All S are P' — kills the most common wrong answer'All P being S is a possibility' may survive if no chain contradicts it
Either/Or patternDoes not apply — Either/Or means neither follows definitivelyApplies when complementary pair exists (Some X are Y + Some X are not Y) from I+I premises
Real-world knowledgeStrictly forbidden — treat all statements as absolute truth regardless of accuracyStrictly forbidden — same rule applies; possibility is about diagram validity, not real-world plausibility

Key takeaways

1
The four statement types (A, E, I, O) are the entire foundation
classify each statement first, on paper, before drawing a single circle. Misclassification is not a minor error; it corrupts every downstream step and produces a wrong answer that looks right until you check it against the expected output.
2
Definite conclusions require truth in ALL valid diagrams; possibility conclusions require truth in just ONE valid diagram. This distinction
not any specific rule or formula — is the conceptual lever that separates 60th percentile scorers from 95th percentile scorers on syllogism questions.
3
The reversibility rules are four facts worth knowing cold
Type A never reverses, Type E always reverses, Type I always reverses, Type O never reverses. These four facts prevent the single most common category of exam errors — the Type A reversal trap — without requiring any diagram analysis.
4
The I + I and O + anything combinations never yield a definite conclusion
the middle term is undistributed in both premises, so no valid chain forms. When you see these pairings in the combination table, skip to possibility and Either/Or analysis immediately. The Either/Or complementary pair (Some X are Y + Some X are not Y) is the most frequent correct answer for I + I problems.

Common mistakes to avoid

5 patterns
×

Reversing Type A statements — treating 'All S are P' as bidirectional

Symptom
Your conclusion is the exact syntactic reverse of one of the given statements, and it is a Type A statement. You concluded 'All animals are dogs' from 'All dogs are animals'. The ratio between your answer and the correct answer is a factor of the set sizes involved — the error is structural, not numerical.
Fix
Internalize the one-way containment model: Type A draws S fully inside P, leaving the outer ring of P explicitly unaccounted for. That outer ring is the visual proof that the reverse does not hold. Before accepting any conclusion that looks like a reversal, check: is the original statement Type A? If yes, the reversal is categorically wrong. No diagram analysis needed — the rule is absolute.
×

Deriving 'Some S are not P' from 'Some S are P' alone

Symptom
You assumed that 'Some' implies 'not all', and therefore concluded that some members must fall outside the overlap. The answer turns out to be wrong because the valid diagrams include one where S is entirely inside P, making 'Some S are not P' false in that diagram.
Fix
In syllogistic logic, 'Some' means at least one — it is perfectly compatible with ALL members satisfying the relationship. 'Some cats are black' does not rule out all cats being black. To derive a particular negative (Type O), you need an explicit negative statement in your chain. You cannot derive negatives from positives without negative premises.
×

Marking a possibility conclusion as impossible when no definite negative chain exists

Symptom
You reasoned that because no definite positive conclusion links terms A and C, the possibility of their overlap must also be zero. Your answer eliminates the possibility conclusion even though no statement explicitly separates A and C.
Fix
Possibility requires a definite negative chain to be blocked — not just the absence of a definite positive. If no statement or derived conclusion establishes 'No A is C', the possibility of overlap survives. Explicitly ask: 'Is there a definite E-type conclusion connecting these terms?' If no, the possibility lives.
×

Applying E + A to derive a full E conclusion instead of O*

Symptom
From 'No dogs are cats' and 'All cats are animals', you concluded 'No dogs are animals'. The exam marks it wrong. The correct answer was 'Some animals are not dogs' — a particular negative in the reversed direction.
Fix
E + A produces O, not E. To justify 'No dogs are animals', you would need every animal to be a cat, which statement 2 does not say. The combination table gives you O for E + A — look up the table, read the conclusion type, check the direction carefully. O* means the subject of the conclusion comes from S2's predicate and the predicate comes from S1's subject.
×

Treating I + I as a productive combination and deriving a definite conclusion

Symptom
From 'Some A are B' and 'Some B are C', you concluded 'Some A are C'. The exam marks it wrong because I + I is non-productive — no definite conclusion follows.
Fix
In both Type I statements, the middle term B appears as the predicate, and predicates of Type I are undistributed. The distribution rule requires the middle term to be distributed in at least one premise. Since B is undistributed in both, no valid chain forms. When you see I + I, stop computing for definite conclusions and move directly to possibility and Either/Or analysis.
INTERVIEW PREP · PRACTICE MODE

Interview Questions on This Topic

Q01JUNIOR
Statements: 'All roses are flowers' and 'All flowers are beautiful'. Wha...
Q02JUNIOR
Statements: 'No dogs are cats' and 'All cats are animals'. A candidate c...
Q03SENIOR
Statements: 'Some doctors are singers' and 'All singers are dancers'. Wh...
Q04SENIOR
If I give you statements that are Type I + Type I (Some A are B, Some B ...
Q05SENIOR
Statements: 'All roses are flowers' and 'Some flowers are red'. A candid...
Q01 of 05JUNIOR

Statements: 'All roses are flowers' and 'All flowers are beautiful'. What is the strongest conclusion you can draw, and how do you verify it using the Venn diagram method?

ANSWER
Statement types: both are Type A. Middle term: flowers — distributed as subject of statement 2 (Type A subjects are always distributed). Chain is valid. Combination: A + A → A. Strongest conclusion: 'All roses are beautiful' — Type A, connecting the subject of statement 1 to the predicate of statement 2. Venn diagram verification: draw [roses] inside [flowers] inside [beautiful]. Every rose is inside flowers, every flower is inside beautiful — therefore every rose is inside beautiful. The conclusion holds in every valid diagram consistent with the given statements. ✅ Critical check: can we also conclude 'All beautiful things are roses'? No — [beautiful] is the outermost circle. Sunsets, music, and paintings can all be beautiful without being roses. This is the Type A reversal trap — never conclude 'All P are S' from 'All S are P'. The outer ring of [beautiful] that extends beyond [flowers] and [roses] is the visual proof that the reversal fails.
FAQ · 4 QUESTIONS

Frequently Asked Questions

01
What is the fastest method to solve syllogism problems in aptitude tests?
02
When does 'Either Conclusion I or II follows' apply in syllogism?
03
Why can't I conclude 'All A are C' from 'Some A are B' and 'All B are C'?
04
How do I handle syllogism questions with three or more statements?
🔥

That's Aptitude. Mark it forged?

9 min read · try the examples if you haven't

Previous
Coding-Decoding Problems
10 / 14 · Aptitude
Next
Permutations and Combinations