Hey guys i'm stuck at one task, i need a bit help with a small explanation, please
Task:
Find a formula F with statement variables H, M and B so that the truth value table for F looks
as follows:
H M B | F
1 1 1 | 1
1 1 0 | 1
1 0 1 | 1
1 0 0 | 0
0 1 1 | 1
0 1 0 | 0
0 0 1 | 0
0 0 0 | 0
1 = True 0 = False
Thanks alot!