A NAND statement is the negation of AND. For two inputs, the output is false only when both inputs are true. In every other case, the output is true.
TT, TF, FT, FF.For two variables, the pattern is:
T NAND T = FT NAND F = TF NAND T = TF NAND F = TIf the exercise asks for a simplified form, remember that NAND is the complement of AND. So the expression is true whenever the AND part is false. You can often check your final result by asking: “Is there any row where both inputs are true?” If yes, that is the only row where NAND becomes false.
After completing the table, verify that:
If your table matches that pattern, the answer is correct.
© 2023-2026 AI MATH COACH