Hey guys, you've been a great help so far.
I got this little LG thing that always troubles me.
If A and B, then C.
Does that mean
A->C
B->C
or
A&B->C
If C, then A and B.
Does that mean
C->A&B
or
C->A
C->B
Thanksï¼
thepowell Wrote:I've been struggling with the same, and particularly when paired with "only if":
Garry gets into the pool only if Chris and Even get into the pool.
To me, that's:
If (C+E) then G
C+E>G
Not G > Not C+E
However, my book says:
G > C
G > E
But it doesn't say "only if Chris OR Evan" so why is it split? (And why is the order reversed?)