Consider the three-place Boolean function f defined by the following rule:
For each triple (x1, x2, x3) of 0's and 1's,
f(x1, x2, x3) = (7x1 + 4x2 + 6x3) mod 2.
(a) Find f(1, 1, 1) and f(0, 0, 1).
f(1, 1, 1) =
f(0, 0, 1) =
(b) Fill in the blanks in the input/output table for f.
Input
Output
x1 x2 x3 f