Given is random variable $X:\begin{pmatrix}-a&0&a\\\frac{1}{2a^2}&1-\frac{1}{a^2}&\frac{1}{2a^2}\end{pmatrix}$. Calculate $P(|X| \geq a)$
I'm not sure how to do this correct? But that notation reminds me very much of Markov's inequality which says in general that $$P(X \geq a) \leq \frac{E(X)}{a}$$
So I would start by calculating the expected value of our given random variable $|X|$:
$$E(|X|) = \frac{1}{2a^2} \cdot |-a| + \left(1-\frac{1}{a^2}\right) \cdot |0| + \frac{1}{2a^2} \cdot |a| = \frac{|-a|}{2a^2}+0+\frac{|a|}{2a^2} = \frac{a}{2a^2}+\frac{a}{2a^2} = \frac{1}{a}$$
So we have that $$P(|X| \geq a) \leq \frac{\frac{1}{a}}{a} \Leftrightarrow P(|X| \geq a) \leq \frac{1}{a^2}$$
Is it really correct like that? I need to know it please because I would do it like that in the exam too? :s
From the fact that $\frac1{2a^2}$ shows up in your question we conclude that $a\neq0$. Now we discern in this context two cases:
The first is based on the fact that $|X|$ is a non-negative random variable so that $P(|X|\geq a)=1$ for every $a<0$.
The second is based on the data in your question.