Help, find a statement using a truth table

  • Context: High School 
  • Thread starter Thread starter jhlee127
  • Start date Start date
  • Tags Tags
    Table Truth table
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
1 reply · 3K views
jhlee127
Messages
1
Reaction score
0
i don't understand how i can find a statement in given truth table.

p | q | r | S |
==========
T | T | T | F|
T |T | F | T |
T | F | T | T |
T | F | F | F |
F | T | T | T |
F | T | F | F |
F | F | T | T |
F | F | F | F |


please help me.
 
on Phys.org
jhlee127 said:
i don't understand how i can find a statement in given truth table.
I assume you mean "I don't understand how to express the statement S in symbolic form when given the following truth table."

If you can't make a clever guess for S, you could simply write it as a big "or" statement containing all the cases when it is true:

[itex]S \equiv (p \land q \land \lnot r) \lor (p \land \lnot q \land r) \lor ...[/itex] etc.

then try to simplify the symbolic statement.

Are you studying logic in course on mathematics or are you studying logic in an engineering course in order to design logic circuits?