Write in expression in p, q, and logical connectives which gives the following truth table: p q ? p= T T T F, q= F T F F, s= F T F F
It is clear that "s = p \\land q" is 'logical and'. Indeed, if we draw a truth table we will see this:
"p\\mid q\\mid p \\land q\\mid s\n\\newline\nT\\mid F \\mid F\\mid F\n\\newline\nT\\mid T \\mid T\\mid T\n\\newline\nT\\mid F \\mid F\\mid F\n\\newline\nF\\mid F \\mid F\\mid F"
Comments
Leave a comment