Why $p \lor (\lnot p \land q)$ is not equal to $(p \lor \lnot p) \land q$ ? I had trying making Truth Table but, still can't figure it out ?
2026-04-01 10:45:03.1775040303
On
Why $p \lor (\lnot p \land q)$ is not equal to $(p \lor \lnot p) \land q$ ? I had trying making Truth Table but, still can't figure it out?
61 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
The term $(p\vee\neg p)\vee q$ is equivalent to $q$ since term in parenthesis is logically true.
The term $p\vee (\neg p\wedge q)$ has the truth value $1$ if $p=1$ independent of the value of $q$.
If $p$ is true then the first is automatically true. If $q$ is false then the second is automatically false.
I have no idea what you mean by $\sim$ but it doesn't even matter.