answersLogoWhite

0

Assuming that you mean not (p or q) if and only if P

~(PVQ)--> P

so now construct a truth table, (just place it vertical since i cannot place it vertical through here.)

P True True False False

Q True False True False

(PVQ) True True True False

~(PVQ) False False False True

~(PVQ)-->P True True True False

if it's ~(P^Q) -->P

then it's,

P True True False False

Q True False True False

(P^Q) True False False False

~(P^Q) False True True True

~(P^Q)-->P True True False False

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What are brackets used for?

in math, they act just like parenthesis, to tell you to operate on the terms inside the brackets, first. If you have several levels of nested parenthesis, then using pairs of brackets [] and braces {} help you to see which ones go together. This usually is only used in handwritten problems, as most computer software only recognizes parenthesis () to separate expressions.


How many spaces before an open and closed parenthesis?

Only one space is required before or after a parenthetical statement.


Is it possible to construct a regular hexagon using only a straightedge and a compass?

yes


How do you construct a truth table for q arrow p?

I guess you mean q → p (as in the logic operator: q implies p).To create this truth table, you run over all truth values for q and p (that is whether each statement is True or False) and calculate the value of the operator. You can use True/False, T/F, 1/0, √/X, etc as long as you are consistent for the symbol used for True and the symbol used for False (the first 3 suggestions given are the usual ones used).For implies:if you have a true statement, then it can only imply a true statement to be truebut a negative statement can imply either a true statement or a false one to be truegiving:. q . . p . q→p--------------. 0 . . 0 . . 1 .. 0 . . 1 . . 1 .. 1 . . 0 . . 0 .. 1 . . 1 . . 1 .


How do you construct a rhombus by using only a ruler?

You cannot. You cannot ensure the lines are strictly parallel using only a ruler.

Related Questions

Construct a truth table for p and q if and only if not q?

Construct a truth table for ~q (p q)


What is the purpose of truth table?

a table like your dinner table where you tell only the truth


Can you only place variables in the parenthesis of function notations?

False


When all supposed truth is a lie in reality and in actuality it is due to the construct of the mind and body which cannot know but only attain a flawed perspective of self as a reflection of self?

This is not a question.


What are brackets used for?

in math, they act just like parenthesis, to tell you to operate on the terms inside the brackets, first. If you have several levels of nested parenthesis, then using pairs of brackets [] and braces {} help you to see which ones go together. This usually is only used in handwritten problems, as most computer software only recognizes parenthesis () to separate expressions.


Are we Homo Sapiens the only ones whom can construct our own habitat?

No, it is not the homo sapiens that can construct their own habitat. Many animals are able to construct their own habitats.


What is another name for parentheses or brackets?

They tend to be known only as parentheses (singular - "parenthesis") or brackets.


What year sojounrer truth get married?

truth was only 25 years old truth was only 25 years old


Can you construct a quadrilateral that is not a trapezium with only square numbers?

Yes.


How do you write a function rule for x equals -2 and y equals -3?

1


How many spaces before an open and closed parenthesis?

Only one space is required before or after a parenthetical statement.


What is the difference between echo and print statement?

Well, darling, an echo statement is a language construct in PHP that displays output, while a print statement is a language construct that also displays output but returns a value. So, in simpler terms, echo is faster and more commonly used, while print is slower but can be used in expressions. Hope that clears things up for you!