How do you use truth tables to determine whether or not the following pairs of statements are logically equivalent?
i) (p ᴧ q)→r ii) p→(q→r)
I'm confused on how you would do that, Thanks
How do you use truth tables to determine whether or not the following pairs of statements are logically equivalent?
i) (p ᴧ q)→r ii) p→(q→r)
I'm confused on how you would do that, Thanks
$p$, $q$ and $r$ are variables that can take either value $T$ (true) or value $F$ (false). You have to consider what happens for each combination of values for $p$, $q$ and $r$. A table showing the cases is very helpful.
For example, for the first statement, a part of the table is: \begin{array}{|c|c}\\ \hline p & r & q & p\wedge q & (p\wedge q)\to r\\ \hline T & T & T & T & T\\ T & T & F & T & F\\ T & F & T & F & T\\ \vdots&\vdots&\vdots&\vdots&\vdots \end{array}
Then you do a similar table for the second statement. If for for all combinations of values on $p$, $q$ and are, the two statements end up with the same value, then the two statements are logically equivalent.