Asked by chan

Let b: Breakfast is a meal
Let s: Spring is a season
Let h: Halloween is a season

s v h = true
b ^ s = true
~ s v h = true
b ^ ~h = false
~b v ~s = false
~(s ^ h)= false
~(b v ~s) = true
~b ^ ~s = false

Answers

Answered by chan
please tell me if these are correct thank you very much ms sue
Answered by Ms. Sue
I don't know.

What do your symbols mean?

Please note that my math knowledge doesn't go much beyond 7th grade.

Answered by chan
disconjunctions and conjunctions
Answered by chan
now can you let me know if they are right
Answered by Ms. Sue
What do each of these mean?

^
v
~
Answered by Max
Not all of them are correct. Halloween is not a season.

Here's one correction:
~s \/ h = true, should be FALSE.

~s = Spring is not a season. That is false.
h = Halloween is a season. That is also false.

\/ stands for "or," or disjunction. According to the truth table for \/, F \/ F --> F.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions