4. Since there are three statement variables, the truth table will have 8 rows. Start by filling in the eight different combinations of truth values for p, q and r.
p | q | r | p V q | p V r | ~(p V r) | (p V q) L ~(p V r) | ||
T | T | T | ||||||
T | T | F | ||||||
T | F | T | ||||||
T | F | F | ||||||
F | T | T | ||||||
F | T | F | ||||||
F | F | T | ||||||
F | F | F |
Now fill in columns 4, 5 and 6 using the truth tables for V and ~.
Next hint please