How to show that (p ⇒ q) ∧ (¬r ⇒ ¬q) equals (p ⇒ ¬r) ∨ (q ∧ ¬q)?

When I worked this out I found that they weren't equal. What I had was

P Q R (P => Q) ^ (¬R => ¬Q)

0 0 0 1

0 0 1 1

0 1 0 0

0 1 1 1

1 0 0 0

1 0 1 0

1 1 0 0

1 1 1 1

P Q R (P => ¬R) v (Q ^ ¬Q)

0 0 0 1

0 0 1 1

0 1 0 1

0 1 1 1

1 0 0 1

1 0 1 0

1 1 0 1

1 1 1 0

where 1 the same as T, for true, 0 is the same as F, for false. => is the symbol for implies, ¬ is the symbol for not, v is the symbol for 'or', and ^ is the symbol for 'and'

Update:

Actually I just realized that we don't have to prove that they are equal, only that we have to prove whether the statement is true or not... so I can simply say its false lol...

Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Helpful Social

Copyright © 2024 1QUIZZ.COM - All rights reserved.