Truth tables for these calculus formulae

  • Thread starter Thread starter charmedbeauty
  • Start date Start date
  • Tags Tags
    Calculus Formulae
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
charmedbeauty
Messages
266
Reaction score
0

Homework Statement



Construct truth tables for the two propositional calculus formulae

(p→(~q))[itex]\wedge[/itex]r and q→((~p)[itex]\wedge[/itex]r)

Homework Equations


The Attempt at a Solution



Can some one please check these solutions because I had a look at the answer and it was different but I don't think I am wrong.

Sorry about the layout I tried pasting of a word doc table but did not work out to well.

Just follow the vales with each column respectively.
Code:
p   ,	q  ,	r  ,	(p(~q)) [itex]\wedge[/itex] r  ,  ((~p) [itex]\wedge[/itex] r)

T	T	T	    F	                     F
T	T	F	    F	                     F
T	F	T	    T	                     T
T	F	F	    F	                     T
F	T	T	    T	                     T
F	T	F	    F	                     F
F	F	T	    T	                     T
F	F	F	    F	                     T
Is this right??
 
Last edited:
Physics news on Phys.org
charmedbeauty said:

Homework Statement



Construct truth tables for the two propositional calculus formulae

(p→(~q))[itex]\wedge[/itex]r and q→((~p)[itex]\wedge[/itex]

Homework Equations



The Attempt at a Solution



Can some one please check these solutions because I had a look at the answer and it was different but I don't think I am wrong.

Sorry about the layout I tried pasting of a word doc table but did not work out to well.

Just follow the vales with each column respectively.

p , q , r , (p→(~q)) [itex]\wedge[/itex] r , (q→(~p) [itex]\wedge[/itex] r)

T T T F F
T T F F F
T F T T T
T F F F T
F T T T T
F T F F F
F F T T T
F F F F T

Is this right??
To get better spacing use the [code ] tag.

Code:
p   ,	q  ,	r  ,	(p→(~q)) ∧ r  ,  (q→(~p) ∧ r)

T	T	T	    F	                     F
T	T	F	    F	                     F
T	F	T	    T	                     T
T	F	F	    F	                     T
F	T	T	    T	                     T
F	T	F	    F	                     F
F	F	T	    T	                     T
F	F	F	    F	                     T
 
Last edited:
SammyS said:
To get better spacing use the [code ] tag.

Code:
p   ,	q  ,	r  ,	(p(~q)) ∧ r  ,  ((~p) ∧ r)

T	T	T	    F	                     F
T	T	F	    F	                     F
T	F	T	    T	                     T
T	F	F	    F	                     T
F	T	T	    T	                     T
F	T	F	    F	                     F
F	F	T	    T	                     T
F	F	F	    F	                     T

Ok thanks but is it right?