English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

if a statement was written like this:

~(p^q)

does that mean "p is not OR q is not."

i don't know if you have to negate the "^" symbol. so if a statement was written like that do you have to negate everything inside the parenthesis?

2007-09-19 14:19:58 · 7 answers · asked by james t 1 in Science & Mathematics Mathematics

7 answers

~(p ^ q) means: not ( p or q ) [Both have to be false for it to be true]

It could be changed into: not p & not q

that is: ~p & ~q [Again, both must be false for it to be true]

The ~ changes the whole thing.

~p ^ ~q is different. [Only one of them needs to be false for it to be true]

hope that helps.

2007-09-19 14:24:21 · answer #1 · answered by Anonymous · 0 0

Easy:

You take p^q, find its truth value, then you negate it. Find the answer and switch it, basically

2007-09-19 14:24:22 · answer #2 · answered by Pyro Dog 4 · 0 1

Statistically speaking, p is the probability that the even in question is going to occur and q is the probability that the event in question is NOT going to occur. hope this helps

2016-05-18 23:26:07 · answer #3 · answered by tina 3 · 0 0

that would make sense, so im pretty sure everything in the parentheisis would be "not" like this: not P or not Q

2007-09-19 14:23:23 · answer #4 · answered by Anonymous · 0 0

~(p^q) means "not (p AND q)".

~(p^q) is equivalent to ~p v ~q, and conversely
~(pvq) is equivalent to ~p ^ ~q.

So yes, this is equivalent to (not p) OR (not q). This makes sense; for (p AND q) to be false it's sufficient for one of p and q to be false, they don't both have to be false.

2007-09-19 14:24:59 · answer #5 · answered by Scarlet Manuka 7 · 0 0

This is "not (p and q)". So yes the "not" distrubtes to make "not p, OR not q"

2007-09-19 14:28:49 · answer #6 · answered by Anonymous · 0 0

~(p^q) means NOT(p and q) which is NOT p or NOT q
or you can write it as ~p \/ ~q

2007-09-19 14:28:14 · answer #7 · answered by Christine P 5 · 0 0

fedest.com, questions and answers