sanarda Wrote:The sandwich will have G unless it has T.
With unless statements, do this:
1) Realize that unless introduces a necessary condition.
The part before unless is the sufficient condition. This sufficient condition must be negated.
The sandwich will have G unless it has T.~G ---> T
Contrapositive of that is:
~T ---> G
Let us take note of what happens when an unless statement is structured in such a way that it does not have anything coming before the word unless:
Unless it has T, the sandwich will have G.
We know that unless introduces a necessary condition and that we do not negate what is given to us. What comes after that, in this case, is the sufficient condition, of the sandwich having G. This part will be negated.
~ G ---> T
Contrapositive:
~ T ---> G
Do you understand unless statements now?