SOLUTION: If p is false and q is true, determine the truth value of the following: a) ~(p ^ q) b) p v ~q c) ~(p → q) d) ~p → q e) p ↔ ~q ------- Use truth

Algebra ->  Test -> SOLUTION: If p is false and q is true, determine the truth value of the following: a) ~(p ^ q) b) p v ~q c) ~(p → q) d) ~p → q e) p ↔ ~q ------- Use truth      Log On


   



Question 1036454: If p is false and q is true, determine the truth value of the following:
a) ~(p ^ q)
b) p v ~q
c) ~(p → q)
d) ~p → q
e) p ↔ ~q
-------
Use truth tables to determine if p → q is identical (equivalent) to ~p v q.

Found 2 solutions by Edwin McCravy, Aldorozos:
Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!

If p is false and q is true, determine the truth value of the following:
a)      ~(p ^ q) = ~(F ^ T) =  ~(F) = T
b)	 p v ~q  =   F v ~T = F v F = F 
c)      ~(p → q) = ~(F → T) =  ~(F) = T
d)      ~p → q   =   ~F → T = T → T = T
e)	p ↔ ~q   =   F ↔ ~T = F ↔ F = T  

~ is T when followed by F and vice-versa.
^ is T only when it has a T on each side of it, otherwise it's F
v is T unless it has 2 F's on each side of it.
→ is T unless it is a case of T→F 

Use truth tables to determine if p → q is identical (equivalent)
to ~p v q
p  q  ~p  ~p v q |  p → q
-----------------|-------
T  T   F     T   |    T      
T  F   F     F   |    F 
F  T   T     T   |    T
F  F   T     T   |    T

They are equivalent because both their truth tables go TFTT.

Edwin

Answer by Aldorozos(172) About Me  (Show Source):
You can put this solution on YOUR website!
Check the following:
https://www.google.com/search?q=(p+%5E+q)+truth+table&biw=1280&bih=683&tbm=isch&tbo=u&source=univ&sa=X&ved=0ahUKEwiWhJbln4LNAhVBSFIKHV31A34QsAQIGw#imgrc=_
a) ~(F) = True
b FVF = False
c ~T = False
d T arrow T = True
e F T = False