Finding truth value of each propositional variable.

  • Thread starter Thread starter sunny79
  • Start date Start date
  • Tags Tags
    Value Variable
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
4 replies · 2K views
sunny79
Messages
77
Reaction score
8
Homework Statement
Assume that the compound statement is true. Find the truth value of each propositional variable.
Relevant Equations
[p^(qVr)]^ ~r
Note:
^ represents and.
V represents or
~ represents not
T represents True
F represents False

My solution...

I started by substituting T in all variables...

[p^(qVr)]^ ~r
[T^(TVT)] ^ ~T
(T^T) ^ F
T^F
F
The answer is p = True q = True r = False
 
Physics news on Phys.org
sunny79 said:
Homework Statement: Assume that the compound statement is true. Find the truth value of each propositional variable.
Homework Equations: [p^(qVr)]^ ~r

Note:
^ represents and.
V represents or
~ represents not
T represents True
F represents False

My solution...

I started by substituting T in all variables...

[p^(qVr)]^ ~r
[T^(TVT)] ^ ~T
(T^T) ^ F
T^F
F
The answer is p = True q = True r = False
Notice in an /\ sentence, both components must be true. That simplifies it a bit.
 
  • Like
Likes   Reactions: sunny79
WWGD said:
Notice in an /\ sentence, both components must be true. That simplifies it a bit.

Gotcha! Thanks. :)
 
  • Like
Likes   Reactions: WWGD