You have some function to the 1/2 power. The 1/2 power is the same thing as the square root.
Can you think of anything that we can't take the square root of? Negative numbers should be the thing that pops into your head anytime you see a square root.
So we can't have anything inside the square root that is negative. This means that anything inside the square root needs to be positive. In math-speak, that is...
x(x-12) > 0
Now we should figure out when the argument of the square root is positive.
Finding the roots of this equation tells us that x = 0 and x = 12
When is x(x - 12) > 0? You can figure this out a few ways. If you have a graphing calculator, plot this function. If you don't we will have to go with the tried and trued method of picking a value for x.
When x is less than 0 (one of the roots), what is the sign of the function? Try -1 and see what happens:
(-1) * (-1 - 12) = (-1) * (-13) = 13, which is positive.
Now pick a value for x that is in the middle of the roots...perhaps x = 1?
(1) * ( 1 - 12) = 1 * (-11) = -11, a negative number (which is bad for the square root).
Using a number greater than 12 for x yields a positive number again, which you can figure out on your own.
So, the domain of the original function is (-∞,0) and (12, +∞).
I hope this helps! Please ask any questions if you have them