Consider the statement: The art show was enjoyable but the room was hot.
a) Let us represent each basic statement:
p = "The art show was enjoyable", q = "The room was hot".
b) Let us use the variables "p, \\ q" and the logical operator "\\land" to represent the statement in the following symbolic form: "p\\land q."
c) Let us construct the truth table for "p\\land q:"
"\\begin{array}{|c|c|c|}\n\\hline\n p & q & p\\land q\\\\\n\\hline\nF & F & F \\\\\n\\hline\nF & T & F \\\\\n\\hline\nT & F & F \\\\\n\\hline\nT & T & T \\\\\n\\hline\n\\end{array}"
Comments
Leave a comment