recategorized by
6,141 views
3 votes
3 votes

Which of the following arguments are not valid?

  1. "If Gora gets the job and works hard, then he will be promoted. if Gora gets promotion, then he will be happy. He will not be happy, therefore, either he will not get the job or he will not work hard." 
  2. "Either Puneet is not guilty or Pankaj is telling the truth. Pankaj is not telling the truth, therefore, Puneet is not guilty."
  3. If $n$ is a real number such that $n>1$, then $n^2 > 1$. Suppose that $n^2 > 1$, then $n>1$.
    1. i and iii
    2. ii and iii
    3. i,ii, and iii
    4. i and ii
recategorized by

5 Answers

Best answer
8 votes
8 votes

Option A let

  • $p$: Gora get the job
  • $q$: he works hard
  • $r$: he will be promoted  
  • $s$: he will be happy

So we have $p \land q \to r$ , $r \to s$  which will give us $\neg s \to \neg r$   (by contrapositive law) and $\neg r \to  \neg(p \land q)$. Now $\neg s$ is given so it implies $\neg r$ and so we have $\neg p \lor \neg q$ i.e either he does not get the job or he does not work hard. So it is valid 

Option B valid as EXACTLY one of two statements must be true. Given one statement is not true so other must be true 

Option C not valid. Here we have $a \to b$. But this does not always mean $b \to a$. 

Hence A and B are valid C is no  valid so no option is correct . 

edited by
3 votes
3 votes

Statement a

let $G(x)$ : Gora gets the job,

    $P(x)$ : Gora gets promoted,

    $H(x)$: Gora is happy,

    $W(x)$: Gora works Hard.

If Gora gets the job and works hard, then he will be promoted. if Gora gets promotion, then he will be happy. He will not be happy, therefore, either he will not get the job or he will not work hard.

$\equiv$ If Gora gets the job and works hard, then he will be promoted.

     if Gora gets promotion, then he will be happy.       

      He will not be happy,

_____________________________________________________________________

$\therefore$ either he will not get the job or he will not work hard.
 

$\equiv$ $ [G(x) \Lambda W(x)] \rightarrow P(x) $

       $P(x)\rightarrow H(x)$

       $\sim H(x)$

_____________________________________________________________________

$\therefore$ $\sim G(x)\ V \sim H(x)$

 

$\because$ It is given that $\sim H(x)$ is True so $\sim G(x)\ V \sim H(x)$ will always be True

$\therefore$ Statement $a$ is valid.


Statement b

let $Pu$ : Puneet is guilty.

     $Pa$ : Pankaj is telling truth.

 

Either Puneet is not guilty or Pankaj is telling the truth. Pankaj is not telling the truth, therefore, Puneet is not guilty."

$\equiv$ Either Puneet is not guilty or Pankaj is telling the truth.

     Pankaj is not telling the truth

____________________________________________________________________________

$\therefore$ Puneet is not guilty.

 

$\equiv$  $\sim Pu\ V Pa$

    $\sim Pa$

____________________________________________________________________________

$\therefore\  \sim Pu$

This is the case of disjunctive syllogism

$\therefore$ Statement $b$ is valid.


Statement c

Let $p$ : $n>1$

      $q$: $n^{2}>1$

where $n$ is a real number.

If $n$ is a real number such that $n>1$, then $n^{2}>1$. Suppose that $n^{2}>1$, then  $n>1$

$\equiv$ If $n$ is a real number such that $n>1$, then $n^{2}>1$

____________________________________________________________________________

Suppose that $n^{2}>1$, then  $n>1$

 

$\equiv$ $ p\rightarrow q$

____________________________________________________________________________

$\therefore$ $ q\rightarrow p$

 

We know that if $ p\rightarrow q$ is true then $ q\rightarrow p$ need not be true.

$\therefore$ Statement $c$ is not valid.


Hence $a$ and $b$ are valid statements and $c$ statement is not  valid so no option is correct . 

1 votes
1 votes
Answer (1)

(a) not happy may cause he is not promoted

(c) p -> q , not always mean q-> p
1 votes
1 votes

P(x) = Gora gets the job.

Q(x) = Gora works hard.

R(x) = Gora will be promoted.

S(x) = Gora will be happy

a) P(x) ^ Q(x) ==> R(x) ------------- (1)

     R(x) ==> S(x).          -------------- (2)

     ~S(x).                       -------------- (3)

     Conclusion: ~P(x) v Q(x)

From (1) & (2),

P(x) ^ Q(x) ==> S(x).  ----- (4)  Hypothetical Syllogism

From (3) & (4),

~S(x) ^[P(x) ^ Q(x) ==> S(x)] gives ~[P(x) ^ Q(x)] --- (5) Modus Tollens

So finally, ~P(x) v ~Q(x). So option a is valid.

b) P(x) = Puneet is guilty.

     Q(x) = Pankaj is telling truth.

     ~P(x) v Q(x) ---------- (1)

     ~Q(x) ------- (2)

Conclusion to be shown : ~P(x)

From (1) & (2)  

~Q(x) ^ [~P(x) v Q(x)] gives ~P(x) using Disjunctive Syllogism. 

So option b is valid.

c) P(x) = n is real number

    Q(x) = n is greater than 1

    R(x) = n square is greater than 1

P(x) ^ Q(x) ==> R(x)  ------- (1) 

R(x) ---- (2)

conclusion: Q(x)

No rule of inference exists to prove the conclusion. so option c is not valid.

Here only the statement c is invalid

Answer:

Related questions

3 votes
3 votes
2 answers
2
2 votes
2 votes
1 answer
3
go_editor asked Aug 8, 2016
3,290 views
Which of the following property/ies a Group G must hold, in order to be an Abelian group?The distributive propertyThe commutative propertyThe symmetric propertyi and iiii...