rearrange to
(i don't eat too much) -> (I'll exercise)
~p -> q
covert the compound statement into words.
Let r="the food is good"
p="I eat too much"
q=I'll exercise."
I'll exercise if i don't eat to much.
1.~p^q
2.~(p->q)
3.~p->q
4.~p,q
1 answer