Roses Are Red
New member
- Joined
- Aug 21, 2011
- Messages
- 8
Hello. I just need to know if my answers to these two problems are correct. I am so not good with this, so any help is greatly appreciated.
Construct a truth table for ~q Λ p
Construct a truth table for (p Λ ~q) ↔ q
Construct a truth table for ~q Λ p
p | q | qΛp | ~q | ~qΛp |
T | T | T | F | F |
T | F | F | T | T |
F | T | F | F | F |
F | F | F | T | F |
Construct a truth table for (p Λ ~q) ↔ q
p | ~q | (pΛ~q) | q | (pΛ~q)↔q |
T | T | T | F | F |
T | F | F | T | F |
F | T | F | F | T |
F | F | F | T | F |