780 views
0 votes
0 votes

2 Answers

3 votes
3 votes
$P\leftrightarrow(Q\vee\neg Q)$

$P\leftrightarrow True$

means,the P has to be true i.e. P=1.

$Q\leftrightarrow R$ holds means $Q=R$.

now the expression $(P\wedge Q) \implies ((P\wedge R)\vee S) $ $\equiv$ $(P.Q)\implies((P.R)+S)$

put P=1,  in above expression

$1.Q\implies((1.R)+S)$

$Q\implies R+S$

$Q'+R+S$ $\equiv$$R'+R+S$ $\equiv$$1+S$ $\equiv$ $1$

$\text{So the above expression is true}$
1 votes
1 votes

 u can take it as:

(P*Q)-->(PQ)+S (TAKE UNION AS + AND INTERSECTION AS *)

=(PQ)'+(PQ)+S (AS A-->B <==> A'+B)

=P'+Q'+PQ+S 

=P'+PQ+Q'+S (AS A+BC <==> (A+B)(A+C)

=(P'+P)(P'+Q)+Q'+S

=P'+Q+Q'+S

=1+P'+S====>1

IF THIS VALUE COMES OUT TO BE

@1 ITS TAUTOLOGY(TRUE)

@0 ITS CONTRADICTION(FALSE)

@ANY VARIABLE (CONTINGENCY)

and here value is 1 so its a Tautology or True(A)

Related questions

0 votes
0 votes
1 answer
1
pavan singh asked May 7, 2023
706 views
Given: (p$ \vee$ q) is True. Find the truth value of statements, 1. p is false or q is true. (Can't determine) 2. If p is false then q is true. (True) is my answer correc...
3 votes
3 votes
1 answer
2
Reshu $ingh asked May 30, 2019
1,928 views
Are these propositions?1.This sentence is true2.This sentence is falseAren’t these liar paradox?