The horizontal deviation from shot arrow to the center of the target is given as : $$ \varphi (x)= \begin{cases} 1- |x| , x\in (-1,1) \\ 0 , \text{ otherwise. } \end{cases}$$ If the horizontal deviation from shot arrow to center is within the set $$(-\frac{1}{2}, \frac{1}{2})\cup (0,\frac{2}{3})$$ the shooter gets one point, otherwise he loses one point. What is the probability that in $100$ shots the shooter claimed less than $55$ points?
The assignment is done like $S_n=\sum{X_i}$ where $$X_i =\begin{cases} 1, \text{(success, meaning the deviation is within the set)} \\ -1, \text{the deviation is within the set $(\frac{2}{3},1)$} \end{cases}$$ Then using the CLT..
I am having trouble finding the probabilities of $X_i = 1,-1$.
You have success when the deviation is in $(-1/2,2/3)$ and failure when it is in $(-1,-1/2) \cup (2/3,1)$. Accordingly, you need to compute the probability of success $p$ by doing an integral (or by drawing a figure and computing the area of a trapezoid by geometry). Once you know that, you can compute the mean and variance of the $X_i$; supposing the probability of success is $p$, these are $2p-1$ and $1-(2p-1)^2$, respectively. Then $\sum_{i=1}^{100} X_i$ is approximately normally distributed with mean $100(2p-1)$ and variance $100(1-(2p-1)^2)$.