You can put this solution on YOUR website!
.
The domain specifies the range of number 'x' can take.
In this case, the expression is undefined for two cases:
- IF the expression inside the radical is negative (imaginary number)
- IF the numerator is 0
.
First case:
x-2 >= 0
x >= 2
Second case:
x != 2
.
Therefore, x can only take values:
x > 2 (domain)