Question 7.8: Using a Truth Table to Prove a Boolean Expression Prove the ...

Using a Truth Table to Prove a Boolean Expression
Prove the associative law for the OR operation (Equation 7.8), which states that

(A + B) + C = A + (B + C)

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

The truth table listing all possible combinations of the variables and the values of both sides of Equation 7.8 is shown in Table 7.2. We can see from the truth table that A+(B+C) and (A+B)+C take the same logic values for all combinations of A, B, and C. Because both expressions yield the same results, the parentheses are not necessary, and we can write

A + (B + C) = (A + B) + C = A + B + C

Table 7.2. Truth Table Used to Prove the Associative Law for the OR Operation (Equation 7.8)

(A + B) + C = A + (B + C) = A + B + C               (7.8)

A B C (A+B) (B+C) A+(B+C) (A+B)+C A+B+C
0 0 0 0 0 0 0 0
0 0 1 0 1 1 1 1
0 1 0 1 1 1 1 1
0 1 1 1 1 1 1 1
1 0 0 1 0 1 1 1
1 0 1 1 1 1 1 1
1 1 0 1 1 1 1 1
1 1 1 1 1 1 1 1

Related Answered Questions

Question: 7.12

Verified Answer:

The Karnaugh map for E is shown in Figure 7.32. Th...
Question: 7.6

Verified Answer:

For conversion to octal, we first form three-bit g...
Question: 7.5

Verified Answer:

We simply use Table 7.1 to replace each digit by i...
Question: 7.4

Verified Answer:

See Figure 7.7.
Question: 7.3

Verified Answer:

From Examples 7.1 and 7.2, we have 34310 = 1010101...
Question: 7.2

Verified Answer:

The conversion is illustrated in Figure 7.5. The f...