Starting with the truth table from Exercise 7.1 of this lab manual (provided below), apply the Sum of Products algorithm to obtain a Boolean expression for another circuit that would provide the same outputs as the example circuit. Then construct the new circuit with the simulator. Note how many more gates would be required for this circuit than appear in the original example circuit. After you have tested the circuit, create a document to include the Boolean expression and a screenshot or drawing of the circuit.

A B Output Value
0 0 1
0 1 1
1 0 1
1 1 0