You are not logged in.
Pages: 1
Exercises on Conditionals
State the truth value of the following statements.
1. If p is false and q is true, state the truth for:
~ p > q
2. If p is true and q is true, state the truth for:
p > ~ q
3. If p is false and q is false, state the truth for:
~ p > ~ q
4. If p is false and q is true, state the truth for:
p > q
5. If p is false and q is false, state the truth for:
p > ~ q
6. If p is true and q is true, state the truth for:
~ p > q
7. If p is false and q is true, state the truth for:
~(~ p > ~ q )
8. If p is false and q is false, state the truth for:
~(~ p > ~ q )
9. If p is false and q is true, state the truth for:
p > ~ q
10. If p is false and q is false, state the truth for:
~( p > q )
11. If p is true and q is false, state the truth for:
~ p > q
12. If p is false and q is false, state the truth for:
p > q
13. If p is false and q is false, state the truth for:
~ p > q
14. If p is true and q is false, state the truth for:
~(~ p > ~ q )
15. If p is true and q is true, state the truth for:
~( p > ~ q )
16. If p is true and q is false, state the truth for:
p > q
17. If p is false and q is true, state the truth for:
~ p > ~ q
18. If p is true and q is false, state the truth for:
p > ~ q
19. If p is true and q is false, state the truth for:
~( p > q )
20. If p is true and q is true, state the truth for:
~ p > ~ q
---------------
Offline
hi Devante
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Pages: 1