Question 1023176
.
{{{highlight(If_x_is_an_integer_then)}}} x squared minus x is divisible by 2.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


{{{x^2-x}}} = x*(x-1).


This number is even, because it is the product of two consecutive integer, one of which is multiple of 2.


Why should I write the correct condition instead f you?