SOLUTION: what is the difference between "or" and "not"?

Algebra ->  Geometry-proofs -> SOLUTION: what is the difference between "or" and "not"?      Log On


   



Question 110960: what is the difference between "or" and "not"?
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
The OR function relates 2 events and is written as C+=+A+%2B+B
C can be either A OR B. The NOT function applies to one
event only and is written as C+=+NOT%28A%29. If A is an event,
NOT%28A%29 means the event does not happen.