Question 9650 – Propositional-Logic
February 11, 2024
Question 9558 – Propositional-Logic
February 11, 2024
Question 9650 – Propositional-Logic
February 11, 2024
Question 9558 – Propositional-Logic
February 11, 2024

Question 9511 – Propositional-Logic

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.

Correct Answer: D

Question 15 Explanation: 
Don’t confuse with ‘∧’ and ‘→’
‘∧’ → predicts statements are always true, no matter the value of x.
‘→’ → predicts there is no need of left predicate to be true always, but whenever it becomes true, then right predicate must be true.
Option D:
There exists a some boys who are taller than of all girls 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)))
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!