I'm really embarrassed to ask this - my apologies.
In a piece of software I'm writing, I am using the following:
$Y = X+\frac{X}{10}N$
That's all fine - but how do I calculate X when I know Y and N?
I know it's really basic, but for some reason I get stuck half-way through moving the equation around.