Draw a truth table for x XOR 1 = x

  • Thread starter Thread starter larry21
  • Start date Start date
  • Tags Tags
    Table Truth table
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
larry21
Messages
10
Reaction score
0

Homework Statement


Using boolean algebra, verify if the identity is true. Draw truth table to verify answers.

x XOR 1 = x

The Attempt at a Solution


[itex]x \oplus 1 = x[/itex]

(x’ * 1) + (x * 1’)
(x’ * 1) + (x * 0)
(x’ * 1) + 0
(x’ * 1)
x’

I've proven that the equation is false. How do I draw truth table to prove it? Help appreciated. Thanks.
 
Physics news on Phys.org
x can be true or false (1 or 0). I still don't know how to proceed...
 
Normally I look at the equation; usually there are 2 variables and I list all possible combinations for them. but in this case, there's only one variable and a 1. What do I do with the 1?