for a. question,well, i cant solve it,i have been thinked that $\Pr[T>t]=1−\Pr[T≤t]$,then differential it to let it become pdf, and i can know the expected value. but the t still have to bigger than 10,$t>10$,so is question wrong? or does there someway to solve it?
The complete tail distribution function should be $\Pr(T>t) =\begin{cases} 100/t^2 &:& t>10 \\ 1 &:& t\leq 10\end{cases}$
Then $\Pr(T\leq 3) = 0$.
For the expectation, use that for strictly non-negative integer random variables, $$\begin{align}
\mathsf E(X) &= \sum_{k=1}^\infty k\,\Pr(X=k)
\\ & = \sum_{k=1}^\infty\sum_{x=0}^{k-1}\Pr(X=k)
\\ & = \sum_{x=0}^\infty\sum_{k=x+1}^\infty \Pr(X=k)
\\ & = \sum_{x=0}^\infty \Pr(X> x)
\end{align}$$
And in particular $\mathsf E(T) = 11 +\sum\limits_{t=11}^\infty \Pr(T>t)$
for b.question,i think Pr[broken next year|have been worked for more than 10 yeasrs],that is,$[(100/t^2)×[1−(100/(t+1)^2)]]/(100/t^2)$ for $t>10$, is my ideal wrong?
Yes, it is wrong; but almost okay.
That is $\frac{\Pr(T>t)\times\big(1-\Pr(T>t+1)\big)}{\Pr(T>t)}$, which is simply $\Pr(T\leq t+1)$ and not at all for what you were asked.
You want to find the conditional probability that the device fails on or before $t+1$ given that it hasn't failed by $t$.
$\Pr(T\leq t+1\mid T>t) = \dfrac{\Pr(tt)} = \dfrac{\bbox[white]{\color{white}{\Pr(T>t)-\Pr(T> t+1)}}}{\Pr (T>t)}$
Hint: The events $\{T>t\}$ and $\{T>t+1\}$ are not independent, so the product rule is inapplicable, but $\{T>t+1\}\subseteq \{T>t\}$, so...