Page 1 of 1
What is the Contrapositive of this statement?
Posted: Wed Apr 21, 2010 4:30 am
by rsuelzer
If N is reduced, neither R nor S is reduced.
I am reading this right that
If N is reduced then R and S are not reduced.
Which would mean that the counter positive is:
If R or S is reduced then N is not reduced.
Apparently this is wrong. How do I interpret Neither, Nor statements?
Re: What is the Contrapositive of this statement?
Posted: Wed Apr 21, 2010 4:32 am
by rsuelzer
Nevermind, I read the question wrong. But I still want to know if I am reading that statement correctly.
Funny how "not" in a question totally changes the answer...
Re: What is the Contrapositive of this statement?
Posted: Wed Apr 21, 2010 9:50 am
by theZeigs
That is correct. Diagrammed
N --> -R AND -S
equivalent:
N --> -(R AND S)
contrapostive:
R or S --> -N
equivalent
R or S (or both) --> -N
Well done sir
Re: What is the Contrapositive of this statement?
Posted: Wed Apr 21, 2010 10:04 am
by FreeGuy
Think of the rule as two separate statements and it's much easier to manage
N --> ~R
N --> ~S
contrapositives:
R --> ~N
S --> ~N
Re: What is the Contrapositive of this statement?
Posted: Thu Apr 22, 2010 12:27 pm
by skip james
FreeGuy wrote:Think of the rule as two separate statements and it's much easier to manage
N --> ~R
N --> ~S
contrapositives:
R --> ~N
S --> ~N
yeah this is the way to go about it.
Re: What is the Contrapositive of this statement?
Posted: Thu Apr 22, 2010 4:31 pm
by hellojd
skip james wrote:FreeGuy wrote:Think of the rule as two separate statements and it's much easier to manage
N --> ~R
N --> ~S
contrapositives:
R --> ~N
S --> ~N
yeah this is the way to go about it.
+1
Even though in the LRB it says to do it in one statement, if x ---> y and z, it's usually easier to split into z ---> y and x---> z. x ---> y or z is best left as one statement obviously.