Translate these statements into logical expressions using predicates, quantifiers, and logical connectives. First, let the domain consists of the students in your class.
A student in your class does not want to be rich.
[LET R(x): X WANTS TO BE RICH]
Let P(x) - ''x is in your class", R(x) - " x wants to be rich"
"\\exists x:\\neg R(x)"
Comments
Leave a comment