Question 892428

Please help me with the square of an integer minus two times the integer is 0. I need to provide all possible solutions.
<pre>
Let integer be N
Then, {{{N^2 - 2N = 0}}}
N(N - 2) = 0
N = 0       OR     N  - 2 = 0 
N, or number is: {{{highlight_green(0)}}}        OR        {{{highlight_green(2)}}}