You can put this solution on YOUR website! sqrt(x-2)/sqrt(x^2-25)
.
Numerator x>=2 to avoid sqrt of a negative number.
Denominator:
factor (x-5)(x+5)
x>5 to avoid division by zero if x=5 and x>5 so no sqrt of a negative number.
.
X(5, infinity)
.
Ed
.