quick logic homework question!

boredboii

Member
Oct 10, 1999
94
0
0
hey i was wonderin if any of u logic geniuses can help me with this equation quick:

F= ab' + b + a'c

how would u write that in truth table form?
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
If you are having trouble with truth tables... then you my friend are in for a world of pain.
 

Colt45

Lifer
Apr 18, 2001
19,720
1
0
F= ab' + b + a'c

F is 1 when:

ABC
10x
x1x
0x1

your dashes behind letters mean bar (the letter infront) right?

anyways then,

ABC - F
000 - 0
001 - 1
010 - 1
011 - 1
100 - 1
101 - 1
110 - 1
111 - 1

i think. /half asleep

what is this? a 3 input OR gate? A + B + C = F
unless im sleeping again
 

KingNothing

Diamond Member
Apr 6, 2002
7,141
1
0
Make three columns for a, b, and c, and a fourth column for your formula. In the first three columns place ones and zeroes so that every combination is covered. Then just write the result of each combination in the fourth column.
 

clamum

Lifer
Feb 13, 2003
26,256
406
126
Originally posted by: KingNothing
Make three columns for a, b, and c, and a fourth column for your formula. In the first three columns place ones and zeroes so that every combination is covered. Then just write the result of each combination in the fourth column.

:thumbsup:

Yeah it is quite an easy problem though ;)