Puzzle---------------Can you find this solution??
By nick17
@nick17 (107)
India
February 6, 2007 7:33am CST
2+2 comes to the same as 2*2. Now find a set of three different whole numbers whose sum is equal to their total when multiplied????
2 responses
@victorwzj (539)
•
6 Feb 07
you requested three different number and I think that there are not three answer. I am not a math wiz, but I am a computer programmer. I had write a script to generate numbers that after plus equal to after multiple.
The number generated were "0" and "2".
I had try to write the script here but it doesn't allow me to do so. maybe I could try to put it in the comment.
@victorwzj (539)
•
7 Feb 07
I had try to write the script here but it doesn't allow me. So I write this instead in simple and understandable structure.
var i equal -1000
while loop (condition (var i less than 1000)
(
if condition(var i plus var i equal var i multiplied var i
print var i
)
var i + var i or ( plus plus )
)
)