View Single Post
  #21 (permalink)  
Old 10-03-2008, 02:45 AM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,569
Last Blog:
Tidy up your HTML
Credits: 0
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default Re: Homework For LuLz

Simplify the following Boolean expression. The final expression should (be logically equivalent) have a weight of four (meaning F = a + b where a and b are some literal in the expression in its complimented or uncomplimented form).
' indicates the literals complement
a + b indicates a OR b
ab indicates a AND b


F = y’z’ + x’yz + x’y + xyz + xz’
Reply With Quote