110k views
0 votes
In 1-3, write the statements in symbolic form using the logical connectives 1, V and ~, and the indicated variables. 1. Let c = "Samantha is a computer science major," and let m ="Samantha is a math major": Samantha is a computer science major but not a math major. 2. Let e = "The integer x is even", p="The integer x is positive": The integer x is neither positive nor even 3. Let h = "John is healthy," w="John is wealthy," and s="John is wise." a. John is healthy but neither wealthy nor wise. b. John is healthy and wise but not wealthy. c. John is neither healthy, wealthy nor wise.

User Eqbal
by
6.2k points

1 Answer

3 votes

Answer:

Explanation:

1) c V ~m

2) ~eV~p

3) a) h V ~(wVs)

b) (hVs) V ~ w

c) ~ (hVwVs)

User Cuspymd
by
5.7k points