Results 1 to 4 of 4

Thread: Simplifying Boolean expression?? Help

  1. #1
    VrWagz1's Avatar
    VrWagz1 is offline The Wagon on Wheels..
    Ride
    Vr S2 exec 5.0 man Wagon

    Join Date
    May 2008
    Location
    wollongong
    Posts
    2,380

    Default Simplifying Boolean expression?? Help

    Is anyone here any good with boolean expressions. Im stuck on this one (A+B).(B+C). It looks like a fairly simply but i just dont seem to be getting it, I have the answer and even the workings but i just dont understand how the workings worked out:S
    I fairly new to this so if you could explain a little that would be good

    Equation : Z= (A+B).(B+C)
    Step 1 : = A.B+A.C+B.B+B.C (this bit i got no worries)
    Step 2 : = A.C+B(A+1+C) (How the shizzle did they get this and i cant see where the 1 came from either, if i used boolean laws and identities the only way i can get a 1 is from A+'A and there is no inverted numbers in this equasion at all)

    Answer =A.C+B (is the answer which i think i get but if you could explain how to properly get that from step 2 would be great.)
    Quote Originally Posted by Blown V6 Hatch View Post
    Has ACL stopped making flat top pistons or something? Grinding a heap off the heads seems to be the latest fashion...
    Quote Originally Posted by Reaper View Post
    It's cheap and half arsed - perfect fit for a Commodore
    Reaper

  2. #2
    PaRaDoX's Avatar
    PaRaDoX is offline boosted!
    Ride
    Forester GT, VT S Supercharged, Supra Turbo

    Join Date
    Apr 2005
    Location
    Melbourne, Victoria
    Posts
    3,243

    Default

    are you doing this in relation to logic "OR" gates? if you are i think your going about it the wrong way, you need to draw out the circit and work it out as you go. its been a few years since i did digital maths but ill try and help you if i can

  3. #3
    michaelw's Avatar
    michaelw is offline Donating Member
    Ride
    VX S2

    Join Date
    May 2005
    Location
    Newcastle NSW
    Posts
    557

    Default

    Think of it this way. What needs to be ture for Z to be true.

    Z= (A+B).(B+C)

    OK so if A is true, either B or C needs to be true for Z to be true.
    If B is True, then who cares it is going to be true what ever.
    C needs either B or A to be true.

    So expand the brackets
    Step 1 : = A.B+A.C+B.B+B.C (this bit i got no worries)

    Now

    Group together

    Z = A.C + B.(A+B+C)

    No if B is true in the second statement It will also be true in the brackets so you can put in a 1.
    Remember B=B.1

    So
    Z = A.C + B.(A+1+C)

    If B is true then who cares about A or C so just drop them

    Z = A.C + B

    Remember with logic always look for what you can ignore.
    Hope this helps.

  4. #4
    VrWagz1's Avatar
    VrWagz1 is offline The Wagon on Wheels..
    Ride
    Vr S2 exec 5.0 man Wagon

    Join Date
    May 2008
    Location
    wollongong
    Posts
    2,380

    Default

    That is exactly what i needed michaelw thankyou.

    In the mean time i have found a law that sort of allows you to cheat. Its the same law that you use to expand in the first step. You use that same law in reverse and its gives you the answer instantly.

    the law of Distribution says
    A+B.C = (A+B).(A+C)
    so in reverse
    (A+B).(A+C) = A+B.C

    Therefore in our equasion
    (A+B).(B.C) = (B+A).(B+C) (Law of commutation)
    Answer = B+A.C (Law Of Distribution)

    Have learned alot in the last 12 hours but i still got plenty to go, its just starting to click a bit. I think once i start to get a proper handle on this it will come very easy.
    Quote Originally Posted by Blown V6 Hatch View Post
    Has ACL stopped making flat top pistons or something? Grinding a heap off the heads seems to be the latest fashion...
    Quote Originally Posted by Reaper View Post
    It's cheap and half arsed - perfect fit for a Commodore
    Reaper

Similar Threads

  1. Expression of Interest: VT series 2 manual v6
    By bigg_vin in forum Vehicles For Sale
    Replies: 5
    Last Post: 16-10-2006, 11:22 AM
  2. Expression of interest 96 VS Series II 4 Sale
    By DaPlaya in forum Parts And Other Items For Sale
    Replies: 6
    Last Post: 24-08-2006, 08:39 AM
  3. JC Polos, expression of interest
    By AirStrike in forum The Pub
    Replies: 46
    Last Post: 02-04-2006, 07:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71