Truth Table
wx↓/y→
0
1
00
1
1
01
1
1
10
0
0
11
1
0
For the truth table above where the wx input is down and the y input is across, which one of these is a simplified expression?
F(w, x, y) = w'(w + x + y')
F(w, x, y) = w' + xy'
F(w, x, y) = w' + w + x
F(w, x, y) = w + x
F(w, x, y) = y + w + x