I've been given statements to translate into a propositional formula. The question states that it may also be possible for a statement to have multiple interpretations.
I've having trouble determining whether or not this is the case for the following statement, due to the word "when": "I wear a coat when it's cold"
Let $w$ = "I wear a coat"; $c$ = "It's cold".
This might mean that both are simply happening at the same time, and thus I might interpret it as $(w \land c)$.
However, another possibility could be that "when" acts as a conditional operator, and thus it could be interpreted as $(c \implies w)$, where $c$ is a condition for $w$.
But is this really a proper interpretation of the word "when"?