Which one of the first order predicate calculus statements given below correctly expresses the following English statement?
Tigers and lions attack if they are hungry or threatened.
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
Open in App
Solution
The correct option is D∀x[(tiger (x) ∨ lion (x)) →{(hungry(x) ∨ threatened (x)) → attacks(x)}]
The given statement should be read as "If an animal is a tiger or a lion, then(if the animal is hungry or threatened, then it will attack). Therefore the correct translation is ∀x[(tiger (x) ∨ lion (x)) →{(hungry(x) ∨ threatened (x)) → attacks(x)}]
which is choice (d).