SOLUTION: given p is true, and q is true, and r is false find the truth value of the statement ~p->(~qVr).show step by step work. Thank you for all of your help. JB

Algebra ->  Conjunction -> SOLUTION: given p is true, and q is true, and r is false find the truth value of the statement ~p->(~qVr).show step by step work. Thank you for all of your help. JB      Log On


   



Question 484431: given p is true, and q is true, and r is false find the truth value of the statement ~p->(~qVr).show step by step work.
Thank you for all of your help.
JB

Answer by chessace(471) About Me  (Show Source):
You can put this solution on YOUR website!
using 0=false 1=true,
* just to avoid font mash (both _ and . fail and * isn't perfect).
As I recall, ~ is done with 1st priority.
Note how values appear directly below variables & functions,
Established values carry straight down.
~p->(~qVr).
*1****1*0 --- given
0****0*** --- eval ~
*******0* --- eval V
***1***** --- eval ->
True