But I still don't get it. How are you determining what half the man's weight is before adding 100 to it? I'm pretty simple minded, but the traditional answer (Mist's equation) looks wrong to me. I mustn't be adding things up in the correct order or something, because this is the way I see it:
weight = undefined
halfOfWeight = weight / 2
weight = weight + halfOfWeight
weight = weight + 100
What am I doing wrong?