Solving Boolean Algebra: a'b'c' + abc = 1?

AI Thread Summary
The equation a'b'c' + abc = 1 is not universally true in Boolean algebra. It holds only when the variables a, b, and c are all equal, either all 0 or all 1. To demonstrate this, constructing a truth table reveals the conditions under which the equation is valid. Alternatively, using the expression (abc)' + abc = 1 shows that it covers all possible values of abc, yielding a consistent result of 1. Thus, the original equation's validity is limited to specific cases.
killerfish
Messages
16
Reaction score
0
Hi guys,

I'm new to boolean algebra, i couldn't get this through...

a'b'c' + abc = 1 ? or i have to use (abc)' + abc = 1 to get 1 ?

Thanks you.
 
Physics news on Phys.org
(abc)' + abc = 1. There are only 2 possible values for abc, and they are 0 and 1. So it is very obvious that if abc isn't 1, then (abc)' is, and vice versa. So 1 or 0 = 1, 0 or 1 = 1. To prove that a'b'c' + abc = 1 isn't always necessarily true, you can construct a truth table with a b c a' b' c' and your answer. You will find that statement is only true when a,b,c are all the same value.
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top