Solveeit Logo

Question

Data Science and Artificial Intelligence Question on Probability

Let game(ball, rugby) be true if the ball is used in rugby and false otherwise.
Let shape(ball, round) be true if the ball is round and false otherwise.
Consider the following logical sentences :
s1: ∀ball ¬ game(ball, rugby) ⇒shape(ball, round)
s2: ∀ball ¬ shape(ball, round) ⇒game(ball, rugby)
s3: ∀ball game(ball, rugby) ⇒ ¬shape(ball, round)
s4: ∀ball shape(ball, round) ⇒ ¬ game(ball, rugby)
Which of the following choices is/are logical representations of the assertion,
“All balls are round except balls used in rugby”?

A

s1 ∧ s3

B

s1 ∧ s2

C

s2 ∧ s3

D

s3 ∧ s4

Answer

s1 ∧ s3

Explanation

Solution

The correct option is (A) : s1 ∧ s3 and (C) : s2 ∧ s3.