Asked by nike davis
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
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
Answers
Answered by
Steve
rearrange to
(i don't eat too much) -> (I'll exercise)
~p -> q
(i don't eat too much) -> (I'll exercise)
~p -> q
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.