Use a table to express the values for the following Boolean function: F(x, y) = y*(x + y) x y F(x,y) 0 0 0 1 1 0 1 1
Follow Math Help Forum on Facebook and Google+
hints: x y | x+y | x*y 0 0 -- 0 --- 0 0 1 -- 1 --- 0 1 0 -- 1 --- 0 1 1 -- 0 --- 1
View Tag Cloud