• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

quick logic homework question!

boredboii

Member
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?
 
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
 
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.
 
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 😉
 
Back
Top