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!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top