Syllogisms in Aptitude Tests: 3 Methods, 6 Rules, Solved Examples
Three methods and six rules cover every syllogism question in campus placement tests. Venn diagrams, verbal deduction, and tick-and-cross, with five worked examples.
Syllogism questions in campus placement tests are rule-based: once you know the three solving methods and six validity rules, there is nothing left to memorise.
The argument structure is always the same: two premises, one conclusion. What changes is whether all or some members of a set are covered by each statement. Placement tests, from TCS NQT to AMCAT to eLitmus, check whether you can trace which conclusions are logically forced and which are merely consistent with the premises. Getting this right consistently takes a system, not intuition.
What Is a Syllogism?
A syllogism is a two-premise logical argument where the conclusion must follow necessarily from the premises. Each premise describes the relationship between two categories using one of four statement types.
| Statement Type | Form | Distribution |
|---|---|---|
| Universal Affirmative (A) | All X are Y | X distributed; Y not distributed |
| Universal Negative (E) | No X are Y | Both X and Y distributed |
| Particular Affirmative (I) | Some X are Y | Neither X nor Y distributed |
| Particular Negative (O) | Some X are not Y | Y distributed; X not distributed |
A term is distributed when the statement makes a complete claim about every member of that category. In “All cats are animals”, every cat is covered; cats is distributed. Animals is not distributed, because the statement says nothing about animals that happen not to be cats.
This distribution concept is the foundation of Rules 2 and 3 below, and it is what the tick-and-cross method makes explicit.
Three Methods for Solving Syllogisms
Verbal Method
Substitute category identities into a chain of reasoning. If “All A are B” and “All B are C”, reason step by step: A is a subset of B, B is a subset of C, therefore A is a subset of C. The conclusion “All A are C” follows without drawing anything.
Use this method when both premises are Universal Affirmative (A-type) and the middle term is the predicate of one premise and the subject of the other. When partial overlaps appear (any “Some” statement), switch to Venn diagrams.
Venn Diagram Method
Draw two or three overlapping circles, one per category. Represent each premise by placing members inside circles according to the statement type, then read the conclusion from the resulting diagram.
- “All A are B”: draw circle A entirely inside circle B.
- “Some A are B”: shade the overlap region between A and B to show at least one shared member.
- “No A are B”: draw the circles with no overlap at all.
The diagram forces you to test whether a conclusion is necessarily true (it holds in every valid arrangement of the circles) or only possibly true (it holds in one arrangement but not all). Placement tests ask for necessarily true conclusions only.
Tick-and-Cross Method
Mark each term in the premises with a tick (distributed) or a cross (undistributed), using the distribution rules from the table above. Then verify:
- The middle term must carry at least one tick across the two premises (Rule 2).
- If a term carries a tick in the conclusion, it must also carry a tick in the premises (Rule 3).
- One negative premise forces a negative conclusion (Rule 5).
- Two negative premises produce no valid conclusion (Rule 4).
This method catches the undistributed middle and illicit-promotion errors that verbal reasoning misses, because it makes every distribution decision explicit before you write any conclusion.
The same pattern-first discipline applies to other logical reasoning topics. Number analogy questions use a five-category method: identify the pattern type before computing the answer. Blood relation questions require drawing a complete generation tree before answering any sub-question. In both cases, naming the rule type first is the shortcut.
Six Rules for Valid Conclusions
Apply these rules in order. Rule 2 alone eliminates the majority of wrong-answer traps on placement tests.
- Rule 1: Three terms only. A valid syllogism uses exactly three terms: two in each premise, with one (the middle term) appearing in both.
- Rule 2: Distribute the middle term. The middle term must be distributed in at least one premise. If neither premise gives the middle term a tick, no conclusion is valid.
- Rule 3: No illicit promotion. A term that is undistributed in the premises cannot be distributed in the conclusion.
- Rule 4: No dual negatives. Two negative premises produce no valid conclusion.
- Rule 5: Negative premise, negative conclusion. Exactly one negative premise forces a negative conclusion.
- Rule 6: No conclusion from two particular premises. If both premises use “Some”, no valid conclusion follows.
Worked Examples
- Q1: Statements: All tigers are cats. All cats are animals. Conclusion to test: All tigers are animals.
- Both premises are Universal Affirmative (A-type). Middle term: cats.
- Cats is undistributed in premise 1 (predicate of UA) but distributed in premise 2 (subject of UA). Rule 2 satisfied.
- Verbal method: tigers are a subset of cats; cats are a subset of animals; so tigers are a subset of animals.
- Answer: The conclusion follows.
- Q2: Statements: All cups are books. All books are shirts. Conclusions: (i) Some cups are not shirts. (ii) Some shirts are cups.
- From the two UA premises: All cups are shirts follows by transitivity.
- Conclusion (i): “Some cups are not shirts” directly contradicts “All cups are shirts.” Does not follow.
- Conclusion (ii): Converting “All cups are shirts” (UA to PA gives “Some shirts are cups”). Follows.
- Answer: Only conclusion (ii) follows.
- Q3: Statements: All trucks are flies. Some scooters are flies. Conclusions: (i) All trucks are scooters. (ii) Some scooters are trucks.
- Middle term: flies. In premise 1 (UA), flies is the predicate (not distributed). In premise 2 (PA), flies is the predicate (not distributed).
- Rule 2 fails: the middle term is undistributed in both premises. No valid conclusion possible.
- Answer: Neither conclusion follows.
- Q4: Statements: Some actors are singers. All singers are dancers. Conclusions: (i) Some actors are dancers. (ii) No singer is an actor.
- Middle term: singers. Distributed as the subject of premise 2 (UA). Rule 2 satisfied.
- PA plus UA combination: conclusion is Particular Affirmative. “Some actors are dancers” follows.
- Conclusion (ii) is a Universal Negative: requires at least one negative premise (none present here). Also contradicts premise 1. Does not follow.
- Answer: Only conclusion (i) follows.
- Q5: Statements: No birds are mammals. All bats are mammals. Conclusion to test: No bats are birds.
- Bats are a subset of mammals (all bats are mammals). Birds and mammals have no overlap (no birds are mammals).
- Since bats are entirely within mammals, and mammals have no overlap with birds, bats have no overlap with birds.
- Answer: The conclusion follows.
For additional practice across all four statement types, IndiaBix’s syllogism section covers a large question bank with solutions. Freshersworld’s syllogism aptitude set organises questions by company-specific patterns for targeted preparation.
Common Errors to Avoid
- Reversing a universal affirmative. “All A are B” does not mean “All B are A.” The direction is fixed: A is a subset of B, and the statement says nothing about B members that are not A.
- Promoting a particular to universal. If either premise uses “Some”, the conclusion cannot be a universal statement.
- Confusing possibility with necessity. Placement tests ask what must be true given the premises, not what could be true. A conclusion that is consistent with the premises but not forced by them does not follow.
- Skipping the middle-term check. Apply Rule 2 first: if the middle term is undistributed in both premises, no valid conclusion exists regardless of how plausible the options look.
Tracing a conclusion back to the exact premise that forces it, rather than checking whether it feels plausible, is the same discipline that makes LLM output evaluation precise. When a language model produces a fluent inference that sounds correct but does not follow from its stated context, that is an undistributed middle in the output. TinkerLLM (at ₹299) includes constraint-based reasoning exercises where the six rules you have applied here help identify exactly where a model’s logic breaks.
Primary sources
Frequently asked questions
How many syllogism questions appear in TCS NQT?
The TCS NQT reasoning section typically includes 2 to 4 syllogism questions. The exact count varies by test slot and year, so practise all three methods rather than preparing for a fixed number.
Which method is fastest for solving syllogisms in placements?
The verbal method is fastest for simple two-premise universal affirmative chains. Use Venn diagrams when partial overlaps are involved, and tick-and-cross for multi-statement sets where distribution errors are easy to miss.
What does it mean for a term to be distributed in a syllogism?
A term is distributed when the statement makes a claim about every member of that category. In 'All A are B', subject A is distributed (every A is accounted for); predicate B is not, because the statement says nothing about Bs that are not A.
Can a valid syllogism have a negative conclusion from two affirmative premises?
No. If both premises are affirmative, the conclusion must also be affirmative. A negative conclusion requires at least one negative premise. This is Rule 5 of the six validity rules.
What is the undistributed middle fallacy in syllogisms?
The undistributed middle occurs when the middle term (the term linking both premises) is not distributed in either premise. For example, 'All A are C, All B are C, therefore All A are B' fails because C is an undistributed predicate in both premises.
A self-paced playground for building with LLMs.
TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.
Try TinkerLLM (₹299 launch)