Ok. This one bothering me.
The maths is actually "relatively" complex as far as I can tell.
Assuming:
x/(x+(50*y))=z
How do I calculate z based on a fixed value for x and y?
eg:
x/(x+(50*y))=z
x=200, y=1: 200/(200+(50*1))=0.8
x=400, y=2: 400/(400+(50*2))=0.8
How do I work out x with z fixed as 0.8 and y as 4? Just the example maths would do nicely.
The maths is actually "relatively" complex as far as I can tell.
Assuming:
x/(x+(50*y))=z
How do I calculate z based on a fixed value for x and y?
eg:
x/(x+(50*y))=z
x=200, y=1: 200/(200+(50*1))=0.8
x=400, y=2: 400/(400+(50*2))=0.8
How do I work out x with z fixed as 0.8 and y as 4? Just the example maths would do nicely.