Take as x different positive numbers, negative numbers and zero, and compute x + 1, x – 1, 1 – x. Check whether the equations below hold for all numbers.
1 – x = – (x – 1)
1 – x = – (x – 1)
Let’s check for x = 0
L.H.S = 1 – 0
= 1
R.H.S = -(0 - 1)
= 1
= L.H.S
Hence, it works for x = 0
Let’s check for x = 1
L.H.S = 1 – 1
= 0
R.H.S = - (1 - 1)
= 0
= L.H.S
Hence, it works for x = 1
Let’s check for x = 2
L.H.S = 1 – 2
= -1
R.H.S = - (2 - 1)
= -1
= L.H.S
Hence, it works for x = 2
Similarly we can check for other values too. It will follow.
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.