0:00
IntermediateTruth TablesTruth Table
Complete the truth table for the expression: (A ∧ B) → C
This is a 3-variable truth table with 8 rows. Select ⊤ (true) or ⊥ (false) for each row in the truth table.
| A | B | C | (A & B) -> C |
|---|---|---|---|
| ⊤ | ⊤ | ⊤ | |
| ⊤ | ⊤ | ⊥ | |
| ⊤ | ⊥ | ⊤ | |
| ⊤ | ⊥ | ⊥ | |
| ⊥ | ⊤ | ⊤ | |
| ⊥ | ⊤ | ⊥ | |
| ⊥ | ⊥ | ⊤ | |
| ⊥ | ⊥ | ⊥ |