HuubR Lv 1
Tried a wide range of weights (not hampered by any knowledge of biochemistry :-)
ranging from 16.043 (methane) to 199,947 (closest I could get to 200),
and from 600.025 to well over 900.
What I see is three ranges with linear behaviour:
weight < 200 ⇒ bonus = 5 * weight
weight > 600 ⇒ bonus = 5 * (800 - weight)
other values ⇒ bonus = 1000
For weights over 800, the bonus is indeed negative.
Is it possible (and could it be useful to the puzzle setter) to use different slopes on the "small weight" side and on the "large weight" side?
In this example, the coefficient is 5 for both cases (or, actually, on one side it is -5).