Gate CS-2004 Question Paper With Solutions

Q. 47 Identify the correct translation into logical notation of the following assertion.

Some boys in the class are taller than all the girls

Note: taller(x,y) is true if x is taller than y.

(A) (∃x) (boy(x) → (∀y) (girl(y) ∧ taller(x,y)))

(B) (∃x) (boy(x) ∧ (∀y) (girl(y) ∧ taller(x,y)))

(C) (∃x) (boy(x) → (∀y) (girl(y) → taller(x,y)))

(D) (∃x) (boy(x) ∧ (∀y) (girl(y) → taller(x,y)))

Answer: (D)

Explanation:

Gate CS-2004 Question Paper With Solutions

Learn More:   Gate EC-2017-1 Question Paper With Solutions

LEAVE A REPLY

Please enter your comment!
Please enter your name here