All About Circuits

Digital Circuits

Boolean Algebra


67 questions By Tony R. Kuphaldt

Page 11 of 23 0 of 67 answers revealed (0%)
  • Question 31 of 67

    Two very important rules of simplification in Boolean algebra are as follows:

    Rule 1: \(A + AB = A\)
    Rule 2: \(A+\overline{A}B = A+B\)

    Not only are these two rules confusingly similar, but many students find them difficult to successfully apply to situations where a Boolean expression uses different variables (letters), such as here:

    $$\overline{R}ST+\overline{R}$$

    Here, it is the first rule that applies \((A + AB = A)\) and not the second rule \((A+A\overline{B}=A+B)\), giving a simplification of:

    $$\overline{R}$$

    Try to apply these two rules to the following Boolean expressions, identifying which rule directly applies, or if neither rule directly applies:

    $$FGH + G$$

    $$\overline{C}+CF$$

    $$\overline{AB}C+A$$

    $$RS+\overline{R}$$

    $$\overline{AB}+ABC$$

    $$\overline{AB}C+C$$

    $$\overline{R}V\overline{W}+\overline{R}$$

    $$\overline{X} \ \overline{Y}Z+\overline{XY}$$

    $$\overline{J} \ \overline{K}LM+\overline{J}K$$
    $$\overline{E}HF+F\overline{E}$$
    Reveal answer
  • Question 32 of 67

    Use Boolean algebra to simplify the following expression, then draw a logic gate circuit for the simplified expression:

    $$A(B + AB) + AC$$

    Reveal answer
  • Question 33 of 67

    Use Boolean algebra to simplify the following expression, then draw a logic gate circuit for the simplified expression:

    $$(A+B)(\overline{A}+\overline{B})$$

    Reveal answer
  • K
    knickels October 28, 2024

    Question 29, answer 3 has a typo - should be A*B + !(D)*E not A*B+!(D*E)

    Like. Reply
    • D
      dalewilson October 28, 2024
      You are correct. Nice catch! I have submitted the change, but it may take a few days to propagate through the system. Thank you for letting us know.
      Like. Reply