• edited by
16,079 views
56 56 votes

Consider the following two statements.

  • $S_1$: If a candidate is known to be corrupt, then he will not be elected
  • $S_2$: If a candidate is kind, he will be elected

Which one of the following statements follows from $S_1$ and $S_2$ as per sound inference rules of logic?

  1. If a person is known to be corrupt, he is kind
  2. If a person is not known to be corrupt, he is not kind
  3. If a person is kind, he is not known to be corrupt
  4. If a person is not kind, he is not known to be corrupt

8 Answers

Best answer
49 49 votes

$\begin{align*} S_1 &= C \rightarrow \neg E\\ S_2 &= K \rightarrow E\\ \end{align*}$

so, writing them using primary operators :
$\begin{align*} S_1 &= \neg C \vee \neg E\\ S_2 &= \neg K \vee E\\ \end{align*}$

on using resolution principle
$\neg E$ and $E$ cancels each other out
and conclusion = $\neg C \vee \neg K$

which can also be written as $K \rightarrow \neg C$ which is translated into English as = option C

• edited by
83 83 votes

Option c. If a person is kind, he is not known to be corrupt

Let

  • $C(x): x \text{ is known to be corrupt}$
  • $K(x): x \text{ is kind}$
  • $E(x): x \text{ will be elected}$

 

  • $S1: C(x) \to \neg E(x)$
  • $S2: K(x) \to E(x)$

S1 can be written as $E(x) \to \neg C(x)$ as $A \to B = \neg B \to \neg A$.
Thus, from S1 and S2,

$K(x) \to E(x) \to \neg C(x)$.

Thus we get C option.

• edited by
13 13 votes

Method for these kinds of question.

Use inference law : Here we use

Contrapositive law i.e. A $\rightarrow$ B is true then ~B $\rightarrow$ ~A is always true.

For  A $\leftrightarrow$ B is true the contrapositive true. converse(B$\leftrightarrow$ A) true and Inverse(~A$\leftrightarrow$~B)  also true.

• edited by
5 5 votes

Let ,

        K: Person is kind

        C: Person is corrupt

        E: Person is elect

Here both statements 1,2 are premises and we need to check what is the conclusion.

S1: C-->¬E

S2: K-->E

3.  E-->¬C  from S1, and Contrapositive rule.

4. K-->¬C  from S2,3 and Hypothetical syllogism.It is valid.

K-->¬C ≡ " If a person is kind, he is not known to be corrupt ".

So, (c) is the Ans.

3 3 votes

😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊

Answer:
Position:
Show:

Related questions

16 16 votes
3 answers 3 answers
5.3k
5.3k views
go_editor asked Feb 12, 2015
5,292 views
Based on the given statements, select the most appropriate option to solve the given question.What will be the total weight of $10$ poles each of same weight?Statements:O...
141 141 votes
7 answers 7 answers
39.8k
39.8k views
go_editor asked Feb 13, 2015
39,756 views
Which one of the following well-formed formulae is a tautology? $\forall x \, \exists y \, R(x,y) \, \leftrightarrow \, \exists y \, \forall x \, R(x, y)$$( \forall x \,...
47 47 votes
5 answers 5 answers
13.4k
13.4k views
go_editor asked Feb 12, 2015
13,407 views
Consider a function $f(x) = 1- |x| \text{ on } -1 \leq x \leq 1$. The value of $x$ at which the function attains a maximum, and the maximum value of the function are:$0, ...
54 54 votes
5 answers 5 answers
13.6k
13.6k views
go_editor asked Feb 13, 2015
13,601 views
Let $X$ and $Y$ denote the sets containing $2$ and $20$ distinct objects respectively and $F$ denote the set of all possible functions defined from $X$ to $Y$. Let $f$ be...