LET Secondary Mathematics — Logic and Mathematics in the Modern WorldStudy Notes
Study notes for Logic and Mathematics in the Modern World that match the LET Secondary 2026 syllabus. Built to mirror how Professional Regulation Commission (PRC) structures LET Secondary Mathematics questions, these notes walk through each concept with examples, formulas, and practice questions designed for time-pressured exam conditions.
Exam context
Professional Regulation Commission (PRC) runs the Licensure Examination for Professional Teachers — Secondary on Bi-annual. Its Mathematics section sits under a "Core" weighting, and Logic and Mathematics in the Modern World is the 7th chapter in the 7-chapter LET Secondary Mathematics rotation. The LET Secondary passing mark is Weighted average of 75% with no grade below 50%, and the most recent 2026 paper drew about a meaningful share of questions from Mathematics.
Logic and Mathematics in the Modern World - Study Notes
Logic and Mathematics in the Modern World is a general-education course now standard in Philippine teacher-education curricula and tested on the Licensure Examination for Teachers (LET). As an elementary teacher, you must master two core components: (1) **elementary logic**—the rules for combining statements and evaluating valid reasoning—and (2) **mathematics as a practical tool**—using patterns, sequences, and applications in finance, coding, and data to solve real-world problems. This chapter equips you to teach pupils Grades 1–6 how to think logically and recognize mathematical patterns in everyday life, aligning with the K–12 Basic Education Curriculum (BEC) and DepEd's commitment to developing logical and critical-thinking skills. Understanding these concepts deeply will not only help you pass the LET but also enable you to inspire young learners to see mathematics as a language of reasoning and discovery, not mere computation.
Summary
Logic and Mathematics in the Modern World integrates formal reasoning (statements, truth values, connectives, validity, inductive and deductive modes) with practical mathematics (sequences, applications in finance and coding, data literacy, and sets). Mastery of this chapter prepares you for the LET by developing precise logical thinking and showing mathematics as a tool for solving real problems. Key takeaways: (1) A **statement is true or false, not both**; (2) The **conditional p → q is false only when p is true and q is false**—memorize this; (3) The **contrapositive is logically equivalent to the original** conditional; (4) Use **inductive reasoning to discover patterns**; use **deductive reasoning to prove them**; (5) **Arithmetic sequences add a constant** (aₙ = a₁ + (n−1)d), **geometric sequences multiply by a constant** (aₙ = a₁ × r^(n−1)), and **Fibonacci sequences sum the previous two terms**; (6) **Simple interest** earns only on principal (I = PRT), while **compound interest** earns on principal and interest (A = P(1 + r)^n), making compound growth faster over time; (7) **Check digits use modular arithmetic** to detect errors; (8) **Data literacy** (mean, median, mode, range, visualization) is essential for interpreting the modern world; (9) **Venn diagrams and set operations** clarify logical relationships and solve counting problems. When teaching pupils Grades 1–6, ground these ideas in observation, pattern-spotting, real-world scenarios, and the DepEd K–12 BEC. By modeling logical reasoning and showing mathematics as a sense-making tool, you help young learners develop the critical thinking skills they need to thrive. Your commitment to clear, evidence-based teaching, as outlined in the Code of Ethics for Professional Teachers (RA 7836), ensures that all pupils—including those at risk—benefit from rigorous yet accessible mathematical reasoning.
Sections
A **statement** (or **proposition**) is a declarative sentence that is **always either true or false, but never both**. This is the cornerstone of formal logic. Statements must convey factual claims; commands, questions, and exclamations do not qualify as statements because they cannot be assigned a truth value. **Key Distinctions:** - **Statement**: "Manila is the capital of the Philippines." (This is true, so it is a statement.) - **Not a statement**: "Close the door!" (This is a command; it has no truth value.) - **Not a statement**: "What time is it?" (This is a question; it has no truth value.) - **Not a statement**: "What a beautiful sunset!" (This is an exclamation; it expresses emotion, not a fact.) **Simple vs. Compound Statements:** - **Simple statement**: Contains one idea and no connectives. Example: "The Philippines is an archipelago." - **Compound statement**: Combines two or more simple statements using logical connectives (and, or, not, if-then). Example: "The Philippines is an archipelago **and** has over 7,000 islands." **Truth Value Assignment:** Every statement has exactly one truth value: - **T (true)**: The statement matches reality. - **F (false)**: The statement does not match reality. **Why This Matters for Teachers:** When teaching young pupils, help them distinguish between statements (sentences we can verify as true or false) and non-statements (wishes, questions, commands). This builds the habit of precise thinking. For example, in a Grade 3 class, you might ask: "Is 'Five plus three equals eight' a statement? Can we say it is true or false?" (Yes, and it is false, so it is a statement.) "Is 'Please sit down' a statement?" (No, it is a command.) This practice develops logical awareness early.
Heading
1. Statements and Truth Values: The Foundation of Logic
Examples
- **Example 1:** Identify which are statements. (a) 'Davao is a city in Mindanao.' — **Statement** (true). (b) 'Did you finish your homework?' — **Not a statement** (question). (c) 'The Earth orbits the Sun.' — **Statement** (true). (d) 'Work harder!' — **Not a statement** (command). **Example 2:** Write a compound statement from two simple statements. Simple: 'I like mathematics.' (p) and 'I like science.' (q) Compound: 'I like mathematics **and** I like science.' (p ∧ q) **Example 3:** Identify the truth value. 'All rectangles are quadrilaterals.' — **True statement** (every rectangle has four sides). 'All quadrilaterals are rectangles.' — **False statement** (a trapezoid has four sides but is not a rectangle).
Key Points
- A statement is a declarative sentence with exactly one truth value (T or F).
- Commands, questions, and exclamations are not statements.
- Simple statements contain one idea; compound statements join multiple ideas with connectives.
- Every statement must be verifiable as either true or false in reality.
- Precision in language is a teacher's tool for building clarity in pupils' thinking.
Logical connectives are words and symbols that combine simple statements into compound statements. There are **five main connectives** tested on the LET, each with a precise meaning defined by its truth table. **The Five Main Connectives:** | Connective | Symbol | Read as | True When... | |---|---|---|---| | **Negation** | ¬p | not p | p is **false** | | **Conjunction** | p ∧ q | p and q | **both** p and q are true | | **Disjunction** | p ∨ q | p or q | **at least one** of p or q is true | | **Conditional** | p → q | if p then q | **false only** when p is true and q is false | | **Biconditional** | p ↔ q | p if and only if q | p and q have the **same** truth value | **Complete Truth Table:** | p | q | ¬p | p ∧ q | p ∨ q | p → q | p ↔ q | |---|---|---|---|---|---|---| | T | T | F | T | T | T | T | | T | F | F | F | T | F | F | | F | T | T | F | T | T | F | | F | F | T | F | F | T | T | **The Connectives in Detail:** 1. **Negation (¬p):** The negation of a statement reverses its truth value. If p is true, ¬p is false; if p is false, ¬p is true. - Example: p = 'It is raining.' If it is raining (T), then ¬p = 'It is not raining' (F). 2. **Conjunction (p ∧ q):** The compound statement 'p and q' is true **only when both p and q are true**. If even one is false, the conjunction is false. Think of 'and' as requiring all conditions to hold. - Example: 'The room is clean **and** it is quiet.' For this to be true, the room must be both clean AND quiet. If the room is clean but noisy, the statement is false. 3. **Disjunction (p ∨ q):** The compound statement 'p or q' is true **when at least one** of p or q is true. In logic, 'or' is **inclusive**, meaning 'p or q or both.' It is false only when both are false. - Example: 'You may have a mango **or** a banana.' This is true if you have a mango, or a banana, or both. It is false only if you have neither. 4. **Conditional (p → q):** This is the **most important connective for the LET**. The statement 'if p then q' is false **only in one case**: when p (the hypothesis) is true and q (the conclusion) is false. In all other cases (T→T, F→T, F→F), the conditional is true. - Example: 'If it rains, then the ground will be wet.' This is false only if it does rain and the ground is not wet. If it does not rain, the statement is true regardless of whether the ground is wet (because the condition was not met). - **Critical for the LET:** Many items test whether you know when a conditional is false. Memorize: **p → q is false only when p is true and q is false.** 5. **Biconditional (p ↔ q):** The statement 'p if and only if q' is true when **p and q have the same truth value**—both true or both false. It is false when they differ. - Example: 'A number is even if and only if it is divisible by 2.' This is true because a number is even exactly when it is divisible by 2 (same truth conditions). **Why Connectives Matter for Elementary Teachers:** When you teach pupils, you use logical connectives constantly: 'Stand up **and** sit down' requires both actions. 'You may choose a red crayon **or** a blue crayon' gives a choice. 'If you finish your work, then you may play' sets a condition. By explicitly teaching connectives, you help pupils think clearly about what statements mean and what makes them true or false.
Heading
2. Logical Connectives and Truth Tables: The Grammar of Logic
Examples
- **Example 1: Conjunction.** Let p = 'The sun is shining' (T) and q = 'It is hot outside' (T). Find the truth value of p ∧ q. **Step 1:** Check p: true. **Step 2:** Check q: true. **Step 3:** Apply the rule: conjunction is true only when both are true. Since both are true, p ∧ q is **true**. **Example 2: Disjunction.** Let p = 'I like coffee' (T) and q = 'I like tea' (F). Find the truth value of p ∨ q. **Step 1:** Check p: true. **Step 2:** Check q: false. **Step 3:** Apply the rule: disjunction is true when at least one is true. Since p is true, p ∨ q is **true**. **Example 3: Conditional (The Most Common LET Question).** Let p = 'You study hard' and q = 'You will pass the exam.' Evaluate p → q when p is true and q is false. **Step 1:** The hypothesis (p) is true: you do study hard. **Step 2:** The conclusion (q) is false: you do not pass the exam. **Step 3:** This is the **only false case** for a conditional. When p is true and q is false, p → q is **false**. Interpretation: The promise 'If you study hard, then you will pass' is broken because you studied hard but did not pass. **Example 4: Biconditional.** Let p = 'A polygon is a triangle' (T) and q = 'A polygon has exactly 3 sides' (T). Find the truth value of p ↔ q. **Step 1:** Both p and q are true. **Step 2:** Apply the rule: biconditional is true when both have the same truth value. **Step 3:** Since both are true, p ↔ q is **true**. **Example 5: Complex Compound Statement.** Let p = 'The sky is blue' (T), q = 'The grass is green' (T), and r = 'The sun is cold' (F). Find the truth value of (p ∧ q) ∨ r. **Step 1:** Evaluate p ∧ q: true ∧ true = true. **Step 2:** Evaluate (p ∧ q) ∨ r: true ∨ false = true (disjunction is true when at least one part is true). **Result: (p ∧ q) ∨ r is true.**
Key Points
- Negation (¬) flips the truth value.
- Conjunction (∧, 'and') is true only when both parts are true.
- Disjunction (∨, 'or') is true when at least one part is true.
- Conditional (→, 'if...then') is false only when the hypothesis is true and the conclusion is false.
- Biconditional (↔, 'if and only if') is true when both parts have the same truth value.
- The conditional is the most heavily tested connective on the LET; memorize the one false case.
From any conditional statement p → q, we can form three related statements. The LET tests your understanding of which are logically equivalent and which are not. This is a critical reasoning skill. **The Four Forms:** | Form | Rule | Logical Equivalence | |---|---|---| | **Original** | p → q | (Standard) | | **Converse** | q → p | NOT equivalent to original | | **Inverse** | ¬p → ¬q | NOT equivalent to original | | **Contrapositive** | ¬q → ¬p | **EQUIVALENT to original** | **Key Rule:** - The **contrapositive** is always logically equivalent to the original conditional. They have the same truth value in all cases. - The **converse** and **inverse** are equivalent to each other, but neither is equivalent to the original. - This pattern is one of the most tested ideas on the LET. **Detailed Explanation with Example:** Consider the original conditional: **p → q = 'If a number is divisible by 6, then it is divisible by 3.'** Let's assume this is **true** (which it is in reality). 1. **Converse (q → p):** 'If a number is divisible by 3, then it is divisible by 6.' - This is **false**. (A counterexample: 9 is divisible by 3 but not by 6.) - The converse **reverses** the hypothesis and conclusion; reversing can change the truth value. 2. **Inverse (¬p → ¬q):** 'If a number is **not** divisible by 6, then it is **not** divisible by 3.' - This is **false**. (A counterexample: 9 is not divisible by 6, but it is divisible by 3.) - The inverse **negates both** parts; it has the same truth value as the converse. 3. **Contrapositive (¬q → ¬p):** 'If a number is **not** divisible by 3, then it is **not** divisible by 6.' - This is **true**. (If a number has no factor of 3, it cannot have both factors 2 and 3, so it cannot be divisible by 6.) - The contrapositive **swaps and negates both** parts; it always has the same truth value as the original. **Why Contrapositives Matter:** In mathematics and in life, proving the contrapositive is often easier than proving the original statement. For example, to prove 'If it is a prime number greater than 2, then it is odd,' it may be easier to prove the contrapositive: 'If a number is not odd, then it is either not prime or is 2.' Teachers use this technique implicitly when they reason about conditions. **For Elementary Teachers:** While young pupils do not formally learn contrapositives, the underlying idea—that some ways of saying the same thing are equivalent—appears in critical thinking. When a Grade 4 pupil says, 'If you are kind, you have friends,' a teacher might rephrase: 'If you do not have friends, then you are not kind,' and note that these mean the same thing. This builds logical flexibility.
Heading
3. Variations of the Conditional: Converse, Inverse, and Contrapositive
Examples
- **Example 1: Identifying Logically Equivalent Statements.** Given: 'If a rectangle is a square, then all its sides are equal.' (Assume this is true.) Which of the following is logically equivalent? (a) If all sides are equal, then it is a square. (Converse — NOT equivalent) (b) If a rectangle is not a square, then not all its sides are equal. (Inverse — NOT equivalent) (c) If not all sides are equal, then it is not a square. (Contrapositive — **EQUIVALENT**) **Answer: (c) is logically equivalent because it is the contrapositive.** **Example 2: Forming the Contrapositive.** Original: 'If a pupil studies, then the pupil will do well on the test.' **Step 1:** Identify the hypothesis (p): 'a pupil studies.' **Step 2:** Identify the conclusion (q): 'the pupil will do well on the test.' **Step 3:** Negate both: ¬p = 'a pupil does not study,' ¬q = 'the pupil will not do well.' **Step 4:** Swap and state: 'If a pupil does not do well on the test, then the pupil did not study.' **Contrapositive:** 'If a pupil does not do well on the test, then the pupil did not study.' (This is logically equivalent to the original.) **Example 3: Evaluating Truth Values of Related Statements.** Given: p → q = 'If n > 5, then n > 3.' (Assume true.) Truth values: - Original (p → q): **True** (if n is greater than 5, it is definitely greater than 3). - Converse (q → p) = 'If n > 3, then n > 5.': **False** (n could be 4, which is greater than 3 but not greater than 5). - Inverse (¬p → ¬q) = 'If n ≤ 5, then n ≤ 3.': **False** (n could be 4, not greater than 5 but also not at most 3). - Contrapositive (¬q → ¬p) = 'If n ≤ 3, then n ≤ 5.': **True** (if n is at most 3, it is at most 5). **Observation:** The original and contrapositive are both true; the converse and inverse are both false. This confirms the equivalence relationships. **Example 4: Real-World Application for Teaching.** Statement: 'If a pupil is kind to others, then the pupil has good friends.' - **Contrapositive:** 'If a pupil does not have good friends, then the pupil is not kind to others.' (Equivalent, so also true.) - **Converse:** 'If a pupil has good friends, then the pupil is kind to others.' (Not equivalent; having friends does not guarantee kindness.) When teaching conflict resolution, you might use the contrapositive to help a lonely pupil reflect: 'If you wish to have good friends, being kind is essential.'
Key Points
- The contrapositive (¬q → ¬p) is logically equivalent to the original conditional (p → q).
- The converse (q → p) and inverse (¬p → ¬q) are equivalent to each other but NOT to the original.
- To form the contrapositive: swap the hypothesis and conclusion, then negate both.
- If the original is true, the contrapositive is true; if the original is false, the contrapositive is false.
- This relationship is a major LET testing point and a fundamental insight of logical reasoning.
This section covers three interconnected ideas that deepen logical reasoning: the concept of validity in arguments, the nature of statements that are always true, and the algebraic laws that govern negation. **4.1 Validity in Arguments** An **argument** consists of premises (assumed true) and a conclusion (claimed to follow from them). An argument is **valid** if the conclusion **must be true** whenever all premises are true. Validity depends on the logical structure, not on whether the premises or conclusion are factually true. **Two Valid Argument Forms (Heavily Tested on the LET):** 1. **Modus Ponens** ("method of affirming"): - Premise 1: If p, then q (p → q). - Premise 2: p is true. - **Conclusion:** q is true. - **Form:** p → q, p, therefore q. ✓ **Valid.** - **Example:** (1) If it rains, then the ground is wet. (2) It is raining. (3) Therefore, the ground is wet. (Valid conclusion.) 2. **Modus Tollens** ("method of denying"): - Premise 1: If p, then q (p → q). - Premise 2: q is false (¬q). - **Conclusion:** p is false (¬p). - **Form:** p → q, ¬q, therefore ¬p. ✓ **Valid.** - **Example:** (1) If it rains, then the ground is wet. (2) The ground is not wet. (3) Therefore, it is not raining. (Valid conclusion.) **Two Invalid Argument Forms (The Traps on the LET):** 1. **Affirming the Consequent** (Invalid look-alike to modus ponens): - Premise 1: If p, then q. - Premise 2: q is true. - **Wrong conclusion:** p is true. ✗ **Invalid.** - **Example:** (1) If it rains, then the ground is wet. (2) The ground is wet. (3) Therefore, it rained. (Invalid; the ground could be wet from a sprinkler.) 2. **Denying the Antecedent** (Invalid look-alike to modus tollens): - Premise 1: If p, then q. - Premise 2: p is false (¬p). - **Wrong conclusion:** q is false (¬q). ✗ **Invalid.** - **Example:** (1) If it rains, then the ground is wet. (2) It is not raining. (3) Therefore, the ground is not wet. (Invalid; the ground could be wet from other causes.) **4.2 Tautologies and Contradictions** A **tautology** is a compound statement that is **always true** regardless of the truth values of its component parts. A **contradiction** is always false. Both are important in understanding logical structure. - **Tautology example:** p ∨ ¬p ("It is raining or it is not raining.") This is always true; one of these must hold. - **Contradiction example:** p ∧ ¬p ("It is raining and it is not raining.") This is always false; both cannot hold simultaneously. **4.3 De Morgan's Laws: The Key Negation Rules** De Morgan's Laws describe how to negate compound statements. These laws are **critical for the LET** and appear in many word-problem contexts. | Law | Statement | Negation | |---|---|---| | **Law 1** | ¬(p ∧ q) | ≡ ¬p ∨ ¬q | | **Law 2** | ¬(p ∨ q) | ≡ ¬p ∧ ¬q | **In Words:** - **Law 1:** The negation of "p AND q" is "NOT p OR NOT q." - **Law 2:** The negation of "p OR q" is "NOT p AND NOT q." **Intuitive Understanding:** When you negate an "and" statement, each part flips and the "and" becomes "or." When you negate an "or" statement, each part flips and the "or" becomes "and." **Worked Examples:** 1. **Negate: 'The classroom is clean and quiet.'** - Original (p ∧ q): The classroom is clean (p) and quiet (q). - Negation: The classroom is not clean (¬p) **or** it is not quiet (¬q). - In full: "The classroom is not clean or it is not quiet." 2. **Negate: 'You like mathematics or you like science.'** - Original (p ∨ q): You like mathematics (p) or science (q). - Negation: You do not like mathematics (¬p) **and** you do not like science (¬q). - In full: "You do not like mathematics and you do not like science." **Why De Morgan's Laws Matter for Teachers:** When you set a rule like "You must bring a pencil and paper," negating it gives the opposite condition: "You do not bring a pencil or you do not bring paper." Understanding this distinction helps you frame instructions and exceptions clearly to pupils.
Heading
4. Logical Validity, Tautologies, and De Morgan's Laws
Examples
- **Example 1: Testing Validity with Modus Ponens.** Premise 1: 'If a number is even, then it is divisible by 2.' Premise 2: '12 is even.' Conclusion: '12 is divisible by 2.' **Is this argument valid?** **Step 1:** Identify the form: p → q, p, therefore q. This is modus ponens. **Step 2:** Modus ponens is a valid form. **Answer: The argument is valid.** **Example 2: Spotting the Invalid Form (Affirming the Consequent).** Premise 1: 'If it is a square, then it is a rectangle.' Premise 2: 'This shape is a rectangle.' Conclusion: 'This shape is a square.' **Is this valid?** **Step 1:** Identify the form: p → q, q, therefore p. This is affirming the consequent. **Step 2:** Affirming the consequent is invalid. **Step 3:** Counterexample: A rectangle that is not a square (e.g., a 3-by-5 rectangle) satisfies the premises but not the conclusion. **Answer: The argument is invalid.** **Example 3: Testing Validity with Modus Tollens.** Premise 1: 'If a pupil passes the exam, then the pupil studied.' Premise 2: 'The pupil did not study.' Conclusion: 'The pupil did not pass the exam.' **Is this valid?** **Step 1:** Identify the form: p → q, ¬q, therefore ¬p. This is modus tollens. **Step 2:** Modus tollens is a valid form. **Answer: The argument is valid.** **Example 4: Identifying Tautologies.** Is 'Either the sun is hot or the sun is not hot' always true? **Step 1:** This is of the form p ∨ ¬p. **Step 2:** When p is true, p ∨ ¬p = T ∨ F = T. **Step 3:** When p is false, p ∨ ¬p = F ∨ T = T. **Step 4:** In all cases, the statement is true. **Answer: Yes, this is a tautology.** **Example 5: Applying De Morgan's Law 1.** Negate: 'A number is both odd and prime.' **Step 1:** Original: p ∧ q (odd AND prime). **Step 2:** Apply Law 1: ¬(p ∧ q) = ¬p ∨ ¬q. **Step 3:** Negate each part: 'NOT odd' means even; 'NOT prime' means composite. **Negation: 'A number is even or composite.'** **Example 6: Applying De Morgan's Law 2.** Negate: 'You will have juice or water for lunch.' **Step 1:** Original: p ∨ q (juice OR water). **Step 2:** Apply Law 2: ¬(p ∨ q) = ¬p ∧ ¬q. **Step 3:** Negate each part: 'NOT juice' and 'NOT water.' **Negation: 'You will not have juice and you will not have water (for lunch).'** **Example 7: Complex Negation in Context.** A school rule states: 'If a pupil attends class and submits homework, then the pupil may participate in the field trip.' Negate this rule to state when a pupil **cannot** go on the field trip. **Step 1:** Original: (p ∧ q) → r, where p = attends, q = submits, r = may go. **Step 2:** Negate: A pupil cannot go if the pupil either does not attend or does not submit homework. **Negation: 'If a pupil does not attend class or does not submit homework, then the pupil may not participate in the field trip.'** (Or equivalently: 'A pupil misses the trip if the pupil skips class or skips homework.')
Key Points
- An argument is valid if the conclusion must follow from the premises.
- Modus ponens (affirm p, conclude q) and modus tollens (deny q, conclude ¬p) are valid.
- Affirming the consequent and denying the antecedent are invalid fallacies that look like valid forms.
- A tautology is always true; a contradiction is always false.
- De Morgan's Laws: ¬(p ∧ q) ≡ ¬p ∨ ¬q and ¬(p ∨ q) ≡ ¬p ∧ ¬q.
- When negating an 'and,' change it to 'or' and negate each part; when negating an 'or,' change it to 'and.'
Logic and mathematics employ two complementary modes of reasoning, and the LET tests your ability to distinguish and apply them. As a teacher, you must understand both to guide pupils' discovery and justify their conclusions. **5.1 Inductive Reasoning** **Inductive reasoning** moves from **specific observations to a general conclusion** or pattern. It is the process of noticing examples, spotting a rule, and generalizing. The conclusion is **probable but not certain** until proven; a single **counterexample** can disprove an inductive claim. **Characteristics:** - Begins with individual cases or observations. - Concludes with a general rule or pattern. - The conclusion is **probable but not guaranteed** to be true. - One counterexample disproves the conjecture. **Examples of Inductive Reasoning:** 1. **Observing:** 2 + 3 = 5 (odd), 4 + 5 = 9 (odd), 6 + 7 = 13 (odd). **Conjecture:** The sum of an even number and an odd number is always odd. **Status:** Probable, but needs proof. **Validity:** This conjecture is actually true and can be proven deductively. 2. **Observing:** All the Grade 1 pupils I taught were happy to come to school. **Conjecture:** All Grade 1 pupils are happy to come to school. **Counterexample:** Some Grade 1 pupils have separation anxiety and cry on the first day. **Conclusion:** The inductive reasoning was flawed; the conjecture is false. **5.2 Deductive Reasoning** **Deductive reasoning** moves from **general premises to a specific, necessary conclusion**. If the premises are true and the reasoning valid, the conclusion **must be true**. Deductive reasoning is how mathematicians prove theorems and justify claims. **Characteristics:** - Begins with general statements or rules (premises). - Applies the rules to a specific case. - The conclusion is **certain** if the premises and logic are sound. - No counterexample can undermine a valid deduction. **Examples of Deductive Reasoning:** 1. **Premises:** All right angles measure 90°. Angle A is a right angle. **Deduction:** Therefore, angle A measures 90°. **Certainty:** The conclusion is necessarily true. 2. **Premises:** All rectangles have four sides. Shape S is a rectangle. **Deduction:** Therefore, shape S has four sides. **Certainty:** The conclusion is necessarily true. **5.3 The Relationship: Inductive Discovery, Deductive Proof** In mathematics education, inductive and deductive reasoning work hand in hand: 1. **Inductive Phase (Discovery):** Pupils explore examples, notice patterns, and form conjectures. - Grade 3 pupil observes: 1 = 1, 1 + 2 = 3, 1 + 2 + 3 = 6, 1 + 2 + 3 + 4 = 10. - Conjecture: The sum 1 + 2 + ... + n equals n(n+1)/2. 2. **Deductive Phase (Proof):** The teacher or more advanced pupils prove the conjecture using logic and known rules. - Proof: This is a well-known formula in mathematics, provable by induction or algebra. **Why Both Matter for Teachers:** When teaching young pupils, you begin inductively: "Look at these shapes; what do all rectangles have in common?" (Observation and pattern-spotting.) Then you deductively apply the discovered rule: "Since all rectangles have four right angles, this shape, which is a rectangle, must have four right angles." DepEd's K–12 BEC emphasizes inquiry-based learning, which leverages inductive reasoning to build pupil engagement, followed by structured deductive verification to solidify understanding. This approach aligns with the Code of Ethics for Professional Teachers (RA 7836), which calls for using evidence-based, pedagogically sound methods.
Heading
5. Inductive and Deductive Reasoning: Two Modes of Mathematical Thinking
Examples
- **Example 1: Inductive Reasoning in Pattern Discovery.** Observation: 1 × 2 = 2, 2 × 3 = 6, 3 × 4 = 12, 4 × 5 = 20. **Step 1:** List the pattern: 2, 6, 12, 20. **Step 2:** Find the differences: 6 − 2 = 4, 12 − 6 = 6, 20 − 12 = 8. (The differences increase by 2.) **Step 3:** Make a conjecture: The next term is 20 + 10 = 30 (5 × 6). **Conclusion:** By inductive reasoning, the pattern continues; 5 × 6 = 30 is the next term. **Note:** This is probable based on observed examples but would require proof for certainty. **Example 2: Inductive Reasoning Disproven by a Counterexample.** Observation: Prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, ... Conjecture (inductive): All prime numbers are odd. **Counterexample:** 2 is a prime number, and 2 is even. **Conclusion:** The inductive conjecture is false; not all primes are odd. (In fact, 2 is the only even prime.) **Example 3: Deductive Reasoning with Certainty.** Premise 1: All pupils in Grade 1 must attend school during the regular semester. Premise 2: Maria is a pupil in Grade 1. **Deduction:** Therefore, Maria must attend school during the regular semester. **Certainty:** If both premises are true, the conclusion is necessarily true. (Deductively certain.) **Example 4: Inductive to Deductive Transition in Teaching.** **Inductive Phase (Pupils Discover):** The teacher shows: A right triangle with legs 3 and 4 has hypotenuse 5. (3² + 4² = 9 + 16 = 25 = 5².) Another: legs 5 and 12 have hypotenuse 13. (5² + 12² = 25 + 144 = 169 = 13².) Pupil conjecture: In a right triangle, a² + b² = c². (This is the Pythagorean theorem, discovered inductively.) **Deductive Phase (Proof and Application):** Teacher: "Now we'll prove this is always true using geometry. Then we can use it to find any missing side." (The proof justifies the conjecture; now pupils can apply it with certainty.) **Example 5: Avoiding Inductive Errors in Teaching.** Incorrect inductive conclusion: 'All numbers ending in 5 are divisible by 5.' Observation: 5 ÷ 5 = 1, 15 ÷ 5 = 3, 25 ÷ 5 = 5. ✓ **Check:** Is this always true? Yes, any number ending in 5 is of the form 10k + 5 = 5(2k + 1), which is divisible by 5. **Corrected:** The inductive observation is correct; deductive proof confirms it. But consider: 'All numbers with digits that sum to 3 are prime.' (1 + 2 = 3, so 12 is prime? No, 12 = 3 × 4.) **Counterexample:** 12 has digits summing to 3 and is not prime. **Lesson:** Always verify inductive conjectures, or teach pupils to seek counterexamples.
Key Points
- Inductive reasoning moves from specific cases to a general conjecture; the conclusion is probable until proven.
- Deductive reasoning moves from general premises to a specific, certain conclusion.
- A single counterexample disproves an inductive conjecture.
- Deductive reasoning, if premises and logic are valid, yields a certain conclusion.
- In teaching, use inductive activities for discovery, then deductive justification for proof.
- Both reasoning modes are essential in the modern mathematics classroom and tested on the LET.
Sequences are ordered lists following a rule. The LET tests your ability to identify the type of sequence, find a specific term, and recognize famous patterns like Fibonacci and the golden ratio. These concepts connect logic (the rule) to computation (the formula). **6.1 Arithmetic Sequences** An **arithmetic sequence** (or arithmetic progression) has a **constant difference** d between consecutive terms. **General Form:** If a₁ is the first term and d is the common difference, the nth term is: **aₙ = a₁ + (n − 1)d** The **sum of the first n terms** is: **Sₙ = (n/2)(a₁ + aₙ)** or **Sₙ = (n/2)[2a₁ + (n − 1)d]** **Example:** The sequence 3, 7, 11, 15, 19, ... - First term: a₁ = 3. - Common difference: d = 7 − 3 = 4. - 5th term: a₅ = 3 + (5 − 1)(4) = 3 + 16 = 19. ✓ - Sum of first 5 terms: S₅ = (5/2)(3 + 19) = (5/2)(22) = 55. **6.2 Geometric Sequences** A **geometric sequence** (or geometric progression) has a **constant ratio** r between consecutive terms. **General Form:** If a₁ is the first term and r is the common ratio, the nth term is: **aₙ = a₁ × r^(n−1)** The **sum of the first n terms** is: **Sₙ = a₁[r^n − 1] / (r − 1)** (when r ≠ 1) **Example:** The sequence 2, 6, 18, 54, ... - First term: a₁ = 2. - Common ratio: r = 6 ÷ 2 = 3. - 5th term: a₅ = 2 × 3^(5−1) = 2 × 3⁴ = 2 × 81 = 162. - Sum of first 5 terms: S₅ = 2[3⁵ − 1] / (3 − 1) = 2[243 − 1] / 2 = 242. **6.3 Fibonacci Sequence** The **Fibonacci sequence** is defined by a **recurrence relation**: each term is the **sum of the two preceding terms**. **Definition:** F₁ = 1, F₂ = 1, and Fₙ = Fₙ₋₁ + Fₙ₋₂ for n ≥ 3. **The Sequence:** 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... **Where It Appears:** - Spiral patterns in nature (sunflower seeds, pineapple scales, pinecones). - Flower petal counts (often Fibonacci numbers: lilies have 3, buttercups 5, daisies 21 or 34). - Rabbit population models (the sequence was originally about breeding rabbits). - Architectural and artistic proportions. **The Golden Ratio:** As Fibonacci numbers grow, the ratio of consecutive terms approaches the **golden ratio**: **φ (phi) ≈ 1.618...** Specifically: lim(n→∞) Fₙ₊₁ / Fₙ = φ = (1 + √5) / 2 ≈ 1.618. This ratio appears in: - Balanced, aesthetically pleasing proportions in art, architecture, and design. - The Parthenon, the Golden Rectangle, and classical sculpture. - Natural patterns where growth follows a proportional rule. **Why Fibonacci Matters for Teachers:** Fibonacci sequences and the golden ratio illustrate that mathematics is not abstract; it models real patterns in nature and beauty. When teaching pupils, you can show them a sunflower's seed spiral or a nautilus shell and reveal the Fibonacci pattern within, connecting number to observation and wonder. This embodies DepEd's vision of mathematics as a sense-making tool. **6.4 Special Number Patterns** **Square Numbers:** 1, 4, 9, 16, 25, 36, 49, ... - Form: n² (1², 2², 3², 4², ...) - Represent the number of unit squares in an n × n grid. - Useful in area calculations and geometric patterns. **Triangular Numbers:** 1, 3, 6, 10, 15, 21, 28, ... - Form: 1 + 2 + 3 + ... + n = n(n + 1) / 2 (the sum of the first n natural numbers). - Represent the number of objects in an equilateral triangle pattern. - Example: 6 = 1 + 2 + 3; 10 = 1 + 2 + 3 + 4. **Quick Calculation Tip:** To find the next square: if 5² = 25, then 6² = 25 + 11 = 36. (Each perfect square differs from the next by the sum of the two numbers: n² to (n+1)² adds 2n + 1.) To find the next triangular number: if T₅ = 15, then T₆ = 15 + 6 = 21.
Heading
6. Sequences and Patterns: Arithmetic, Geometric, Fibonacci, and Special Numbers
Examples
- **Example 1: Finding the nth Term of an Arithmetic Sequence.** Find the 12th term of the sequence 5, 8, 11, 14, ... **Step 1:** Identify a₁ = 5 and d = 8 − 5 = 3. **Step 2:** Use aₙ = a₁ + (n − 1)d. **Step 3:** a₁₂ = 5 + (12 − 1)(3) = 5 + 33 = 38. **Answer: The 12th term is 38.** **Example 2: Finding the Sum of an Arithmetic Series.** A pupil saves ₱100 on day 1, ₱150 on day 2, ₱200 on day 3, and so on. How much does the pupil save in 10 days total? **Step 1:** This is arithmetic: a₁ = 100, d = 50. **Step 2:** Find the 10th term: a₁₀ = 100 + (10 − 1)(50) = 100 + 450 = 550. **Step 3:** Sum: S₁₀ = (10/2)(100 + 550) = 5 × 650 = 3,250. **Answer: The pupil saves ₱3,250 in 10 days.** **Example 3: Finding the nth Term of a Geometric Sequence.** Find the 7th term of 2, 8, 32, 128, ... **Step 1:** Identify a₁ = 2 and r = 8 ÷ 2 = 4. **Step 2:** Use aₙ = a₁ × r^(n−1). **Step 3:** a₇ = 2 × 4^(7−1) = 2 × 4⁶ = 2 × 4,096 = 8,192. **Answer: The 7th term is 8,192.** **Example 4: Finding Which Term in a Sequence Equals a Given Value.** Which term of the arithmetic sequence 3, 7, 11, 15, ... equals 87? **Step 1:** a₁ = 3, d = 4. Use aₙ = 3 + (n − 1)(4) = 87. **Step 2:** 3 + 4n − 4 = 87. **Step 3:** 4n − 1 = 87 → 4n = 88 → n = 22. **Answer: The 22nd term is 87.** **Example 5: Fibonacci Sequence and Pattern.** Write the first 10 Fibonacci numbers and identify where they might appear in nature. **Sequence:** 1, 1, 2, 3, 5, 8, 13, 21, 34, 55. **Observations:** - Sum of first two: 1 + 1 = 2 (3rd term). ✓ - Sum of 2 and 3: 2 + 3 = 5 (5th term). ✓ - In sunflowers, seeds spiral in two directions: often 21 clockwise and 34 counterclockwise spirals (both Fibonacci numbers). **Example 6: Identifying the Golden Ratio in Fibonacci.** Compute the ratio Fₙ₊₁ / Fₙ for several Fibonacci terms and observe convergence to φ ≈ 1.618. - F₃ / F₂ = 2 / 1 = 2.000 - F₅ / F₄ = 5 / 3 ≈ 1.667 - F₇ / F₆ = 13 / 8 = 1.625 - F₉ / F₈ = 34 / 21 ≈ 1.619 - As n increases, the ratio approaches φ ≈ 1.618. **Observation:** The ratios converge to the golden ratio, showing the deep mathematical order within Fibonacci. **Example 7: Square and Triangular Numbers.** **Square numbers:** 1, 4, 9, 16, 25, 36, ... Next three: 49 (7²), 64 (8²), 81 (9²). **Triangular numbers:** 1, 3, 6, 10, 15, 21, ... Formula check: T₄ = 4(4 + 1) / 2 = 4 × 5 / 2 = 10. ✓ Next three: T₅ = 15, T₆ = 21, T₇ = 28. **Example 8: Practical Problem with Arithmetic Series.** A theater has 15 seats in the first row, 20 in the second, 25 in the third, and so on for 12 rows. How many seats in total? **Step 1:** Arithmetic: a₁ = 15, d = 5. **Step 2:** a₁₂ = 15 + (12 − 1)(5) = 15 + 55 = 70. **Step 3:** S₁₂ = (12/2)(15 + 70) = 6 × 85 = 510. **Answer: 510 seats in the theater.**
Key Points
- Arithmetic sequences have a constant difference d; the nth term is aₙ = a₁ + (n − 1)d.
- Geometric sequences have a constant ratio r; the nth term is aₙ = a₁ × r^(n−1).
- The Fibonacci sequence: each term is the sum of the two before (1, 1, 2, 3, 5, 8, 13, ...).
- Consecutive Fibonacci ratios approach the golden ratio φ ≈ 1.618.
- Square numbers (n²) and triangular numbers [n(n+1)/2] are special patterns appearing in the LET.
- Fibonacci and golden-ratio patterns appear throughout nature and are testable on the LET.
This section shows how abstract mathematical concepts apply to real-world problems. The LET tests your ability to translate practical situations into mathematical operations. As a teacher, you model this translation so pupils see mathematics as a tool for understanding their world. **7.1 Financial Mathematics: Simple and Compound Interest** **Simple Interest:** Simple interest is paid only on the principal (original amount), not on previously earned interest. **Formula:** **I = P × R × T** Where: - I = interest earned (₱) - P = principal (₱) - R = annual interest rate (as a decimal, e.g., 5% = 0.05) - T = time in years **Total Amount = P + I = P + P × R × T = P(1 + RT)** **Example:** A teacher deposits ₱5,000 in a savings account at 4% simple interest per year. How much interest is earned in 3 years? What is the total amount? - I = 5,000 × 0.04 × 3 = ₱600. - Total = 5,000 + 600 = ₱5,600. **Compound Interest:** Compound interest is paid on both the principal and previously earned interest. Interest "earns" interest, so the amount grows faster than with simple interest. **Formula:** **A = P(1 + r)^n** Where: - A = final amount (₱) - P = principal (₱) - r = interest rate per compounding period (as a decimal) - n = number of compounding periods If interest is compounded annually for t years at rate R (annual): **A = P(1 + R)^t** If compounded m times per year: **A = P(1 + R/m)^(mt)** **Example:** A teacher invests ₱10,000 at 5% annual interest, compounded annually, for 3 years. How much is the final amount? - A = 10,000(1 + 0.05)³ = 10,000(1.05)³ = 10,000 × 1.157625 = ₱11,576.25. **Comparison:** Simple vs. Compound Interest - **Simple:** ₱10,000 + (₱10,000 × 0.05 × 3) = ₱10,000 + ₱1,500 = ₱11,500. - **Compound:** ₱11,576.25. - **Difference:** Compound yields ₱76.25 more because interest is reinvested. **Why This Matters for Teachers:** Teachers and parents make financial decisions daily: opening a savings account, obtaining a loan, or investing for children's education. Understanding these formulas helps you make informed decisions and teaches pupils the power of compound growth. The concept also introduces pupils to exponential functions (compound interest grows exponentially) and the importance of long-term thinking. **7.2 Codes and Check Digits: Modular Arithmetic in Action** Modern systems use **check digits** to catch errors in typed or scanned numbers. A check digit is a calculated digit appended to a code so that a single mistyped digit produces a detectable mismatch. **Common Applications:** - **ISBN (International Standard Book Number):** Books have a 13-digit code with a check digit. - **EAN (European Article Number) / Barcode:** Retail products use a 13-digit code with a check digit. - **Credit Card Numbers:** Visa, Mastercard, and others use the **Luhn algorithm** to validate card numbers. - **Bank Account Numbers:** Many banks include a check digit in account numbers. **Simple Check Digit Example: The ISBN-10 System (Simplified):** For an ISBN-10, the check digit is computed to make a weighted sum divisible by 11. - Assign weights 10, 9, 8, ..., 2 to the first 9 digits. - Multiply each digit by its weight and sum. - The check digit (position 10) is chosen so that the total sum ≡ 0 (mod 11). If a single digit is mistyped, the sum no longer equals 0 (mod 11), and the error is caught. **Luhn Algorithm (Used for Credit Cards):** A simpler system widely used: 1. Starting from the rightmost digit (excluding the check digit), double every second digit. 2. If doubling gives a result ≥ 10, subtract 9 (or add the digits: e.g., 16 → 1 + 6 = 7). 3. Sum all the modified digits plus the check digit. 4. If the sum is divisible by 10, the number is valid. **Example:** Validate the number 4532 1234 5678 9010 (simplified). The system ensures that typos (like swapping a digit or mistyping one) are almost always caught. **Why This Matters for Teachers and Pupils:** Check digits are an invisible part of daily life. When a pupil types a credit card number online and gets an "invalid card" error, a check digit caught the mistake. Teaching pupils about this builds appreciation for mathematics as a guardian of security and accuracy. It also introduces **modular arithmetic**, the mathematics of remainders, which is powerful and practical. **7.3 Data and Statistics: Making Sense of Numbers** In the modern world, data is everywhere: election polls, health statistics, business metrics, and weather forecasts. Mathematics provides the tools to collect, organize, summarize, and interpret data. **Key Concepts:** - **Mean (Average):** Sum of all values divided by the count. - **Median:** The middle value when data is ordered. - **Mode:** The most frequently occurring value. - **Range:** Difference between the largest and smallest values. - **Standard Deviation:** How spread out the data is from the mean. **Visualizing Data:** - **Histogram:** Shows the distribution of data across ranges (e.g., how many pupils scored 80–90, 90–100). - **Pie Chart:** Shows proportions or percentages of a whole. - **Line Graph:** Shows trends over time (e.g., temperature changes by month). - **Box Plot:** Shows the distribution and outliers in data. **Real-World Example:** A school wants to understand pupil performance on a math test. By calculating the mean (average score), median (middle score), and standard deviation (spread), administrators can assess whether the test was too hard (low mean), whether there's a large gap between high and low performers (high standard deviation), and whether a few pupils dramatically scored above or below the rest (outliers). **Why This Matters for Teachers:** As a Grade 1–6 teacher, you collect data constantly: attendance, test scores, pupil growth, and behavior. Learning to interpret data helps you identify pupils who need extra support, celebrate progress, and communicate with parents. DepEd's data-driven approach to education (in its planning and assessment systems) is grounded in these statistical ideas. **Example: Calculating Mean, Median, and Mode** Pupil scores on a math quiz: 75, 82, 78, 82, 90, 75, 85, 88, 82. - **Mean:** (75 + 82 + 78 + 82 + 90 + 75 + 85 + 88 + 82) ÷ 9 = 737 ÷ 9 ≈ 81.9. - **Median:** Order the data: 75, 75, 78, 82, 82, 82, 85, 88, 90. The middle (5th) value is **82**. - **Mode:** The score that appears most is **82** (appears 3 times). - **Range:** 90 − 75 = 15. Interpretation: The class average is about 82, the typical pupil scored 82, and scores ranged from 75 to 90. No one scored dramatically outside the 75–90 range, so there are no major outliers.
Heading
7. Mathematics in the Modern World: Applications (Finance, Codes, Data)
Examples
- **Example 1: Simple Interest Calculation.** A cooperative lends a farmer ₱25,000 at 6% simple interest per year for 2 years. How much interest is charged? **Step 1:** I = P × R × T = 25,000 × 0.06 × 2. **Step 2:** I = 25,000 × 0.12 = ₱3,000. **Step 3:** Total repayment = 25,000 + 3,000 = ₱28,000. **Answer: Interest is ₱3,000; total repayment is ₱28,000.** **Example 2: Compound Interest Calculation.** A mother invests ₱8,000 in a savings account at 3% annual compound interest for 5 years. What is the final amount? **Step 1:** A = P(1 + R)^t = 8,000(1 + 0.03)⁵. **Step 2:** A = 8,000(1.03)⁵. **Step 3:** Calculate (1.03)⁵ ≈ 1.1593. **Step 4:** A = 8,000 × 1.1593 ≈ ₱9,274.40. **Answer: Final amount is approximately ₱9,274.40.** **Example 3: Comparing Simple and Compound Interest.** Compare the interest earned on ₱10,000 at 5% per year for 4 years. **Simple Interest:** I = 10,000 × 0.05 × 4 = ₱2,000. Total = ₱12,000. **Compound Interest:** A = 10,000(1.05)⁴ = 10,000 × 1.2155 ≈ ₱12,155. Interest = 12,155 − 10,000 = ₱2,155. **Comparison:** Compound interest earns ₱155 more (₱2,155 vs. ₱2,000) over 4 years due to reinvested interest. **Example 4: Understanding a Check Digit (Simplified EAN).** A product barcode is 978-0-123456-78?. (The ? is the check digit.) Using a simplified system: sum all digits; check digit is chosen to make the total divisible by 10. Sum = 9 + 7 + 8 + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 = 60. For divisibility by 10, the next multiple is 60 (if sum is already divisible) or 70, 80, etc. If the sum without check digit is 60, the check digit is 0 (60 + 0 = 60, divisible by 10). If a digit were mistyped (e.g., 9 → 8), the sum becomes 59, not divisible by 10, and the error is detected. **Example 5: Mean, Median, Mode with Pupil Scores.** Grade 3 pupils' math scores: 85, 90, 78, 85, 92, 85, 88. **Mean:** (85 + 90 + 78 + 85 + 92 + 85 + 88) ÷ 7 = 603 ÷ 7 ≈ 86.1. **Median:** Arrange: 78, 85, 85, 85, 88, 90, 92. Middle (4th) value = **85**. **Mode:** **85** (appears 3 times). **Range:** 92 − 78 = 14. Interpretation: The class average is about 86; most pupils scored around 85; the range is 14 points. **Example 6: Using Statistics to Improve Teaching.** After a unit test, a teacher calculates: - Mean score: 72 out of 100. - Median: 75. - Mode: 65 (most common score). - Standard deviation: 12 (moderate spread). Reflection: The low mean suggests the class found the test difficult. The median (75) is higher than the mean (72), suggesting a few low scores pulled the average down (left-skewed distribution). The mode at 65 indicates several pupils struggled significantly. **Action:** Reteach the difficult concepts, offer small-group support to low scorers, and ensure the next test is better aligned with pupil readiness.
Key Points
- Simple interest: I = P × R × T; total = P(1 + RT).
- Compound interest: A = P(1 + r)^n; grows faster than simple interest because interest earns interest.
- Check digits use modular arithmetic to detect errors in codes (ISBN, credit cards, barcodes).
- Data is summarized using mean, median, mode, range, and standard deviation.
- Data visualizations (histograms, pie charts, line graphs) help interpret trends and patterns.
- Mathematical literacy in finance and data is essential for personal and professional decision-making.
Sets are fundamental to modern mathematics. A **set** is a well-defined collection of distinct objects (elements). Sets share their operations with logic, making this section a bridge between abstract reasoning and concrete counting. **8.1 Basic Set Concepts** - **Set:** A collection of distinct objects. Example: A = {1, 2, 3, 4}. - **Element:** An object in a set. Example: 2 is an element of A; written 2 ∈ A. - **Subset:** A set whose elements are all in another set. Example: {1, 2} ⊆ A. - **Empty Set (Ø or ∅):** A set with no elements. Example: The set of positive integers less than 1 is empty. **8.2 Set Operations** Three main operations correspond to logical connectives: | Operation | Symbol | Meaning | Matches Logic | |---|---|---|---| | **Union** | A ∪ B | Elements in A **or** B (or both) | Disjunction (p ∨ q) | | **Intersection** | A ∩ B | Elements in **both** A and B | Conjunction (p ∧ q) | | **Complement** | A' or Aᶜ | Elements **not** in A | Negation (¬p) | **Example:** Let A = {1, 2, 3, 4} and B = {3, 4, 5, 6}. - **Union:** A ∪ B = {1, 2, 3, 4, 5, 6} (all elements in either set). - **Intersection:** A ∩ B = {3, 4} (elements in both). - **Complement (in a universal set U = {1, 2, ..., 8}):** A' = {5, 6, 7, 8} (elements not in A). **8.3 Venn Diagrams** A **Venn diagram** is a visual representation of sets using overlapping circles or regions. Each circle represents a set; overlapping regions show intersections. **Key Benefits:** - Visualizes set relationships at a glance. - Solves counting problems using regions. - Clarifies the difference between union (entire region) and intersection (overlap). **Basic Venn Diagram with Two Sets:** Two overlapping circles labeled A and B divide the plane into four regions: 1. **A only:** Elements in A but not B. 2. **A ∩ B:** Elements in both A and B (the overlap). 3. **B only:** Elements in B but not A. 4. **Outside both:** Elements in neither A nor B. **Counting Rule (Inclusion-Exclusion):** **n(A ∪ B) = n(A) + n(B) − n(A ∩ B)** This rule prevents double-counting the intersection. When you add n(A) and n(B), you count the overlap twice, so you subtract it once. **Example:** In a Grade 4 class of 30 pupils: - 18 like Mathematics. - 15 like English. - 8 like both. How many like at least one subject? - n(M ∪ E) = 18 + 15 − 8 = 25 pupils like at least one. How many like neither? - 30 − 25 = 5 pupils like neither. **8.4 Venn Diagrams with Three Sets** Three overlapping circles create eight regions: 1. A only, B only, C only (three single regions). 2. A ∩ B only, A ∩ C only, B ∩ C only (three pairwise overlaps). 3. A ∩ B ∩ C (the center, where all three overlap). 4. Outside all three. Counting with three sets uses a similar inclusion-exclusion principle, though it is more complex. Teachers often use three-set problems to assess whether pupils understand overlapping categories. **8.5 Why Sets and Venn Diagrams Matter for Teachers** Venn diagrams are powerful teaching tools: - **Clarifying Definitions:** A Venn diagram of animals, mammals, and birds shows which animals belong to which categories. - **Solving Counting Problems:** Organizing data visually helps pupils avoid double-counting or missing cases. - **Building Logic:** Understanding union and intersection reinforces the meaning of "or" and "and" from logic. - **Data Management:** In a Grade 2 or 3 classroom, a Venn diagram can categorize pupils by attributes (e.g., 'Has short hair' and 'Wears glasses'), making set operations concrete and relatable.
Heading
8. Sets and Venn Diagrams: Logic and Counting
Examples
- **Example 1: Union and Intersection.** Let A = {2, 4, 6, 8} (even numbers from 1 to 8) and B = {3, 6, 9} (multiples of 3 up to 9). **Step 1:** Find A ∪ B (all elements in either). A ∪ B = {2, 3, 4, 6, 8, 9}. **Step 2:** Find A ∩ B (elements in both). A ∩ B = {6} (only 6 is both even and a multiple of 3). **Step 3:** Find A' (elements not in A, assuming U = {1, 2, ..., 10}). A' = {1, 3, 5, 7, 9, 10}. **Example 2: Using Inclusion-Exclusion to Solve a Word Problem.** A survey of 100 pupils in a school asks: How many play basketball or volleyball (or both)? - 45 play basketball. - 30 play volleyball. - 10 play both. **Step 1:** Use n(B ∪ V) = n(B) + n(V) − n(B ∩ V) = 45 + 30 − 10 = 65. **Step 2:** 65 pupils play at least one sport. **Step 3:** 100 − 65 = 35 pupils play neither. **Example 3: Venn Diagram with Three Sets.** In a Grade 5 class of 40 pupils: - 20 like mathematics. - 18 like science. - 15 like English. - 8 like math and science. - 6 like math and English. - 7 like science and English. - 4 like all three. Using a three-set Venn diagram and the inclusion-exclusion principle: n(M ∪ S ∪ E) = n(M) + n(S) + n(E) − n(M ∩ S) − n(M ∩ E) − n(S ∩ E) + n(M ∩ S ∩ E) = 20 + 18 + 15 − 8 − 6 − 7 + 4 = 36. **Answer:** 36 pupils like at least one subject; 40 − 36 = 4 pupils like none of these subjects. **Example 4: Organizing Data with a Venn Diagram (Two Categories).** A Grade 1 teacher wants to organize pupils by two attributes: 'Has a library card' and 'Owns a storybook.' - Total pupils: 25. - Library card only: 8. - Owns storybook only: 7. - Both: 5. - Neither: 5. A Venn diagram shows all pupils distributed across the four regions. The teacher can quickly see: 8 + 5 = 13 have a library card; 7 + 5 = 12 own a storybook; 5 have both; 5 have neither. **Example 5: Complement and De Morgan's Law in Sets.** Given U = {1, 2, 3, 4, 5, 6}, A = {1, 3, 5}, B = {2, 3, 4}. Verify De Morgan's Law: (A ∪ B)' = A' ∩ B'. **Left side:** - A ∪ B = {1, 2, 3, 4, 5}. - (A ∪ B)' = {6}. **Right side:** - A' = {2, 4, 6}. - B' = {1, 5, 6}. - A' ∩ B' = {6}. **Verification:** (A ∪ B)' = {6} = A' ∩ B'. ✓ This confirms that negating a union equals the intersection of the complements (parallel to the logical De Morgan's Law).
Key Points
- A set is a well-defined collection of distinct elements.
- Union (A ∪ B) includes all elements in A or B; intersection (A ∩ B) includes elements in both.
- Complement (A') contains elements not in A.
- Venn diagrams visually represent set relationships and solving counting problems.
- The inclusion-exclusion rule prevents double-counting: n(A ∪ B) = n(A) + n(B) − n(A ∩ B).
- Set operations parallel logical connectives: union ↔ or, intersection ↔ and, complement ↔ not.
Ready to practise for the LET Secondary 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target LET Secondary exam date.