Question 93932
The absolute value numbers are always positive or equal 0.
{{{abs(q) =-1}}} is wrong
q need to be {{{q>=0}}}

So there is no solution.

examples:{{{abs(-3) = 3}}}
and
{{{abs(3) = 3}}}