SOLUTION: I need to construct a truth table. I want to know if I'm on the right track q "and" ~p p q ~p ~q q "and"~p T T F F ? T F F T

Algebra.Com
Question 479319: I need to construct a truth table. I want to know if I'm on the right track
q "and" ~p
p q ~p ~q q "and"~p

T T F F ?
T F F T
F T T F
F F T T

Answer by Edwin McCravy(20086)   (Show Source): You can put this solution on YOUR website!
p    q    ~p    ~q    q⋀~p 
T    T     F     F     ? 
T    F     F     T     ?
F    T     T     F     ?
F    F     T     T     ?

You need to learn the rules for the four basic 
symbols ⋀, ⋁, ->, and <->

Rules:

⋀ is T only for T⋀T, otherwise it's F.

⋁ is F only for F⋁F, otherwise it's T.

-> is F only for T->F, otherwise it's T.

<-> is T for T<->T, F<->F. <-> is F for T<->F, F<->T.

You only have ⋀ here to do, but you need to learn 
those other three rules as well for other truth tables.

Here goes:

p    q    ~p    ~q    q⋀~p 
T    T     F     F     ?      
T    F     F     T     ?
F    T     T     F     ?
F    F     T     T     ?

Let's look at q⋀~p. 

Let's do the top line:

On the left of the ⋀ in q⋀~p is q, and on the top line q has T under it.
On the right of the ⋀ in q⋀~p is ~p, and on the top line ~p has F under it.
So on the top line  q⋀~p is a case of T⋀F. So we look at the rule 
for ⋀, which is:
"⋀ is T only for T⋀T, otherwise it's F."
T⋀F is not a case of T⋀T, and therefore it's F.  So we put an F
on the top row underneath q⋀~p.  So we now have this:

p    q    ~p    ~q    q⋀~p 
T    T     F     F     F      
T    F     F     T     ?
F    T     T     F     ?
F    F     T     T     ?

--------------------------------------------------------------  

Next let's do the second line:

On the left of the ⋀ in q⋀~p is q, and on the 2nd line q has F under it.
On the right of the ⋀ in q⋀~p is ~p, and on the 2nd line ~p has F under it.
So on the 2nd line  q⋀~p is a case of F⋀F. So we look at the rule 
for ⋀, which is:
"⋀ is T only for T⋀T, otherwise it's F."
F⋀F is not a case of T⋀T, and therefore it's F.  So we put an F
on the 2nd line underneath q⋀~p.  So we now have this:

p    q    ~p    ~q    q⋀~p 
T    T     F     F     F      
T    F     F     T     F
F    T     T     F     ?
F    F     T     T     ?

--------------------------------------------------------------
 
Next let's do the third line:

On the left of the ⋀ in q⋀~p is q, and on the 3rd line q has T under it.
On the right of the ⋀ in q⋀~p is ~p, and on the 3rd line ~p has T under it.
So on the 3rd line  q⋀~p is a case of T⋀T. So we look at the rule 
for ⋀, which is:
"⋀ is T only for T⋀T, otherwise it's F."
T⋀T is INDEED a case of T⋀T, and therefore it's T.  So we put a T
on the 3rd row underneath q⋀~p.  So we now have this:

p    q    ~p    ~q    q⋀~p 
T    T     F     F     F      
T    F     F     T     F
F    T     T     F     T
F    F     T     T     ?

--------------------------------------------------------------

Next let's do the bottom line:

On the left of the ⋀ in q⋀~p is q, and on the bottom line q has F under it.
On the right of the ⋀ in q⋀~p is ~p, and on the bottom line ~p has T under it.
So on the bottom line q⋀~p is a case of F⋀T. So we look at the rule 
for ⋀, which is:
"⋀ is T only for T⋀T, otherwise it's F."
F⋀T is not a case of T⋀T, and therefore it's F.  So we put an F
on the 2nd row underneath q⋀~p.  So finally we have this:

p    q    ~p    ~q    q⋀~p 
T    T     F     F     F      
T    F     F     T     F
F    T     T     F     T
F    F     T     T     F

Do you now see how truth tables are done?  You have to learn the
rules for all four symbols ⋀, ⋁, ->, and <-> to do truth tables.

Edwin


RELATED QUESTIONS

Did I do this truth table correctly??? Help Construct a truth table for (not q and p)... (answered by Fombitz)
Write the statement in symbols using the p and q given below. Then construct a truth... (answered by swincher4391)
I have done a truth table below and i need someone to check it for me. I am not sure if I (answered by Edwin McCravy)
Write the statement in symbols using the p and q given below. Then construct a truth... (answered by rapaljer)
This is what I came up with is it correct? , construct a truth table for the statement. (answered by sudhanshu_kmr)
Complete truth table q and not p p q T T T F F T F... (answered by ikleyn)
Construct a truth table for q ↔ (p ~q) Here is what I did not sure if it is... (answered by stanbon)
Truth Table: ~(P=>Q)<=>(P^~Q) I believe I am on the right path with the following:... (answered by jim_thompson5910)
Here is another truth table. My answers are below. Please let me know if they are... (answered by rapaljer)