SOLUTION: Determine the truth value of the following statement if (a) p is true, q is false, and r is true. (b) p is false, q is true, and r is true. <pre> ~p v (~q v ~r) </pre>

Algebra ->  Equations -> SOLUTION: Determine the truth value of the following statement if (a) p is true, q is false, and r is true. (b) p is false, q is true, and r is true. <pre> ~p v (~q v ~r) </pre>      Log On


   



Question 1119611: Determine the truth value of the following statement if
(a) p is true, q is false, and r is true.
(b) p is false, q is true, and r is true.
 ~p v (~q v ~r)

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!

 p | q | r | ~p | ~q | ~r | (~q v ~r) | ~p v (~q v ~r)
------------------------------------------------------
 T | F | T |  F |  T |  F |     T     |      T
   |   |   |    |    |    |           | 
 F | T | T |  T |  F |  F |     F     |      T

John

My calculator said it, I believe it, that settles it