Help Please!

Thread Starter

minimugy

Joined Mar 2, 2011
7
Hello!

i've been give a problem that i am stuck on. if you can help that'd be great!

Write an equation for the following sequences (use only three variables for the right hand side): The overflow indicator V will turn off iff X is negative, Y is positive, and D is positive, or Xis positive, Y is negative, and D is negative.

so far i have,

V=X'YD + XY'D'

i was thinking it would be an exclusive or but i was told that was wrong, so if you can help me simplify this it would i would really appreciate it.

Thanks in advance!!
 

mjhilger

Joined Feb 28, 2011
118
Have you written your truth table or karnaugh map? That would be a great place to start. Once you have that, you should be able to see how to write your equation.
 

Thread Starter

minimugy

Joined Mar 2, 2011
7
I did but it gave me the same function i have above. so thats where i am stuck.

would it be wither one of the two since the two products are the exact opposite of each other?
 

Thread Starter

minimugy

Joined Mar 2, 2011
7
I believe it is off if either of the two hit. but i need to get it to only 3 terms on the right side and i have six.
 

mjhilger

Joined Feb 28, 2011
118
Your statement says that V will turn OFF iff .....

So your equ should be:
V' = X'YD + XY'D' <- is three variables X, Y, D

Or are you saying that you may only use X or X' (etc.) but not both? Not sure what you are looking for?

You cannot use XOR of 3 variables, because it would give 3 states for V', not just the 2 you are looking for.
 

Thread Starter

minimugy

Joined Mar 2, 2011
7
well i re read the wuestion and it says 3 variable which i guess iw as confused with 3 terms or something. i felt like it only needed to be either X'YD or XY'D' to v but now i see that i only have 3 variables and i was done all along. I'm sorry about my confusion and any confusion i may have cause you. Thanks for the help!!!!
 

Ron H

Joined Apr 14, 2005
7,063
well i re read the wuestion and it says 3 variable which i guess iw as confused with 3 terms or something. i felt like it only needed to be either X'YD or XY'D' to v but now i see that i only have 3 variables and i was done all along. I'm sorry about my confusion and any confusion i may have cause you. Thanks for the help!!!!
I was going to make the same point, but I am wondering why the stipulation "use only three variables for the right hand side", since there are only 3 variables available. How could you possibly use more?
 
Top