True or False?
For any integer x , x 3 − x is always even.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If x = 1 wouldn't the multiplication be 1 * 0 * 2 = 0? Is 0 an even number?
Log in to reply
Yes, zero is an even number.
Log in to reply
No , 0 is not an even number ( nor is it an odd number) as it is the absence of a numerical value just as black is the absence of colour or light so black isn't a colour.
Log in to reply
@Kyle Sockalingum – Incorrect. 0 is an even number, because it is an integer multiple of 2, and that is the definition of "even."
https://en.wikipedia.org/wiki/Parity of zero for your further reading.
Let x = 2 q + r , r = 0, 1 x 3 − x = x ( x 2 − 1 ) = x ( x + 1 ) ( x − 1 ) ________________________________________________________________ Case 1 . x = 2q x 3 − x = 2 q ( 2 q + 1 ) ( 2 q − 1 ) ⟹ 2 ∣ ( x 3 − x ) ________________________________________________________________ Case 2. x = 2q + 1 x 3 − x = ( 2 q + 1 ) ( 2 q + 2 ) ( 2 q ) ⟹ 2 ∣ ( x 3 − x )
r = ( 0 , 1 ) says that r is an ordered pair, and thus should be changed to be either r ∈ [ 0 , 1 ] or r ∈ 0 , 1 to make it be correct.
x 3 − x = x ( x 2 − 1 ) .
If x is even then x ( x 2 − 1 ) is even. ( ∵ Even × any integer = Even).
If x is odd, then x 2 is odd. ( ∵ Odd × Odd = Odd ∀ integers). Thus x 2 − 1 is even ( ∵ Odd and Even are consecutive ∀ integers). Thus x ( x 2 − 1 ) is even.
Therefore, x 3 − x is even ∀ x ∈ Z .
Trivially, x 3 ≡ x ( m o d 2 ) ⟹ x 3 − x ≡ 0 ( m o d 2 ) . Hence, T r u e .
(I felt an overwhelming urge to do a one-line proof.)
x3-x=x(x2-1), If x is even, x2-1 is odde and x(x2-1) is even If x is odd, x2-1 is even and x(x2-1) is even
Problem Loading...
Note Loading...
Set Loading...
x 3 − x = x ( x 2 − 1 ) = x ( x − 1 ) ( x + 1 ) = ( x − 1 ) x ( x + 1 ) . Since x is an integer, the expression is the product of three consecutive integers. Within three consecutive integers there must be at least an even integer. Therefore, the product and hence the expression is always even.