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.
次のブール式があるとします。
(A^B^C) v (~A^~C)
AND(^)とNOT(〜)のみを使用してそれをどのように表現できますか?答えは欲しくない、どうやってやるのか。
この質問は未回答として表示されているので、他の質問と同じように、ド・モルガンの法則が機能すると言います(A v B) == ~(~A ^ ~B)。
(A v B) == ~(~A ^ ~B)