You are not logged in.
Pages: 1
¬ (p ^ (q ∨ r) ^ ((p ^ q) > r)) Simplify >
¬ (p ^ (q ∨ r) ^ (¬ (p ^ q) ∨ r)) DE Morgan’s Law
¬p ∨ ¬ (q ∨ r) ∨ ¬ (¬ (p ^ q) ∨ r) DE Morgan’s Law
¬p ∨ ¬q ^ ¬r ∨ (p ^ q) ^ ¬r
So I've reached this last step and I'm not sure how to simplify this further. The only thing I see is a Distributive Property of (p ^ q) ^ ¬r , but I'm not sure if this is allowed. Any help would be great.
You cannot remove parentheses when you have something lik p AND (q OR r).
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
hi Extreme112
Welcome to the forum.
If your first line is correct (I'm doubtful about that > ) then you haven't used de Morgan correctly.
This is the analysis of what you have posted.

Please check what you have posted and confirm it is correct. ![]()
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob ![]()
Offline
Pages: 1