This is really confusing me from Prep24 G4 when dealing with an unless. I always thought "unless" statements were treated by using the "If not" rule to replace unless; however, in this case I am really confused :
V can not be in unless both H and M are in. Using the unless rule, it is If neither H nor M are in then V is not in. However, the official answer is that this statements means V --> H and M in. This means that the unless statement of H and M was translated such that not only did we add an "if not" but also changed the "and/nor" to an either/or? For unless statements, is it not really accurate then to say it is simply add an "if not" ; rather we need to negate the entire statement so that the and/nor or diction switches too?