Which statement best describes a 'well-defined' recursive definition?
It always results in a negative number.
It must include a base case and ensure the recursive step moves towards it.
It must use only addition and subtraction.
It can be solved using only multiplication.