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

How do i reduce Y = (((AB)' * B)' * ((AB)' *A)')'
to Y = A'B + AB'
' Means not
* means times as well.

2007-03-11 08:14:11 · 4 answers · asked by Fred 1 in Science & Mathematics Mathematics

4 answers

Y = (((AB)'*B)')*((AB)'*A)')'
= ((A'*B'*B)')*(A'*B'*A)')'
= ((A+B+B')*(A+B+A')'
= (A*B)'
= A'B+AB'

2007-03-11 08:23:24 · answer #1 · answered by JasonM 7 · 3 1

( ( (AB)' * B)' * ( (AB)' *A )' )'

Your first step is to use DeMorgan's law on the inner negations. Remember that (AB)' = A' + B', and (A + B)' = A'B'.

( ( (AB)'' + B') * ( (AB)'' +A' ) )'

Note that, by double negation, C'' = C. Applying these to (AB)'', we get

( ( (AB) + B') * ( (AB) +A' ) )'

Now, we apply the outside negation to the whole thing, since we have a product of two expressions.

( (AB) + B')' + ( (AB) +A' )'

Use DeMorgan's law once again

(AB)'(B'') + ( (AB)' A'' )

By double negation,

(AB)'(B) + (AB)'(A)

By DeMorgan's law, again,

(A' + B')B + (A' + B')A

By the distributive law,

(A'B + B'B) + (A'A + AB')

But, a negation ANDed with itself is 0, so

(A'B + 0) + (0 + AB')

Which we can now eliminate the 0, as per the OR rules.

A'B + AB'

2007-03-11 08:27:19 · answer #2 · answered by Puggy 7 · 0 2

Reduce (AB)' to A' + B'
AB + B` to A + B'
(A + B)' to A'B'



Y = (((AB)' * B)' * ((AB)' *A)')' = ((AB + B') * (AB + A'))' =
= ((A + B') * (A' + B))' = (A + B')' + (A' +B)' = A'B + AB'

2007-03-11 08:31:26 · answer #3 · answered by Amit Y 5 · 0 2

Y = ( ( (A * B)' * B)' * ( (A * B)' * A)' )'

Y = (((A*B' + A'*B + A'*B')*B)' * ((A'*B + A*B' + A'*B') * A)' )'

Y = ( ( A' * B )' * (A * B')' )'

Y = ( (A*B' + A'*B' + A*B) * (A'*B' + A'*B + A*B) )'

Y = ( A*B + A'*B' )'

Y = A'*B + A*B'

2007-03-11 08:26:02 · answer #4 · answered by ........ 5 · 1 2

fedest.com, questions and answers