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.
ブール代数で最小化する必要がある式は次のとおりです。
y = /A/B/C/D + /A/B/CD + /AB/CD + A/B/C/D + A/B/CD + A/BC/D + A/BCD.
私はそれについて少し知っています、助けてください!!!
答えは /A/CD + /B/C + A/B
You need to put those minterms on a Karnaugh Map and find the minimized form after grouping.