Numbers from $1$ to $10$ are written on top. Their random permutation is written on the bottom. We consider success the case when there is a symbol $i$, under which there is $i$. What is the probability of success if $1$ is not under $1$?
As far as I understand, this is a conditional probability. Number of all permutations $$N = 10!$$ Number of derangements $$B = 10!\times (1 - 1/9! + 1/8!-1/7! + ...)$$ Number of permutations, with one shifted $$ A=9 \times 9!$$ Required probability $$ p = 1 - B/A.$$
Is my work correct?
This is the conditional probability, given the fact $1$ is not under $1$. The total case is $10!-9!=9\cdot 9!$. The probability equals
$$P=\frac{N_s}{9\cdot 9!}$$
Next, let's count the success cases $N_s$
Under the first digit $1$, it must be one of $2,3,\dots , 10$, totally nine subcases, hence by symmetry, $N_s=9N_2$, where $N_2$ is the cases when $2$ is under $1$.
$$\begin{align}&1,~~2,~~3,~~4,~~5,~~6,~~7,~~8,~~9,~~10\\ &2,~~?,~~?,~~?,~~?,~~?,~~~?,~~?,~~?,~~~?\end{align}$$
Let $A_k$ be the case when $k$ is under number $k$,
$$N_2=\#(A_3\cup A_4\cup\dots\cup A_{10})$$
By inclusion-exclusion principle,
$$\begin{align}N_2&=\#\left(\sum_i A_i-\sum_{i<j} A_i\cap A_j+\sum_{i<j<k} A_i\cap A_j\cap A_k\dots\right)\\ \\ &=\binom{8}{1}8!-\binom{8}{2}7!+\binom{8}{3}6!-\dots+\binom{8}{7}2!-\binom{8}{8}1!\end{align}$$
Plug in and we get:
$$P=\frac{1}{9!}\left(\binom{8}{1}8!-\binom{8}{2}7!+\binom{8}{3}6!-\dots+\binom{8}{7}2!-\binom{8}{8}1!\right)$$