Answer:
- the truth table is shown in the first attachment
- Opens = AB + AC
- the logic diagram is shown in the third attachment
Step-by-step explanation:
a) The truth table has 3 inputs: A, B, C, considered to be True when the respective key owner has their key inserted into the lock. The 1 output, "opens" is considered to be True when the conditions are met for the vault to be opened.
The truth table is shown in the first attachment.
__
b) The SOP expression for "opens" can be derived by the use of a Karnaugh map representation of the truth table. That is shown in the second attachment. The terms of the table can be covered by the minimal sum ...
Opens = AB + AC
__
c) The logic circuit required to directly implement the sum of products (SOP) expression consists of two And gates (one for each product) and one Or gate (to do the sum). The circuit is shown in the third attachment.
_____
Comment on the circuit
Of course, the circuit could consist of a single Or gate together with a single And gate. The Or gate inputs would be B or C, and the And gate inputs would be A and 'Or-gate output'.