👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Logical Reasoning
Study mode

Statement and condition

Introduction

Logical reasoning is a vital skill for competitive exams, helping you analyze information clearly and draw valid conclusions. At the heart of logical reasoning lie statements and conditions. Understanding these concepts is crucial because they form the building blocks of logical arguments and problem-solving questions.

A statement is a sentence that declares something and can be either true or false. A condition is a clause or requirement that affects whether a statement is true or false. By mastering how conditions influence statements, you can confidently tackle a wide range of reasoning problems.

In this section, we will explore what statements and conditions are, learn about different types of conditions, understand logical connectors, and practice evaluating compound statements. This foundation will prepare you to analyze complex logical problems effectively.

Definition of Statement and Condition

What is a Statement?

A statement is a declarative sentence that is either true or false, but not both. For example:

  • "The Earth revolves around the Sun." - This is a statement and it is true.
  • "5 is an even number." - This is a statement and it is false.
  • "Close the door." - This is not a statement because it is a command, not true or false.

Statements are the basic units of logical reasoning because they convey information that can be evaluated.

What is a Condition?

A condition is a clause or phrase that determines the truth of another statement. It often appears as "if", "only if", or "when" clauses. Conditions set requirements that must be met for a statement to be true.

For example, consider the statement: "If it rains, then the ground gets wet."

  • The condition here is "If it rains".
  • The result or conclusion is "the ground gets wet".

Conditions can be classified into two important types:

Necessary and Sufficient Conditions

Necessary Condition: A condition that must be true for the statement to hold true, but alone may not guarantee the statement.

Sufficient Condition: A condition that, if true, guarantees the statement is true.

Example:

  • "Having fuel is necessary for a car to run." - Without fuel, the car cannot run, but having fuel alone may not be enough (the engine might be broken).
  • "Turning the ignition key is sufficient to start the car (assuming fuel and engine are fine)." - If you turn the key, the car will start.
Examples of Statements and Conditions
Statement Condition Truth Value When Condition is Met Truth Value When Condition is Not Met
If it is a weekend, then the library is closed. It is a weekend. True (library closed) False or Unknown (library may be open)
A number is even if it is divisible by 2. Number divisible by 2. True (number is even) False (number is not even)
Only if it rains, the match will be canceled. It rains. True (match canceled) False (match not canceled)

Logical Connectors and Their Effects

Statements often combine with others using logical connectors. These connectors affect the overall truth of compound statements. The most common connectors are:

  • AND (Conjunction): Both statements must be true for the whole to be true.
  • OR (Disjunction): At least one statement must be true for the whole to be true.
  • NOT (Negation): Reverses the truth value of a statement.
  • IF-THEN (Implication): If the first statement is true, then the second must be true.
  • IF AND ONLY IF (Biconditional): Both statements imply each other; they are true or false together.
Truth Tables for Logical Connectors
P Q P AND Q P OR Q NOT P P -> Q (Implication) P ↔ Q (Biconditional)
TTTTFTT
TFFTFFF
FTFTTTF
FFFFTTT

Evaluating Compound Statements

When statements combine using logical connectors, their truth depends on the truth values of each part and the connector used. To analyze these, we use truth tables-a systematic way to list all possible truth values and find the overall truth.

Two important concepts related to implication (IF-THEN) are the contrapositive and the converse:

  • Implication: \( P \rightarrow Q \) means "If P then Q."
  • Contrapositive: \( eg Q \rightarrow eg P \) - logically equivalent to the original implication.
  • Converse: \( Q \rightarrow P \) - not necessarily true.
  • Inverse: \( eg P \rightarrow eg Q \) - also not necessarily true.
graph TD    P[Statement P] -->|Implication| Q[Statement Q]    Q -->|Converse| P    negQ[Not Q] -->|Contrapositive| negP[Not P]    negP -->|Inverse| negQ

Understanding these relationships helps in transforming and evaluating logical statements more flexibly.

Worked Examples

Example 1: Simple Condition Evaluation Easy
Consider the statement: "If a number is divisible by 4, then it is even." Is the statement true when the number is 8? What about when the number is 6?

Step 1: Identify the condition and conclusion.

Condition (P): Number is divisible by 4.

Conclusion (Q): Number is even.

Step 2: Check for number 8.

8 is divisible by 4 (P is true), and 8 is even (Q is true).

Since P -> Q and both are true, the statement holds.

Step 3: Check for number 6.

6 is not divisible by 4 (P is false), but 6 is even (Q is true).

When P is false, the implication \( P \rightarrow Q \) is considered true regardless of Q.

Answer: The statement is true for both numbers.

Example 2: Using IF-THEN and Contrapositive Medium
Given the statement: "If a student passes the exam, then they studied hard." What is the contrapositive? Is the contrapositive logically equivalent to the original statement?

Step 1: Identify P and Q.

P: Student passes the exam.

Q: Student studied hard.

Step 2: Write the contrapositive.

Contrapositive: "If a student did not study hard, then they did not pass the exam." (\( eg Q \rightarrow eg P \))

Step 3: Understand logical equivalence.

The contrapositive is always logically equivalent to the original implication.

Answer: The contrapositive is "If a student did not study hard, then they did not pass the exam," and it is logically equivalent to the original statement.

Example 3: Necessary vs Sufficient Conditions Medium
Analyze the statement: "Having a ticket is necessary to enter the concert." Is having a ticket sufficient to enter? Explain.

Step 1: Understand the statement.

Having a ticket is necessary means: Without a ticket, you cannot enter.

Step 2: Is having a ticket sufficient?

Not necessarily. You might need to pass security checks or meet other criteria.

Step 3: Conclusion.

Having a ticket is necessary but not sufficient to enter the concert.

Answer: Ticket is necessary but not sufficient; other conditions may apply.

Example 4: Compound Statement with AND, OR Hard
Evaluate the truth of the statement: "If it is raining AND it is cold, then the ground is wet OR the heater is on." Given it is raining (true), it is cold (true), the ground is dry (false), and the heater is on (true).

Step 1: Identify parts.

P: It is raining (true)

Q: It is cold (true)

R: Ground is wet (false)

S: Heater is on (true)

Step 2: Evaluate the antecedent (P AND Q).

P AND Q = true AND true = true

Step 3: Evaluate the consequent (R OR S).

R OR S = false OR true = true

Step 4: Evaluate implication.

If (P AND Q) then (R OR S) = If true then true = true

Answer: The compound statement is true under the given conditions.

Example 5: Practical Problem Involving INR and Metric Units Medium
A shopkeeper sells rice in 1 kg packets. If a customer buys more than 5 packets, they get a 10% discount. The price per packet is Rs.50. A customer buys 7 packets. Using logical reasoning, determine if the customer gets a discount and calculate the total amount payable.

Step 1: Identify the condition.

Condition: Buy more than 5 packets (i.e., packets > 5) to get a discount.

Step 2: Check if condition is met.

Customer buys 7 packets, which is more than 5, so condition is true.

Step 3: Calculate total price without discount.

Price per packet = Rs.50

Total without discount = 7 x 50 = Rs.350

Step 4: Calculate discount amount.

Discount = 10% of Rs.350 = Rs.35

Step 5: Calculate amount payable.

Amount payable = Rs.350 - Rs.35 = Rs.315

Answer: The customer gets a discount and pays Rs.315.

Tips & Tricks

Tip: Use truth tables to systematically evaluate complex statements.

When to use: When dealing with multiple logical connectors or compound statements.

Tip: Remember that the contrapositive of an implication is logically equivalent to the original statement.

When to use: To simplify or reframe IF-THEN statements in problems.

Tip: Identify necessary and sufficient conditions by testing counterexamples.

When to use: When unsure about the direction of implication in a statement.

Tip: Translate word problems into logical statements before solving.

When to use: In application-based or real-life scenario questions.

Tip: Practice common logical connectors and their truth tables by heart.

When to use: To save time during competitive exams.

Common Mistakes to Avoid

❌ Confusing necessary and sufficient conditions.
✓ Understand that necessary means "must be true for statement to hold," while sufficient means "guarantees the statement."
Why: Students often interchange these due to similar wording and lack of clarity.
❌ Assuming the converse of an implication is always true.
✓ Remember that \( P \rightarrow Q \) does not imply \( Q \rightarrow P \) unless it is a biconditional.
Why: Misunderstanding implication leads to incorrect conclusions.
❌ Ignoring the negation in compound statements.
✓ Carefully apply the NOT operator and revisit truth tables.
Why: Negation changes truth values and is often overlooked.
❌ Skipping step-by-step evaluation in complex problems.
✓ Use truth tables or flowcharts to avoid errors.
Why: Rushing leads to missing logical connectors or misinterpretation.
❌ Mixing up logical connectors in word problems.
✓ Translate words like "and," "or," "if" precisely into logical operators.
Why: Incorrect translation leads to wrong logical structure.
Key Concept

Logical Connectors and Their Truth Values

Understanding how AND, OR, NOT, IF-THEN, and IF AND ONLY IF affect truth values is essential for evaluating compound statements.

Formula Bank

Implication (If P then Q)
\[ P \rightarrow Q \]
where: P = Antecedent statement, Q = Consequent statement
Conjunction (AND)
\[ P \land Q \]
where: P, Q = Statements
Disjunction (OR)
\[ P \lor Q \]
where: P, Q = Statements
Negation (NOT)
\[ eg P \]
where: P = Statement
Biconditional (If and only if)
\[ P \leftrightarrow Q \]
where: P, Q = Statements
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Statement and condition · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.