Math 1103 Unit 1 Study Guide Review
Fundamentals of Logic: Conditional Statements and Variations
In logic, a conditional statement is often analyzed alongside its three variations: the converse, the inverse, and the contrapositive. These variations are formed by rearranging or negating the component statements (the antecedent) and (the consequent).
The Original Conditional: This is written as (read as "if , then ").
The Converse: This is formed by switching the antecedent and the consequent, written as (read as "if , then ").
The Inverse: This is formed by negating both the antecedent and the consequent, written as (read as "if not , then not ").
The Contrapositive: This is formed by switching and negating both components, written as (read as "if not , then not ").
The truth values for these four variations across all possible truth values of and are detailed in the following table:
Conditional () | Converse () | Inverse () | Contrapositive () | ||
|---|---|---|---|---|---|
T | T | T | T | T | T |
T | F | F | T | T | F |
F | T | T | F | F | T |
F | F | T | T | T | T |
Based on the observations from this truth table, logical equivalence can be determined. Two expressions are logically equivalent if their columns in a truth table are identical for every possible scenario. The original conditional () is logically equivalent to the contrapositive (). Similarly, the converse () and the inverse () are logically equivalent to each other.
Verification of Logical Equivalence
To verify specific logical properties, such as the equivalence between a conditional and its algebraic expansion, truth tables are used. One common property is that a conditional statement is equivalent to the disjunction of the negation of the antecedent and the consequent: .
T | T | T | F | T |
T | F | F | F | F |
F | T | T | T | T |
F | F | T | T | T |
Because the column for is identical to the column for , the logical property is valid.
Symbolic Logic and Truth Value Evaluations
Compound logic involves evaluating the truth of statements based on simpler constituent statements or arithmetic facts. Consider the following simple statements and their evaluations:
Statement : . Since the sum is , and , the statement is True.
Statement : . Since the sum is , and , the statement is False.
The disjunction (read as "not or ") is evaluated as . A disjunction is true if at least one of its components is true. Therefore, the truth value of the disjunction is True.
Translating English sentences into symbolic logic requires identifying the operators: "if… then" (), "if and only if" (), "and" (), "or" (), and "not" (). Using the variables (the lights are off), (it is bedtime), and (we go to sleep), complex sentences are translated as follows:
"If it is bedtime, then the lights are off if and only if we go to sleep" translates to .
"If it is bedtime and we go to sleep, then the lights are off" translates to .
"It is bedtime if and only if the lights are off, and we go to sleep" translates to .
"If the lights are off is not true, then it is bedtime or we go to sleep" translates to .
Set Theory: Operations and Properties
Set theory involves analyzing groups of objects within a Universal Set (). Let . Specifically, we analyze subsets and defined as:
To find the intersection of set and the complement of set (), we look for all elements that are in but NOT in . Subtracting the common elements (2, 12, 18, 19) from results in:
To find the intersection of set and the complement of set (), we look for elements in that are not present in . Removing the intersection (2, 12, 18, 19) from results in:
Venn diagrams help visualize operations involving multiple sets. For the negation of an intersection of three sets, , De Morgan's Law states that the complement of the intersection is the union of the individual complements. Mathematically, this is expressed as:
Probability Theory and Spinner Experiments
Probability describes the likelihood of an outcome within a specific sample space. In experiments using spinners numbered sequentially,
Zero Probability: This occurs when an event is impossible within the given sample space. For a spinner numbered 1 to 7, the probability of spinning a 14 is zero, denoted as , because 14 is not in the set .
Probability of One (Certainty): This occurs when every possible outcome in the sample space satisfies the condition. For a spinner numbered 1 to 10, the probability of spinning a number less than or equal to 10 is one ().
Probability Between Zero and One: This describes events that are possible but not certain. For a spinner numbered 1 to 11, the probability of spinning a number greater than 10 is defined by the outcome {11}. Since only one outcome out of 11 satisfies the condition, the probability is P(s > 10) = \frac{1}{11}. This value () sits between 0 and 1.
Counting and Combinatorics in Configurations
When calculating the total number of possible configurations for a system with optional binary features (where each feature can either be included or not), the fundamental counting principle or powers of 2 can be applied.
If a car dealership offers optional features, such as a sunroof, navigation system, and heated seats (), each feature has 2 states (on or off). The number of total configurations is calculated as : different possible car configurations.