I have an equation that I've been given the task to solve as part of a course I am doing:
x = (y * a - z * b) / (u * (b - a))
This has worked fine, but in the only question I have left, b - a = 0, in which case u * (b - a) = 0 and therefore I am trying to divide by 0.
I am literally tearing my hair out trying to solve this - how do I rearrange it so that I can calculate x when b - a = 0?
Btw, I am happy to state that this is unsolvable in these circumstances, but I must be certain that it is before I submit my work.