Currently I am trying to convert a statement into symbolic version. The following statement:
"Each of our representatives has at least one customer that is located in Japan."
I'm a little confused about this because I'm not sure how I would represent "Japan" in the symbolic version. At the...
Thanks for the reply. Makes total sense that I would have to use DeMorgan's Law again. I can see how you get a >= 20 OR b = 10, but what if the expression had been (NOT a < 20 AND NOT (b <= 10 OR b >= 15)). Using that expression the "simplified" version would be a >= 20 OR b >= 10 AND b <= 15...
[SOLVED] Simplifying Expressions
Hello all I am a bit confused about the laws I am learning about right now and attempted some of my own exercises to understand them a bit.
I have the problem NOT(a < 20 AND (b < 10 OR b > 10)) and I need to simplify it.
From my understanding I can use...