lcleme02
Thanks Received: 0
Vinny Gambini
Vinny Gambini
 
Posts: 2
Joined: September 19th, 2014
 
 
 

Question #167

by lcleme02 Wed Oct 15, 2014 10:27 pm

"G will be assigned unless K is assigned."

Whenever I try and think about the answer in my head, I come up with G --> ~K but the correct response is ~G --> K. Can you walk me through the correct thought process? I would really appreciate it!
 
celphi02
Thanks Received: 3
Vinny Gambini
Vinny Gambini
 
Posts: 2
Joined: October 15th, 2014
 
This post thanked 1 time.
 
 

Re: Question #167

by celphi02 Wed Oct 15, 2014 10:40 pm

The question in which I'm responding to:

======================================================
"G will be assigned unless K is assigned."

Whenever I try and think about the answer in my head, I come up with G --> ~K but the correct response is ~G --> K. Can you walk me through the correct thought process? I would really appreciate it!
======================================================



There's a very easy way to solve 'unless' statements.

Step 1. Change 'unless' to 'If not'
Step 2. Look for contra-positive

Question: "G will be assigned unless K is assigned."

Step 1 translation: G will be assigned IF NOT K is assigned.
~K --> G

Step 2: If A --> B contra-positive is If ~B --> ~A
~K --> G and the contra-positive is ~G --> K.

======================================================
If the contra-positive part is confusing you then do the following.

Example:
~A --> B

what you would do is negate both sides
~(~A) --> ~(B)

then switch both sides
~B --> A
======================================================

So in the example you gave:
~K --> G

negate both sides:
~(~K) --> ~(G)

then switch both sides:
~G -- > K

Hope this helps!!!

Email me anytime: Celphi02@gmail.com