edited by
3,521 views
26 votes
26 votes

Find values of Boolean variables $A, B, C$ which satisfy the following equations:

  • A+ B = 1
  • AC = BC
  • A + C = 1
  • AB = 0
edited by

3 Answers

Best answer
30 votes
30 votes
From $A+B=1$ and $AB=0$ we get either of $A,B$ is $1$ and another is $0$

Now, $AC=BC$, here $C$ has to be $0$ (because $A,B$ has different values)

$C=0$

Now, $A+C=1$

So, $A=1$ and $AB=0$ so, $B=0$

So, we get:

$A=1$ , $B=0$ , $C=0$

These are the values.
edited by
–1 votes
–1 votes
Looking at first and third arguments, we can satisfy both by putting A =1 and B and C to 0 , now it can be easily checked that other constraints are still true.
reshown by

Related questions

9 votes
9 votes
1 answer
1
11 votes
11 votes
2 answers
3
makhdoom ghaya asked Nov 30, 2016
2,981 views
Explain the behaviour of the following logic circuit with level input $A$ and output $B$.
10 votes
10 votes
3 answers
4
makhdoom ghaya asked Nov 29, 2016
1,621 views
Show that {NOR} is a functionally complete set of Boolean operations.