db_8400
Thanks Received: 1
Vinny Gambini
Vinny Gambini
 
Posts: 18
Joined: April 10th, 2014
 
 
 

unless ?

by db_8400 Tue Sep 09, 2014 1:00 pm

quick question about the unless term

if it says "Unless you’re a millionaire, you’ll never go to space"

would this be Space ----->Millionaire.

B/c unless introduces the necessary which is millionaire in this case.


But if i replaced unless with IF NOT what would that make it?
User avatar
 
tommywallach
Thanks Received: 468
Atticus Finch
Atticus Finch
 
Posts: 1041
Joined: August 11th, 2009
 
 
 

Re: unless ?

by tommywallach Fri Sep 12, 2014 6:30 pm

Hey DB,

We've answered tons of questions about unless already. I suggest you take a quick look through the forums (you could search "unless"). You'll find what you're looking for, I promise!

-t
Tommy Wallach
Manhattan LSAT Instructor
twallach@manhattanprep.com
Image
 
chike_eze
Thanks Received: 94
Atticus Finch
Atticus Finch
 
Posts: 279
Joined: January 22nd, 2011
 
This post thanked 1 time.
 
trophy
Most Thanked
 

Re: unless ?

by chike_eze Sat Sep 13, 2014 1:28 am

Subject: unless ?

db_8400 Wrote:quick question about the unless term

if it says "Unless you’re a millionaire, you’ll never go to space"

would this be Space ----->Millionaire.

B/c unless introduces the necessary which is millionaire in this case.


But if i replaced unless with IF NOT what would that make it?


"UNLESS you're a millionaire, you'll never go to space" is equivalent to:
"You'll never go to space UNLESS you're a millionaire"

The rule for UNLESS is: Change UNLESS to IF NOT, pick either condition, make it sufficient and apply IF NOT to it.

e.g., UNLESS X, Y => IF NOT X then Y
X UNLESS Y => IF NOT Y then X

So applied here we get:
IF you're NOT a millionaire, then you'll never go to space

OR

IF you'll sometimes go to space, then you're a millionaire
 
db_8400
Thanks Received: 1
Vinny Gambini
Vinny Gambini
 
Posts: 18
Joined: April 10th, 2014
 
 
 

Re: unless ?

by db_8400 Sat Sep 13, 2014 11:00 am

where does the sometimes come in from ? Contra?
Last edited by db_8400 on Sat Sep 13, 2014 11:07 am, edited 1 time in total.
 
db_8400
Thanks Received: 1
Vinny Gambini
Vinny Gambini
 
Posts: 18
Joined: April 10th, 2014
 
 
 

Re: unless ?

by db_8400 Sat Sep 13, 2014 11:07 am

chike_eze Wrote:Subject: unless ?

db_8400 Wrote:quick question about the unless term

if it says "Unless you’re a millionaire, you’ll never go to space"

would this be Space ----->Millionaire.

B/c unless introduces the necessary which is millionaire in this case.


But if i replaced unless with IF NOT what would that make it?


"UNLESS you're a millionaire, you'll never go to space" is equivalent to:
"You'll never go to space UNLESS you're a millionaire"

The rule for UNLESS is: Change UNLESS to IF NOT, pick either condition, make it sufficient and apply IF NOT to it.

e.g., UNLESS X, Y => IF NOT X then Y
X UNLESS Y => IF NOT Y then X

So applied here we get:
IF you're NOT a millionaire, then you'll never go to space

OR

IF you'll sometimes go to space, then you're a millionaire
 
chike_eze
Thanks Received: 94
Atticus Finch
Atticus Finch
 
Posts: 279
Joined: January 22nd, 2011
 
This post thanked 1 time.
 
trophy
Most Thanked
 

Re: unless ?

by chike_eze Sat Sep 13, 2014 12:44 pm

Correct. The logical opposite of never is sometimes.

What is the logical opposite of an empty glass? A full glass? No. Could be quarter full or half full... etc., therefore, the answer is "a not empty glass" which is logically equivalent to some amount of liquid in the glass. Keep in mind that some is 0% < X <= 100%.

Think of never as an empty set, and it's logical opposite as a set with some elements.