Ever heard someone say, “If it rains, I’ll stay home” 🌧🏠? Or “I’ll pass if I study hard”? These are not just sentences — they’re logical statements. In mathematics, we use logic to connect ideas and test if statements are true or false using rules — just like a detective! 🕵🏽♂️🔍
This lesson will help you understand how logic works in math and real life using truth values (True/False), connectors like “AND”, “OR”, “NOT”, and conditionals like “If… then”.
You’ll learn to:
A statement is a sentence that is either true or false, but not both.
Examples:
We use letters like p, q, and r to represent statements.
These are words we use to combine or modify statements:
A truth table shows all possible truth values of a logical expression.
| p | q | p ∧ q |
|---|---|---|
| T | T | T |
| T | F | F |
| F | T | F |
| F | F | F |
| p | q | p ∨ q |
|---|---|---|
| T | T | T |
| T | F | T |
| F | T | T |
| F | F | F |
| p | ¬p |
|---|---|
| T | F |
| F | T |
| p | q | p → q |
|---|---|---|
| T | T | T |
| T | F | F |
| F | T | T |
| F | F | T |
| p | q | ¬p | ¬p ∨ q |
|---|---|---|---|
| T | T | F | T |
| T | F | F | F |
| F | T | T | T |
| F | F | T | T |
🅰️ A. Truth Values:
🅱️ B. Truth Tables:
🅾️ C. Real-Life Logic:
| p | q | ¬q | p ∨ ¬q |
|---|---|---|---|
| T | T | F | T |
| T | F | T | T |
| F | T | F | F |
| F | F | T | T |
Have you ever made a promise or condition like “If you wash the dishes, I’ll let you play”? How can understanding truth logic help you make clearer decisions in real life? 🤔