The NOT operator reverses a truth value. If the input is true, the output is false. If the input is false, the output is true. In symbols, you may see NOT written as ¬P, ~P, or NOT P.
For each exercise, look at the given input value and write the opposite value in the output column.
T, write F.F, write T.If the table includes a compound statement like NOT P, treat the whole statement as the negation of the original proposition.
After completing the table, check whether the output can be written in a simpler logical form. For a single NOT operation, the result is usually already simplified once you have the opposite truth value.
A quick check is to apply NOT twice: the original truth value should come back. So NOT (NOT P) has the same truth value as P. If your completed table does not match that idea, review the row you filled in.
© 2023-2026 AI MATH COACH