题目
The function f is defined by for all positive numbers x. If for some positive numbers t and u, what is t in terms of u?
解析
\( f(x)=\sqrt{x}-10 \)
当\( x = t \)时,\( f(t)=\sqrt{t}-10 \)
已知:\( f(t)=u \)
因此,\( \sqrt{t}-10=u \)
\( \sqrt{t}=u + 10 \)
两边同时平方:\( t=(u + 10)^{2} \)
答案:“D”