Thread Closed

simplifying simple logic

 
Share Thread Thread Tools
Feb9-06, 07:16 AM   #1
 

simplifying simple logic


let's consider this boolean logic experession:

s=x'y'z+x'yz'+xy'z'+xyz

can i simplify it to:

s=x'y'z+x'yz'+xy'z'

as xyz=1 where x,y,z in high logic(1)

what's the simplest expression?
 
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> Researchers use light projector and single-pixel detectors to create 3-D images
>> GPS solution provides 3-minute tsunami alerts
>> Single-pixel power: Scientists make 3-D images without a camera
Feb9-06, 09:37 AM   #2
 
You have 2 xor's

s=x'y'z+x'yz'+xy'z'+xyz

x'y'z + xyz = z(x'y' + xy) = z(x xor y)

x'yz' + xy'z' = z'(x'y + xy') = z'(x xor y)

add these up and go from there
 
Feb9-06, 12:24 PM   #3
 
Quote by waht
You have 2 xor's

s=x'y'z+x'yz'+xy'z'+xyz

x'y'z + xyz = z(x'y' + xy) = z(x xor y)

x'yz' + xy'z' = z'(x'y + xy') = z'(x xor y)

add these up and go from there
x xor y= x'y+xy' that's right, but i don't think x'y'+xy=x xor y

are you sure from that?

thanks
 
Feb9-06, 02:28 PM   #4
 

simplifying simple logic


yea

xy +x'y' is just the complement of (x xor y)

(xy' + x'y)' = (x' + y)(x + y') = xy + x'y'
 
Feb9-06, 02:48 PM   #5
 
s=x'y'z+x'yz'+xy'z'+xyz

x'y'z + xyz = z(x'y' + xy) = z(x xor y)'

x'yz' + xy'z' = z'(x'y + xy') = z'(x xor y)

so s=(z) xor (y) xor (z)
 
Thread Closed
Thread Tools


Similar Threads for: simplifying simple logic
Thread Forum Replies
simple logic question General Math 6
Boolean Logic - Many simple questions Calculus & Beyond Homework 8
simple simplifying problem General Math 2
simple logic question Introductory Physics Homework 0
Simple Formal Logic Riddle Brain Teasers 22