I'm having trouble calculating the result of an equation.
The equation consist of:
$$n = \frac{(y - z)}{(b - a)}$$
I'm attempting to find $n$ when I have all of the other values.
In some of my calculations, $b - a = 0$, which means that I end up with something like:
$$n = \frac{(y - z)}{0}$$
This obviously doesn't work.
In these situations, is there a way of finding $n$ knowing $a$, $b$, $y$ and $z$?
Addendum
I also have a related equation:
$$b = \frac{(y + u \cdot p)}{n}$$ $$a = \frac{(z + u \cdot p)}{n}$$
I have the value for $u$ but not $p$ (so $p$ and $n$ are unknowns).
Response to comment about value of $y$ and $z$
To clarify, in my situation $y \ne z$ even when $a - b = 0$, so the problem remains and is not $0 / 0$.