문제

F(A,B,C)=ABC+A'BC+A'BC'+AB'C+AC' how to simplify this expression? Need help... Thanks. How would you simplify this boolean expression? I don't know how to apply the boolean laws

도움이 되었습니까?

해결책

ABC+A'B(C+C')+AB'C+AC' ==
ABC+A'B+ABC+AC'==
AC(B+B')+A'B+AC'==
AC+A'B+AC'==
A+A'B==
A+B

다른 팁

I haven't don't this in a long time. :(

F(A,B,C)=ABC+A'BC+A'BC'+AB'C+AC'
(A + A')BC+A'BC'+AB'C+AC'
BC+A'BC'+AB'C+AC'
B(C+A'C')+A(B'C+C')
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top