Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
F(A,B,C)=ABC+A'BC+A'BC'+AB'C+AC' 如何简化这个表达式?需要帮助...谢谢。你将如何简化这个布尔表达式?我不知道如何应用布尔定律
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
我很久没有这样了。:(
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')