|
The
compound statement using "or"
is true when
both statements (or facts) are
true, or one
of the statements (or facts) are true. |
|

|
A circle
is 4 round. (true) |
|

|
A
hexagon has 6 sides. (true) |
|
A
circle is round or a
hexagon has 6 sides. (true)
(T +
T) =
True |
|
The
compound statement using "or"
is true when one or both statements (or facts) are
true. |
|

|
A circle
is round. (true) |
|

|
A
hexagon has 4 sides. (false) |
|
A
circle is round or a
hexagon has 4 sides. (true)
(T +
F) =
true |
|
The
compound statement using "or"
is false when
both statements (or facts) are
false. |
|

|
A circle is not round. (false) |
|

|
A
hexagon has 4 sides. (false) |
|
A
circle is not round or a
hexagon has 4 sides. (false)
(F +
F) =
false |