In a math exam, I was instructed to find the product of 2 distinct integers.
However, I misread the question and I found the sum (instead of the product) of these 2 numbers.
If I did my calculation correctly, is it still possible for me to get the correct numerical answer?
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 , y are the two integers, then we require that
x y = x + y ⟹ x y − x − y = 0 ⟹ ( x − 1 ) ( y − 1 ) − 1 = 0 ⟹ ( x − 1 ) ( y − 1 ) = 1 .
This is only the case if x − 1 = y − 1 = 1 ⟹ x = y = 2 or x − 1 = y − 1 = − 1 ⟹ x = y = 0 .
In either case x , y are not distinct, so if x , y are distinct integers then x y = x + y , i.e., the answer is "No, it's impossible".