answersLogoWhite

0

Think of 'not' as being an inverse. Not 1 = 0. Not 0 = 1. Using boolean algebra we can look at your question.

'and' is a test. It wants to know if BOTH P and Q are the same and if they are 1 (true). If they are not the same, or they are both 0, then the result is false or 0.

not P and Q is rewritten like so: (P and Q)' = X not P and not Q is rewritten like: P' and Q' = X (the apostrophe is used for not)

We will construct a truth table for each and compare the output. If the output is the same, then you have found your equivalency. Otherwise, they are not equivalent. P and Q are the inputs and X is the output.

P Q | X P Q | X

------ 0 0 | 1 0 0 | 1 0 1 | 1 0 1 | 0 1 0 | 1 1 0 | 0 1 1 | 0 1 1 | 0

Since the truth tables are not equal, not P and Q is not equivalent to not P and not Q.

Perhaps you meant "Is NOT(P AND Q) equivalent to NOT(P) AND NOT(Q)?"

NOT(P AND Q) can be thought of intuitively as "Not both P and Q." Which if you think about, you can see that it would be true if something were P but not Q, Q but not P, and neither P nor Q-- so long as they're not both true at the same time.

Now, "NOT(P) AND NOT(Q)" is clearly _only_ true when BOTH P and Q are false. So there are cases where NOT(P AND Q) is true but NOT(P) AND NOT(Q) is false (an example would be True(P) and False(Q)).

NOT(P AND Q) does have an equivalence however, according to De Morgan's Law. The NOT can be distributed, but in doing so we have to change the "AND" to an "OR".

NOT(P AND Q) is equivalent to NOT(P) OR NOT(Q)

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What statement is logically equivalent to "If p, then q"?

The statement "If not q, then not p" is logically equivalent to "If p, then q."


P-q and q-p are logically equivalent prove?

p --> q and q --> p are not equivalent p --> q and q --> (not)p are equivalent The truth table shows this. pq p --> q q -->(not)p f f t t f t t t t f f f t t t t


Wha tis the equivalent fractions of two numbers?

If the two numbers are p and q (where q is non zero) then the equivalent fraction is p/q.


What is the equivalent of an inverse statement?

The equivalent of an inverse statement is formed by negating both the hypothesis and the conclusion of a conditional statement. For example, if the original statement is "If P, then Q" (P → Q), the inverse would be "If not P, then not Q" (¬P → ¬Q). While the inverse is related to the original statement, it is not necessarily logically equivalent.


Is not(p and q) equal to (not p) or q?

No, the statement "not(p and q)" is not equal to "(not p) or q." According to De Morgan's laws, "not(p and q)" is equivalent to "not p or not q." This means that if either p is false or q is false (or both), the expression "not(p and q)" will be true. Therefore, the two expressions represent different logical conditions.


Are there equivalent numbers?

Yes. For example, the rational number p/q is equivalent to the number (a*p)/(a*q) for any non-zero number a.


What is the equivalent ratio?

Given one ratio, p/q, you will obtain an equivalent ratio if you multiply p and q by any non-zero integer.


How do you rewrite a biconditional as two conditional statements?

A biconditional statement, expressed as "P if and only if Q" (P ↔ Q), can be rewritten as two conditional statements: "If P, then Q" (P → Q) and "If Q, then P" (Q → P). This means that both conditions must be true for the biconditional to hold. Essentially, the biconditional asserts that P and Q are equivalent in truth value.


How can the statement "p implies q" be expressed in an equivalent form using the logical operator "or" and the negation of "p"?

The statement "p implies q" can be expressed as "not p or q" using the logical operator "or" and the negation of "p".


What are the example of equivalent sets?

P={1,3,5,7,9} q={2,4,6,8,10}


What is P and q implies not not p or r if and only if q?

The statement "P and Q implies not not P or R if and only if Q" can be expressed in logical terms as ( (P \land Q) \implies (\neg \neg P \lor R) \iff Q ). This can be simplified, as (\neg \neg P) is equivalent to (P), leading to ( (P \land Q) \implies (P \lor R) \iff Q ). The implication essentially states that if both (P) and (Q) are true, then either (P) or (R) must also hold true, and this equivalence holds true only if (Q) is true. The overall expression reflects a relationship between the truth values of (P), (Q), and (R).


If p q and q r then p r. Converse statement B.A syllogism C.Contrapositive statement D.Inverse statement?

Converse: If p r then p q and q rContrapositive: If not p r then not (p q and q r) = If not p r then not p q or not q r Inverse: If not p q and q r then not p r = If not p q or not q r then not p r