Preview

10 - Simplifying Statements #1

 1. Simplify the following statement: ~(A * B) * (~A + B) * (~B + B)
Note: + = OR; * = AND; ~ = NOT

  B

  ~A

  A+B

  A

 2. We can get from ~(A * B) * (~A + B) to (~A + ~B) * (~A + B) using which of the following laws:

  Associative

  Double Negation

  Commutative

  Distributive

 3. A * B = B * A describes the ________________ law

  Double Negation

  Commutative

  Associative

  Distributive

 4. The following expression could be simplified to: (A+B)*C+(B+A)*C*(B+B) ……

  A

  A+B

   (A + B) * C

  B+C

 5. Simplify the following expression: A*(A+B)*C*(B+C)*C*(B+C)

  B

  A

  A * C

  A+C

 6. Simplify the following expression: A*(A+B)*C*(B+C)*C*(B+C)+~(~C)

  B

  A

  A+B

  C

 7. Simplify the following expression: A+B+C*(A+B)

  A

  A+B

  B+C

   (A + B) * C

 8. Simplify the following expression: A*(A+B+C+A+B+A)

  A

  C

  A+B

  B

 9. A*(A+B+C+D) can be reduced to:

  B

  B+C+D

  A

  C

 10. ~A+ A + ~B + B can be reduced to:

  ~B

  TRUE (1)

  FALSE (0)

  A