562 views
4 votes
4 votes
A Proposition is a written or uttered declarative sentence used in such a way that it is true or false, but not both. Now, Consider the following statement:
$S:$ ‘If George is a duck then Ralph is a dog and Dusty is a horse’.
 Which one of the following statements is true?
 
  1. $S$ is not a proposition.     
        
  2. $S$ is ambiguous and there are two ways to parse it.     
         
  3. $S$ is unambiguous and there is only one way to parse it.    
         
  4. $S$ is ambiguous and there are three ways to parse it.

1 Answer

3 votes
3 votes

Given, statement $S$: “If George is a duck then Ralph is a dog and Dusty is a horse.”

Let assume, “George is a duck”: $G_{d}$; “Ralph is a dog”: $R_{d}$; “Dusty is a horse”: $D_{h}$

One way to represent:

If George is a duck then Ralph is a dog and Dusty is a horse $\equiv$ $(G_{d} → R_{d})$ $\wedge$ $D_{h}$

Another way to represent:

If George is a duck then Ralph is a dog and Dusty is a horse $\equiv$ $G_{d} → (R_{d} \wedge D_{h})$

So, $S$ seems ambiguous and we can represent it in two ways also.
$Ans: B$

edited by
Answer:

Related questions

0 votes
0 votes
1 answer
3