English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

what is the simplification of (AB + C'D + A'B + CD) ?

2006-10-18 15:28:54 · 3 answers · asked by procomp9 1 in Science & Mathematics Mathematics

3 answers

First method, using Laws of Boolean algebra:

Factor out the common terms:

[ B (A + A') + D (C' + C) ]

Inverse Laws: X + X' = 1;

So you'll get:

B(1) + D(1)

Identity Laws: X(1) = X;

So you final answer is simply [ B + D ].

Alternatively, you may use Karnaugh maps to simplify the equation so you won't have to memorize all the laws.

Hope it helps.

2006-10-18 20:09:21 · answer #1 · answered by Ling 3 · 0 0

(AB + C'D + A'B + CD) = (AB + A'B + CD + C'D)
rearranging the order of the terms does not change the answer.
AB+A'B = B also CD+C'D = D
A can be on or off, but B must be on
C can be on or off, but D must be on

Therefore:
(AB + C'D + A'B + CD) = (AB + A'B + CD + C'D) =
(AB + A'B) + (CD + C'D) = B + D

2006-10-18 16:19:32 · answer #2 · answered by Raymond 7 · 0 0

I found a site that may help you simplify your question.

Go to:

http://www.cs.usask.ca/resources/tutorials/csconcepts/2000_8/html/boolean_algebra.htm

Guido

2006-10-18 15:43:59 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers