Hello Marcus,

I suspect your error is here as we only get integer math:
Code:
	X = 2 * P / 1.2
Try this instead:
Code:
	X = 20 * P / 12
Best Regards,
Paul