x=...
y=...
5*(x-y)=
if "x" and "y" are with different signs (-/+ or +/-) the formula should be like that,
but if "x" and "y" are with same signs (-/- or +/+) in the brackets should stay only one value with his sign - the absolute value of (x and y).
How should it look like?