Question 187381: Find all numbers with the property that when the number is added to itself the sum is the same as when the number is multiplied by itself. Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Find all numbers with the property that when the number is added to itself the sum is the same as when the number is multiplied by itself.
------------
x+x = x*x
x*(x-2) = 0
x = 0
x = 2
There are no others.