Search found 2 matches

Return to advanced search

by slabby
Tue Jan 07, 2014 9:55 pm
 
Forum: GAME: If.../Then
Topic: Question #3
Replies: 2
Views: 522
Jump to post

Question #3

N will be selected only if J is selected. Answer options: 1. ~J -> ~N 2. ~N -> ~J As I understand it, the rule for "only if" is basically a double negation and the removal of the "only". So it becomes "N will not be selected if J is not selected". or the second an...
by slabby
Tue Jan 07, 2014 10:02 pm
 
Forum: GAME: If.../Then
Topic: Question #3
Replies: 2
Views: 522
Jump to post

Re: Question #3

Ah, nevermind. I forgot the old switcheroo.

A if B being equivalent to if B, then A.

N will not be selected if J is not selected is really

if J is not selected, then N will not be selected.