Class 11 Mathematics Notes Chapter 17 (Chapter 17) – Examplar Problems (English) Book

Examplar Problems (English)
Detailed Notes with MCQs of Chapter 17: Mathematical Reasoning from your NCERT Exemplar. This chapter is fundamental, not just for your Class 11 exams, but also because logical reasoning forms the bedrock of questions in many competitive government exams. Pay close attention as we break down the key concepts.

Chapter 17: Mathematical Reasoning - Detailed Notes

Mathematical reasoning helps us determine whether a mathematical argument or statement is logically sound. It's about precise language and rules of deduction.

1. Statements (Propositions)

  • Definition: A statement is a declarative sentence that is either definitively true or definitively false, but not both simultaneously. This truth value (True/False) is crucial.
  • Characteristics:
    • Must be assertive (declarative), not interrogative (question), exclamatory (emotion), or imperative (command/request).
    • Must have an unambiguous truth value.
  • Examples:
    • "New Delhi is the capital of India." (True statement)
    • "3 + 5 = 7." (False statement)
    • "The square of any real number is non-negative." (True statement)
  • Non-Examples:
    • "Where are you going?" (Question)
    • "Listen to me!" (Command)
    • "Mathematics is difficult." (Subjective, not a statement unless 'difficult' is precisely defined and universally agreed upon)
    • "Tomorrow is Friday." (Ambiguous - depends on when it's said)

2. Negation of a Statement

  • Definition: The negation of a statement 'p' is the denial of 'p', denoted by ~p (read as "not p").
  • Formation: Often formed by inserting "not" appropriately or using phrases like "It is false that..." or "It is not the case that...".
  • Truth Value: If 'p' is true, then ~p is false. If 'p' is false, then ~p is true.
  • Example:
    • p: "Jaipur is a city." (True)
    • ~p: "Jaipur is not a city." (False)
    • ~p: "It is false that Jaipur is a city." (False)
  • Example:
    • q: "2 + 3 = 6." (False)
    • ~q: "2 + 3 ≠ 6." (True)
    • ~q: "It is not the case that 2 + 3 = 6." (True)

3. Compound Statements and Connectives

Simple statements can be combined using logical connectives to form compound statements.

  • (a) Conjunction (AND):

    • Symbol:
    • Usage: Connects two statements 'p' and 'q' as "p and q" (p ∧ q).
    • Truth Value: p ∧ q is true only if both p and q are true. Otherwise, it's false.
    • Example:
      • p: "It is raining."
      • q: "The ground is wet."
      • p ∧ q: "It is raining and the ground is wet." (True only if both conditions hold)
  • (b) Disjunction (OR):

    • Symbol:
    • Usage: Connects two statements 'p' and 'q' as "p or q" (p ∨ q).
    • Truth Value: p ∨ q is false only if both p and q are false. Otherwise, it's true. (This is the inclusive OR - one or the other or both).
    • Example:
      • p: "A student passed in Mathematics."
      • q: "A student passed in Physics."
      • p ∨ q: "A student passed in Mathematics or Physics." (True if they passed in at least one subject).
    • Exclusive OR: Means "p or q, but not both". Less common in basic logic notation but important conceptually. Example: "You can have tea or coffee" (usually implies choosing only one).

Truth Table for AND and OR:

p q p ∧ q (AND) p ∨ q (OR)
True True True True
True False False True
False True False True
False False False False

4. Implications (Conditional Statements)

  • Form: "If p, then q". Denoted by p → q.
    • 'p' is called the hypothesis or antecedent.
    • 'q' is called the conclusion or consequent.
  • Truth Value: p → q is false only when p is true and q is false. In all other cases, it is true.
    • Think of it as a promise: "If you score 90% (p), then I will buy you a bike (q)". The promise is broken only if you score 90% (p is True) and I don't buy you a bike (q is False). If you don't score 90% (p is False), the promise is not broken, regardless of whether I buy the bike or not.
  • Example:
    • p: "It rains."
    • q: "The match will be cancelled."
    • p → q: "If it rains, then the match will be cancelled."

Truth Table for Implication:

p q p → q
True True True
True False False
False True True
False False True
  • Related Implications:
    • Converse: q → p ("If q, then p.")
    • Inverse: ~p → ~q ("If not p, then not q.")
    • Contrapositive: ~q → ~p ("If not q, then not p.")
  • Key Equivalence: An implication (p → q) is logically equivalent to its contrapositive (~q → ~p). They always have the same truth value. The converse and inverse are equivalent to each other, but not necessarily to the original implication.

5. Biconditional Statements (If and only if)

  • Form: "p if and only if q". Denoted by p ↔ q. Often abbreviated as "p iff q".
  • Meaning: It means (p → q) AND (q → p). Both p implies q, and q implies p.
  • Truth Value: p ↔ q is true only when p and q have the same truth value (both true or both false).
  • Example:
    • p: "A triangle has three equal sides."
    • q: "A triangle is equilateral."
    • p ↔ q: "A triangle has three equal sides if and only if it is equilateral." (True)

Truth Table for Biconditional:

p q p ↔ q
True True True
True False False
False True False
False False True

6. Quantifiers

Quantifiers indicate the scope or quantity involved in a statement containing variables.

  • (a) Universal Quantifier:

    • Symbols/Phrases: "For all", "For every", .
    • Meaning: The statement holds true for every element in a given set.
    • Example: "∀ x ∈ R, x² ≥ 0" (For all real numbers x, the square of x is greater than or equal to 0).
  • (b) Existential Quantifier:

    • Symbols/Phrases: "There exists", "For some", "There is at least one", .
    • Meaning: The statement holds true for at least one element in a given set.
    • Example: "∃ x ∈ Z such that x + 5 = 8" (There exists an integer x such that x + 5 = 8. Here, x=3).
  • Negation of Quantified Statements:

    • The negation of "For all x, P(x) is true" is "There exists at least one x for which P(x) is false".
      • ~(∀x, P(x)) is equivalent to ∃x, ~P(x)
    • The negation of "There exists an x such that P(x) is true" is "For all x, P(x) is false".
      • ~(∃x, P(x)) is equivalent to ∀x, ~P(x)
    • Example:
      • Statement: "All students like Mathematics." (∀x, LikesMaths(x))
      • Negation: "There exists at least one student who does not like Mathematics." (∃x, ~LikesMaths(x))
    • Example:
      • Statement: "Some birds can swim." (∃x, CanSwim(x))
      • Negation: "No bird can swim." or "All birds cannot swim." (∀x, ~CanSwim(x))

7. Validity of Statements

How to check if a statement, especially compound ones or implications, is logically valid.

  • Direct Proof: Assume the hypothesis (p) is true and logically deduce that the conclusion (q) must also be true (for p → q).
  • Proof by Contrapositive: Prove the equivalent contrapositive (~q → ~p). Assume ~q is true and deduce ~p must be true.
  • Proof by Contradiction: To prove 'p' is true, assume ~p is true and show that this leads to a logical contradiction (something that is always false, like r ∧ ~r). This means the initial assumption (~p) must be false, so 'p' must be true.
  • Using Counterexamples: To show a statement (especially a universally quantified one like "All X are Y") is false, you only need to find one instance (a counterexample) where it doesn't hold.
    • Example: To disprove "All prime numbers are odd", the counterexample is the number 2 (which is prime but even).

Key Takeaways for Exams:

  • Identify whether a sentence is a mathematical statement.
  • Form the negation of simple and compound statements correctly.
  • Understand the truth tables for AND, OR, IF...THEN, IFF.
  • Recognize and form the converse, inverse, and contrapositive of an implication. Know that p → q is equivalent to ~q → ~p.
  • Understand the meaning of quantifiers 'For all' and 'There exists'.
  • Be able to negate quantified statements.
  • Understand how to use a counterexample to disprove a statement.

Multiple Choice Questions (MCQs)

Here are 10 MCQs to test your understanding. Choose the best option.

1. Which of the following is a statement in mathematical logic?
(a) Listen to me!
(b) What is your name?
(c) x + 3 = 7
(d) The sum of two odd integers is even.

2. The negation of the statement "√7 is a rational number" is:
(a) √7 is not a rational number.
(b) √7 is an irrational number.
(c) It is false that √7 is a rational number.
(d) All of the above are logically equivalent negations.

3. Consider p: "It is raining" and q: "The roads are slippery". The statement "It is raining and the roads are slippery" is represented by:
(a) p ∨ q
(b) p ∧ q
(c) p → q
(d) p ↔ q

4. If p is True and q is False, then which of the following compound statements is True?
(a) p ∧ q
(b) p → q
(c) p ↔ q
(d) ~p ∨ q

5. The contrapositive of the statement "If a number is divisible by 9, then it is divisible by 3" is:
(a) If a number is not divisible by 3, then it is not divisible by 9.
(b) If a number is divisible by 3, then it is divisible by 9.
(c) If a number is not divisible by 9, then it is not divisible by 3.
(d) A number is divisible by 9 if and only if it is divisible by 3.

6. The converse of the statement "If x > y, then x + a > y + a" is:
(a) If x ≤ y, then x + a ≤ y + a
(b) If x + a > y + a, then x > y
(c) If x + a ≤ y + a, then x ≤ y
(d) If x > y, then x + a ≤ y + a

7. Which statement is true based on the truth table for p ↔ q?
(a) p ↔ q is true only when p is true and q is true.
(b) p ↔ q is true only when p is false and q is false.
(c) p ↔ q is true when p and q have the same truth value.
(d) p ↔ q is false when p and q have the same truth value.

8. The negation of the statement "For all real numbers x, x² ≥ 0" is:
(a) For all real numbers x, x² < 0.
(b) There exists a real number x such that x² ≥ 0.
(c) There exists a real number x such that x² < 0.
(d) There exists a real number x such that x² ≤ 0.

9. Which of the following is used to disprove the statement "All birds can fly"?
(a) Direct Proof
(b) Proof by Contradiction
(c) Proof by Contrapositive
(d) Counterexample

10. The statement "p → q" is logically equivalent to:
(a) q → p
(b) ~p → ~q
(c) ~q → ~p
(d) p ∧ ~q


Answers to MCQs:

  1. (d) - It's a declarative sentence with a definite truth value (True). (a) is a command, (b) is a question, (c) is an open sentence (its truth depends on x).

  2. (d) - Options (a), (b), and (c) all correctly express the denial of the original statement. (Note: "is irrational" is the mathematical consequence of "is not rational").

  3. (b) - The connective "and" corresponds to the logical conjunction .

  4. (d) - Let's check:

    • (a) T ∧ F = F
    • (b) T → F = F
    • (c) T ↔ F = F
    • (d) ~T ∨ F = F ∨ F = F. Oh, wait. Let me recheck the truth table for p → q. It's False only if T → F. All others are true. Let me recheck the options with p=T, q=F.
      • (a) p ∧ q: T ∧ F = False
      • (b) p → q: T → F = False
      • (c) p ↔ q: T ↔ F = False
      • (d) ~p ∨ q: ~T ∨ F = F ∨ F = False
    • Hmm, seems I made a mistake in the question or options, or my evaluation. Let's re-evaluate ~p v q. p=T, q=F. ~p = F. So ~p v q = F v F = F. All options are False.
    • Let me rethink the question. Maybe I should ask which one is FALSE? No, the question asks which one is TRUE.
    • Let's try another combination. If p=F, q=T.
      • (a) F ∧ T = F
      • (b) F → T = T
      • (c) F ↔ T = F
      • (d) ~F ∨ T = T ∨ T = T
    • Let's try p=F, q=F.
      • (a) F ∧ F = F
      • (b) F → F = T
      • (c) F ↔ F = T
      • (d) ~F ∨ F = T ∨ F = T
    • Let's go back to the original p=T, q=F.
      • p ∧ q = F
      • p → q = F
      • p ↔ q = F
      • ~p ∨ q = F ∨ F = F
    • There seems to be an issue with Q4 as stated. Let me modify option (d) slightly to make it work, or change the premise. Let's assume the question intended to ask which is TRUE if p is False and q is True. In that case, (b) and (d) would be True.
    • Let's assume the question intended to ask which is TRUE if p is False and q is False. In that case, (b), (c), and (d) would be True.
    • Let's reformulate Q4. "If p is False and q is True, then which of the following compound statements is True?"
      • (a) p ∧ q = F ∧ T = F
      • (b) p → q = F → T = T
      • (c) p ↔ q = F ↔ T = F
      • (d) ~p ∨ q = ~F ∨ T = T ∨ T = T
      • In this case, both (b) and (d) are true. This is still not ideal for an MCQ.
    • Let's try modifying option (d) in the original question (p=T, q=F). How about p ∨ ~q?
      • p ∨ ~q = T ∨ ~F = T ∨ T = True.
    • Okay, let's modify Q4's option (d) to p ∨ ~q.
    • Revised Q4: If p is True and q is False, then which of the following compound statements is True?
      (a) p ∧ q
      (b) p → q
      (c) p ↔ q
      (d) p ∨ ~q
    • Revised Answer for Q4: (d) because T ∨ ~F = T ∨ T = True. The others are False.
  5. (a) - The contrapositive of p → q is ~q → ~p. Here p: "a number is divisible by 9", q: "it is divisible by 3". So ~q: "a number is not divisible by 3", ~p: "it is not divisible by 9". Thus, ~q → ~p is "If a number is not divisible by 3, then it is not divisible by 9."

  6. (b) - The converse of p → q is q → p. Here p: "x > y", q: "x + a > y + a". So q → p is "If x + a > y + a, then x > y".

  7. (c) - The biconditional p ↔ q is true if and only if p and q have the same truth value (both True or both False).

  8. (c) - The negation of ∀x, P(x) is ∃x, ~P(x). Here P(x) is "x² ≥ 0". So ~P(x) is "x² < 0". Thus, the negation is "There exists a real number x such that x² < 0".

  9. (d) - To disprove a universal statement ("All..."), we need to find just one instance where it fails. That instance is a counterexample (e.g., a penguin or ostrich for the statement "All birds can fly").

  10. (c) - An implication p → q is always logically equivalent to its contrapositive ~q → ~p.

Corrected Answers:

  1. (d)
  2. (d)
  3. (b)
  4. (d) (Assuming option (d) is p ∨ ~q)
  5. (a)
  6. (b)
  7. (c)
  8. (c)
  9. (d)
  10. (c)

Study these concepts well. Good luck with your preparation!

Read more