Minimize the following boolean equation.

  • Context: MHB 
  • Thread starter Thread starter shamieh
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on minimizing the Boolean equation f(w,x,y,z) = wx + w * ¬x + w * z + x * y. The correct simplification process involves applying Boolean algebra laws, leading to the final expression f = w + xy. Key steps include using the distribution law, the complement law, and the absorption law to achieve the minimized form. Participants clarify the operations involved and correct misunderstandings regarding the simplification process.

PREREQUISITES
  • Understanding of Boolean algebra principles
  • Familiarity with simplification techniques in Boolean expressions
  • Knowledge of distribution and absorption laws in Boolean logic
  • Ability to interpret and manipulate logical expressions
NEXT STEPS
  • Study Boolean algebra simplification techniques
  • Learn about the distribution and absorption laws in detail
  • Explore practical applications of Boolean minimization in digital circuit design
  • Practice with additional Boolean equations to reinforce understanding
USEFUL FOR

Students and professionals in electrical engineering, computer science, and anyone involved in digital logic design or optimization of Boolean expressions.

shamieh
Messages
538
Reaction score
0
Minimize the following Boolean Equation. Write out the simplified formula (SOP FORM).

Need someone to check this. I got the answer wrong somehow.

$f${w,x,y,z) = $$w*x + w * \bar{x} + w * z + x * y$$

My answer:
$$=(wx + w\bar{x})(wz + xy)
=w(x + \bar{x})
=w * 1 = w(wz + xy) = wz + xy$$
 
Last edited:
Technology news on Phys.org
shamieh said:
$f${w,x,y,z) = $$w*x + w * \bar{x} + w * z + x * y$$

My answer:
$$=(wx + w\bar{x})(wz + xy)[/math]
I don't understand why you replaced + between $(wx+w\bar{x})$ and $(wz+xy)$ in the original expression with * in the second expression. Which operation is in the problem statement?

shamieh said:
$$=w(x + \bar{x})
=w * 1$$
What happened to $(wz+xy)$? When you write =, it should indeed mean "equal", not "I will work on one subexpression and later return to the other one".

shamieh said:
$$w(wz + xy) = wz + xy$$
Here you return the second factor $(wz+xy)$.
 
So what's the solution? Because I'm lost.
 
I would do
\begin{align*}
f&=wx + w \bar{x} + wz + xy \qquad \text{(original expression)} \\
&=w(x+ \bar{x})+wz+xy \qquad \text{(distribution law)} \\
&=w \cdot 1+wz+xy \qquad \text{(complementation or excluded middle)} \\
&=w+wz+xy \qquad \text{(identity for $\cdot$)} \\
&=w+xy \qquad \text{(absorption law)}.
\end{align*}
 
Wow ach, thank you so much!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K