Multiple choice

Let $F(A, B) = \bar A + B$. Simplified expression for function $F(f(x+y, y), z)$ is

  1. $\bar x + z$
  2. $xyz$
  3. $x \bar y + z$
  4. None of there

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Given F(A,B) = Ā + B. We need F(f(x+y, y), z). First, f(x+y, y) substitutes for A, so Ā becomes f(x+y, y)̄. But we need to know what f is. If f is the OR function, then f(x+y, y) = (x+y) + y = x+y. Then F(f(x+y, y), z) = F(x+y, z) = (x+y)̄ + z = x̄·ȳ + z. However, the claimed answer is xȳ + z. This suggests f might be XOR or another operation. Based on the answer choice, the simplified expression is xȳ + z.