Math, asked by carljames2332, 2 days ago

Construct truth tables for each of the following sentences:



(S ∧ T) ∨ ∼ (S ∨ T)​

Answers

Answered by ak9973932
0

Step-by-step explanation:

Because complex Boolean statements can get tricky to think about, we can create a truth table to keep track of what truth values for the simple statements make the complex statement true and false

TRUTH TABLE

A table showing what the resulting truth value of a complex statement is for all the possible truth values for the simple statements.

EXAMPLE 1

Suppose you’re picking out a new couch, and your significant other says “get a sectional or something with a chaise.”

This is a complex statement made of two simpler conditions: “is a sectional,” and “has a chaise.” For simplicity, let’s use S to designate “is a sectional,” and C to designate “has a chaise.” The condition S is true if the couch is a sectional.

A truth table for this would look like this:

S C S or C

T T T

T F T

F T T

F F F

In the table, T is used for true, and F for false. In the first row, if S is true and C is also true, then the complex statement “S or C” is true. This would be a sectional that also has a chaise, which meets our desire.

Remember also that or in logic is not exclusive; if the couch has both features, it does meet the condition.

To shorthand our notation further, we’re going to introduce some symbols that are commonly used for and, or, and not.

SYMBOLS

The symbol ⋀ is used for and: A and B is notated A ⋀ B.

The symbol ⋁ is used for or: A or B is notated A ⋁ B

The symbol ~ is used for not: not A is notated ~A

You can remember the first two symbols by relating them to the shapes for the union and intersection. A ⋀ B would be the elements that exist in both sets, in A ⋂ B. Likewise, A ⋁ B would be the elements that exist in either set, in A ⋃ B.

In the previous example, the truth table was really just summarizing what we already know about how the or statement work. The truth tables for the basic and, or, and not statements are shown below.

BASIC TRUTH TABLES

A B A ⋀ B

T T T

T F F

F T F

F F F

A B A ⋁ B

T T T

T F T

F T T

F F F

A ~A

T F

F T

Truth tables really become useful when analyzing more complex Boolean statements

Similar questions