You are here:

Advanced Math/Boolean Algebra

Advertisement


Question
I need to find the complements of the following functions
but I can't seem to get the right answer... >.< If you
could explain how to do these that would be great.

+ are ors
* are ands(Also a*b = ab
To show not I will use ~

First one is: Find the complement of F = wx + yz; then
show that FF~ = 0 and F + F~ = 1

What I got for the complement was
F = wx + yz = (w + x)(y + z) = (x~x~)(y~z~)
I couldn't figure out how to show the second part of the
problem even if I got the complement correct.

The next problem is. Find the Complement of the following
expressions.
xy~+x~y

I got this which I think is incorrect.
xy~ + x~y = (x+y~)(x~+y) = (x~+y)(x+y~) =
(x~y)(xy~)

The last one I am having problems with is this.

Implement the Boolean Function.
F = xy + x~y~ + yz~

a)with AND, OR, and inverter gates
b)with OR and inverter gates

I have NO idea where to begin with this one.

Thanks for the input/help!  

Answer
I will use C() as the complement, u as union and n as
intersection, and S for the entire space.  I believe
that u is an or, for which you have +, and that * is
an and.

There are three basic facts to know:
[1] C(A) = S - A,
[2] C(AuB) = C(A) n C(B),
[3] C(AnB) = C(A) u C(B).

For w, x, y, and z I will use W, X, Y, and Z (captialize them,
so that u and n appear as union and intersection.

What we have is F = WnX u YnZ.
To find C(F), it is C(WnX u YnZ).

By [3], the complement of a union is known to be the intersection
of the complement of each one, so C(WnX u YnZ) = C(WnX) n C(YnZ).

By [2], we know that C(WnX) = C(W) u C(X) and that
C(YnZ) = C(Y) u C(Z).

Sp the final result is [C(W) u C(X)] n [C(Y) u C(Z)].

-----------------------------------------------------------------
Now I will attempt to translate this into your terms.
-----------------------------------------------------------------

There are three basic facts to know:
[1] ~A = S - A,
[2] ~(A+B) = ~A * ~B,
[3] ~(A*B) = ~A + ~B.

For w, x, y, and z I will use W, X, Y, and Z (captialize them,
so that u and n appear as union and intersection.

What we have is F = W*X + Y*Z.
To find ~F, it is ~(W*X + Y*Z).

By [3], the complement of a union is known to be the intersection
of the complement of each one, so ~(W*X + Y*Z) = ~(W*X) * ~(Y*Z).

By [2], we know that ~(WnX) = ~W + ~X and that ~(Y*Z) = ~Y + ~Z.

So the final result is (~W + ~X) * (~Y + ~Z).

-----------------------------------------------------------------
Now I will do (a) and (b).
-----------------------------------------------------------------
(a) Take our answer, (~W + ~X) * (~Y + ~Z), and convert it to
using AND.  Use [3] to say that it is W*X * Y*Z .

(b) Take our answer, (~W + ~X) * (~Y + ~Z), and convert it to
using OR.  Using [2], we can say that it is
~[(~W + ~X) + (~Y + ~Z)].

Advanced Math

All Answers


Answers by Expert:


Ask Experts

Volunteer


Scott A Wilson

Expertise

I can answer any question in general math, arithetic, discret math, algebra, box problems, geometry, filling a tank with water, trigonometry, pre-calculus, linear algebra, complex mathematics, probability, statistics, and most of anything else that relates to math. I can even tell you it takes me over 2,000 steps to go a mile, but is that relevant?

Experience

Experience in the area; I have tutored people in the above areas of mathematics for almost two years in AllExperts.com. I have tutored people here and there in mathematics since before I received a BS degree almost 25 years ago. In just two more years, I received an MS degree as well, but more on that later. I tutored at OSU in the math center for all six years I was there. Most students offering assistance were juniors, seniors, or graduate students. I was allowed to tutor as a freshman. I tutored at Mathnasium for well over a year. I worked at The Boeing Company for over 5 years. I received an MS degreee in Mathematics from Oregon State Univeristy. The classes I took were over 100 hours of upper division credits in mathematical courses such as calculus, statistics, probabilty, linear algrebra, powers, linear regression, matrices, and more. I graduated with honors in both my BS and MS degrees. Past/Present Clients: College Students at Oregon State University, various math people since college, over 7,500 people on the PC from the US and rest the world.

Publications
My master's paper was published in the OSU journal. The subject of it was Numerical Analysis used in shock waves and rarefaction fans. It dealt with discontinuities that arose over time. They were solved using the Leap Frog method. That method was used and improvements of it were shown. The improvements were by Enquist-Osher, Godunov, and Lax-Wendroff.

Education/Credentials
Master of Science at OSU with high honors in mathematics. Bachelor of Science at OSU with high honors in mathematical sciences. This degree involved mathematics, statistics, and computer science. I also took sophmore level physics and chemistry while I was attending college. On the side I took raquetball, but that's still not relevant.

Awards and Honors
I earned high honors in both my BS degree and MS degree from Oregon State. I was in near the top in most of my classes. In several classes in mathematics, I was first. In a class of over 100 students, I was always one of the first ones to complete the test. I graduated with well over 50 credits in upper division mathematics.

Past/Present Clients
My clients have been students at OSU, people nearby, friends with math questions, and several people every day on the PC, and you're probably make one more.

©2012 About.com, a part of The New York Times Company. All rights reserved.