Determine the negation of the expression

  • Thread starter Thread starter ur5pointos2sl
  • Start date Start date
  • Tags Tags
    Expression
ur5pointos2sl
Messages
95
Reaction score
0
The question states:

Determine the negation of the expression.

p -> q ^ r.

I am having difficulty finding the negation. Below are the steps I have taken in an attempt to come to the solution.

The - symbol will be the negate symbol.

p -> q ^ r

(-p OR q) ^ r

-(-p OR q) ^ r

(p ^ -q) ^ r

-((p ^ -q) ^ r)

-p OR - r OR q

-(p ^ r) OR q

I feel like I am going in circles. I have made truth tables to compare but have had no luck. Please any advise would be appreciated.
 
Physics news on Phys.org


If you look at a truth table for a conditional statement such as P\rightarrow Q, you should find that the only time this statement is rendered false is if the antecedent (the first part, P) is true and the consequent (the second part, Q) is false.

So, what does that tell you about your problem? Keep the antecedent as it is, and negate the consequent, (Q\wedge R).
 


ironspud said:
If you look at a truth table for a conditional statement such as P\rightarrow Q, you should find that the only time this statement is rendered false is if the antecedent (the first part, P) is true and the consequent (the second part, Q) is false.

So, what does that tell you about your problem? Keep the antecedent as it is, and negate the consequent, (Q\wedge R).

Thank you!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top