SOLUTION: P is True, q and r are False- find the truth value. a) (p ^ ~q) ^ r b) ~(q ~ r)

Algebra.Com
Question 88960: P is True, q and r are False- find the truth value.
a) (p ^ ~q) ^ r


b) ~(q ~ r)

Answer by Edwin McCravy(20055)   (Show Source): You can put this solution on YOUR website!
P is True, q and r are False- find the truth value.
a) (p /\ ~q) /\ r

   (p /\ ~q) /\ r 
   (T /\ ~F) /\ F
   (T /\  T) /\ F
           T /\ T
             T   


b) ~(q ~ r)

That doesn't make sense, you left out a symbol.

If you left out /\, then  

   ~(q /\ ~r)
   
   ~(F /\ ~F)

   ~(F /\ T)

   ~F
   
    T

If you left out \/, then  

   ~(q \/ ~r)
   
   ~(F \/ ~F)

   ~(F \/ T)

   ~T
   
    F

Edwin

RELATED QUESTIONS

Determine the truth value of the following statement if (a) p is true, q is false, and r (answered by solver91311)
Determine the truth value of the following statement if (a) p is true, q is false, and r (answered by solver91311)
In Exercises 31–42, determine the truth value of the statement if • a) p is true, q is... (answered by stanbon)
if p is true, q is false, and r is true, find the truth value of the statement. (r... (answered by Theo)
if p is true, q is false, and r is true, find the truth value of the statement.(r → (answered by tinbar)
Let p represent a true statement, while q and r represent false statements. Find the... (answered by jim_thompson5910)
if p is true, q is false, and r is true, find the truth value of the statement. (p... (answered by )
PLEASE HELLPP!!! Given p is false, q is true, and r is false, find the truth value of... (answered by MathLover1)
Given p is true, q is false, and r is false, find the truth value of the statement (q V... (answered by jim_thompson5910)