Redirected
in Digital Logic edited by
5,293 views
27 votes
27 votes

Let $*$ be defined as $x * y = \bar{x} + y$. Let $z = x * y$. Value of $z * x$ is 

  1. $\bar{x} + y$
  2. $x$
  3. $0$
  4. $1$
in Digital Logic edited by
5.3k views

4 Comments

opton a)

$z*x=z+x=(x*y)+x=x+y+x=x+y$

1
1
z + x= x+y+x = x+y
0
0
edited by

$\color{red}{\text{Find Detailed Video Solution Below:}}$

https://youtu.be/AG6rGfFzAdw

5
5

4 Answers

38 votes
38 votes
Best answer
Answer is option B.

$z* x = {(x*y)} * x$

$=\left(\bar{x} + y\right) * x$

$=\overline{\bar{x} + y} + x $

$x.\bar{y} + x = x$
edited by
by

4 Comments

my pleasure sir
1
1
@Arjun

Sir, since nature of * is not given but if we assume nature of * is right-associative then,

$z*x = x * y *x.$

$  z = x * (y * x)$

$ z = x * (\bar{ y} + x)$

$z = \bar{x} + \bar{y} + x$

$z = 1 + \bar{y} = 1.$

Please tell me where am I doing mistake?
0
0

Sir, since nature of * is not given but if we assume nature of * is right-associative then,………

Please tell me where am I doing mistake?

The given operation $*$ is Not associative, So that’s the mistake.

Note that $*$ is Implication operation, i.e. $x*y = x \rightarrow y$, and Implication operation is NOT associative.

Now, we can write $z*x = (z)*x = (x*y)*x.$

Also note that Implication operation is NOT Commutative.

3
3
8 votes
8 votes

The answer is Option (b).
Given
$x*y = x' +y$

$z= x*y$

Therefore $z = x'+y$

$z*x = z' +x$
       $= (x'+y)' +x$
       $= x.y' + x$
       $= x(y' +1)$
       $= x$
Answer $z*x = x$

edited by

2 Comments

He asked something different. He didn't put that compliment in this question .
0
0
Question Edited, now the question is correct.
0
0
7 votes
7 votes

Z*X=(X*Y)*X

=(Xc+Y)c+X

=X.Yc+X

=X(1+Yc)

=X

1 comment

Which rule is applied to change from step 1 to 2 ?
0
0
3 votes
3 votes

Answer : Option B

Answer:

Related questions