Solve Variables with Ease from My Book's Problem Statement to Solution

  • Thread starter momentum
  • Start date
  • Tags
    Variables
In summary, the conversation is about understanding a problem and its solution in a book. The person is confused about a particular part and asks for help. Another person explains the solution using DeMorgan's Laws and simplification of Boolean operations. The person then asks for confirmation and clarification, and the other person confirms and corrects a typo.
  • #1
momentum
111
0
Here is the problem statement in my book

RPkA9Sh.jpg
Here is the solution as per my book
TmHEB8y.jpg


I don't understand that marked part. Is that correct? Can we write that? How?
Need help to understand that part.
 

Attachments

  • RPkA9Sh.jpg
    RPkA9Sh.jpg
    18.4 KB · Views: 618
  • TmHEB8y.jpg
    TmHEB8y.jpg
    26.8 KB · Views: 579
Physics news on Phys.org
  • #2
It might be easier to follow if we put the implied parentheses in:

\begin{align*}
A&=B*C\\
&=B*(A*B)\\
&=\overline{B}\ \overline{(A*B)} + B (A*B)
\end{align*}
In the last step they are just applying the definition of the '##*##' operator to the first instance of '##*##' in the second line.

Another way to look at it is:
\begin{align*}
A&= B*C\\
&= BC + \overline B\ \overline C\\
&= \overline{B}\ \overline{(A*B)} + B (A*B)
\end{align*}
 
  • #3
Thanks. I am clear on that part now...very nice.

But stuck with the next step :(

How the next step working. Is it any law? Could you please elaborate more on this red part below?

QfyLGF3.jpg
 

Attachments

  • Up6n1lv.jpg
    Up6n1lv.jpg
    23 KB · Views: 452
  • QfyLGF3.jpg
    QfyLGF3.jpg
    25.8 KB · Views: 259
  • #4
To get to the circled expression, the author has used DeMorgan's Laws several times.

##\overline{\bar A\bar B + AB}= (\overline{\bar A \bar B}) (\overline{AB})##
Can you continue from there? This expression does simplify to ##\bar A B + B\bar A##.

You will also need to use the fact that for a Boolean variable B, ##B\bar B = 0##
 
  • #5
Mark44 said:
Can you continue from there? This expression does simplify to
yes..applying DeMorgan's Laws two times I achieve that...not a problem.

one more query ,

2cDlv1Y.png


I just rearranged those values ...I am not sure if this is allowed ...could you please confirm ?
 

Attachments

  • 2cDlv1Y.png
    2cDlv1Y.png
    4.9 KB · Views: 282
  • 2cDlv1Y.png
    2cDlv1Y.png
    4.9 KB · Views: 427
  • #6
Yes, the Boolean AND and OR operations are commutative, so ##\bar B \bar A B = \bar A \bar B B##, which can be further simplified to ##\bar A##.

Edit: ##\bar A \bar B B## simplifies to 0.
 
Last edited:
  • #7
Mark44 said:
Yes, the Boolean AND and OR operations are commutative, so ##\bar B \bar A B = \bar A \bar B B##, which can be further simplified to ##\bar A##.

I think you made a typo here.

since B!B =0 ... so the value of this expression should be 0

correct me if I'm wrong.
 
  • #8
momentum said:
I think you made a typo here.

since B!B =0 ... so the value of this expression should be 0

correct me if I'm wrong.
Right, I got ahead of myself.
I have edited my earlier reply.
 

Related to Solve Variables with Ease from My Book's Problem Statement to Solution

1. What is "Solve Variables with Ease" about?

"Solve Variables with Ease" is a guide that helps readers understand and solve problems involving variables. It provides a step-by-step approach to breaking down a problem statement and finding a solution using variables.

2. Who is the target audience for "Solve Variables with Ease"?

The target audience for "Solve Variables with Ease" is anyone who wants to improve their understanding and problem-solving skills with variables. This can include students, academics, and professionals.

3. What makes "Solve Variables with Ease" unique?

"Solve Variables with Ease" stands out because it offers a comprehensive and easy-to-follow approach to solving problems with variables. It also includes real-world examples and practice problems to help readers apply the concepts they learn.

4. How can "Solve Variables with Ease" benefit me as a reader?

As a reader, "Solve Variables with Ease" can help you develop a deeper understanding of variables and how to use them to solve problems. It can also improve your critical thinking and analytical skills, which are valuable in many fields of study and work.

5. Do I need any prior knowledge to understand "Solve Variables with Ease"?

While some basic math skills may be helpful, "Solve Variables with Ease" is designed to be accessible to readers of all levels. The guide includes explanations and examples to ensure that anyone can follow along and learn from it.

Similar threads

  • Engineering and Comp Sci Homework Help
2
Replies
59
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
824
  • Engineering and Comp Sci Homework Help
Replies
11
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
12
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
11
Views
1K
Back
Top