There is a country that borders both India and Pakistan.
Which of the following logical expressions express the above sentence correctly when the predicate Country(x) represents that x is a country and Borders(x, y) represents that the countries x and y share the border?
Correct Answer: (a) ∃c Country(c) ^∧ Border (c, India) ∧ Border (c,Pakistan)
Solution:∃c Country(c) ∧ Border (c, India) ∧ Border (c,Pakistan)