Hi @Agent86
Just rewriting your statement in a programming language (just because I'm in the mood )
if (2GRemain && KRemain) {
IRemain = true;
} else {
IRemain = false;
}
I think @philh9 hinted at those two conditions in the predicate being two independent conditions.