SOLUTION: O OR (1 AND ( 1 × OR O))
Algebra
->
Real-numbers
-> SOLUTION: O OR (1 AND ( 1 × OR O))
Log On
Algebra: Real numbers, Irrational numbers, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on real-numbers
Question 1066896
:
O OR (1 AND ( 1 × OR O))
Answer by
rothauserc(4718)
(
Show Source
):
You can
put this solution on YOUR website!
(1 × OR O) = 1
:
I interpret this to be Exclusive OR(XOR)
:
(1 AND 1) = 0
:
0 OR 0 = 0, therefore
:
****************************
O OR (1 AND ( 1 × OR O)) = 0
****************************
: