You can
put this solution on YOUR website!You have the correct symbolic translation, but normally you spell out EVERYTHING so you are perfectly clear. So the translation of "(p v q) --> r " would be:
"IF
Verizon Wireless must remove installed equipment from a vehicle OR
Verizon Wireless must remove installed equipment from a fixed location, THEN
you will be charged a service fee"
Note: the underlined parts were cut and pasted from the given statements (so you can see that the statement is really "IF p OR q, THEN r" in symbolic form)
So here's the truth table:
| p | q | r | p v q | (p v q) -> r |
|---|
| T | T | T | T | T |
| T | T | F | T | F |
| T | F | T | T | T |
| T | F | F | T | F |
| F | T | T | T | T |
| F | T | F | T | F |
| F | F | T | F | T |
| F | F | F | F | T |
Note: you'll normally see it in this format
If you aren't familiar with that format, then stick with your table. You did a good job with the table, BUT the last truth value in the bottom row should be T
p: T T T T F F F F
q: T T F F T T F F
r: T F T F T F T F
(p v q): T T T T T T F F
(p v q) -> r: T F T F T F T T