I don't really understand truth tables and need to make one for geometry.
in Geometry Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

I read this as ¬P⋂(Q⋃¬R)

In words this is the intersection (AND) of NOT-P and the output of the union (inclusive OR) of Q and NOT-R.

Each of the Boolean variables P, Q, R can each have one of two values 0 or 1, No or Yes, FALSE or TRUE, these binary pairs being equivalent. Using 0 and 1 is the simplest representation so we'll consider all possible inputs:

(PQR)={(000) (001) (010) (011) (100) (101) (110) (111)} and their 8 corresponding outputs. The columns of the truth table give progressive stages in the evaluation of the expression. 

1 2 3 4 5 6 7
P Q R ¬P ¬R (Q⋃¬R) ¬P⋂(Q⋃¬R)
0 0 0 1 1 1 1
0 0 1 1 0 0 0
0 1 0 1 1 1 1
0 1 1 1 0 1 1
1 0 0 0 1 1 0
1 0 1 0 0 0 0
1 1 0 0 1 1 0
1 1 1 0 1 0 0

Column 7 is the final output, that is, evaluation of the given Boolean expression.

The unary NOT operator simply changes 0 to 1 or 1 to 0. Columns 4 and 5 show this operator applied to P and R.

The truth table for the binary operator OR:

Input 1 ꜜ Input 2→ 0 1
0 0 1
1 1 1

The truth table for the binary operator AND:

Input 1 ꜜ Input 2→ 0 1
0 0 0
0 0 1

by Top Rated User (1.2m points)

Related questions

1 answer
1 answer
asked Sep 15, 2017 in Calculus Answers by anonymous | 415 views
1 answer
asked Nov 13, 2013 in Algebra 1 Answers by abby | 600 views
1 answer
1 answer
asked Sep 12, 2012 in Algebra 1 Answers by anonymous | 891 views
0 answers
1 answer
asked Jan 31, 2013 in Algebra 1 Answers by anonymous | 3.1k views
0 answers
asked Oct 23, 2012 in Algebra 2 Answers by anonymous | 1.7k views
1 answer
asked Oct 3, 2012 in Geometry Answers by anonymous | 784 views
1 answer
asked May 7, 2020 by anonymous | 405 views
1 answer
asked Sep 20, 2015 in Algebra 2 Answers by McCquabena Bannor Level 4 User (7.5k points) | 748 views
1 answer
asked Jun 10, 2014 in Other Math Topics by anonymous | 1.4k views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
731,296 users