Prove that X+(X.Y)=X by truth table method
Answers
Answered by
0
Answer:
x y x.y x+(x.y)
0 0 0 0
0 1 0 0
1 0 0 1
1 1 1 1
Explanation:
1. AND(.) operator gives output TRUE when both inputs are TRUE
2. OR(+) operator gives output TRUE when either inputs are TRUE
Answered by
1
Explanation:
X=0, 0, 1,1
Y=0,1,0,1. X+X,Y= 0,1,1,1. X+Y= 0,1,1,1
Similar questions
Computer Science,
2 months ago
Social Sciences,
2 months ago
English,
2 months ago
English,
5 months ago
India Languages,
11 months ago