example of issue 1 and remedy example
1/x;
x/=\0
remedy of issue 1
define domain: setting the denominator not equal to 0
2nd issue
an even index/root of a variable expression
remedy of 2nd issue
set radicand >_ (greater than or equal to) 0
example of issue 2
4_/x (fourth root of x);
or (x+6)^(1/2)
3rd issue
an even root/index in the denominator
remedy of issue
set radicand >0 (not = to at all)
examples of issue 3
1 over the 4th root of x, 1 over the sq root if x+6
1st domain issue
variable expression in the denominator