I know that the number of shoes produced in a factory during one week is a random variable with mean $300$.
a) What can I say about the probability that this week’s production will be at least $800$?
b) If in addition I know that the variance of this week’s production is $150$, what can I say about the probability that this week’s production will be between $200$ and $400$?
For a) I understand that I need to compute $P(X >= 800)$ but without any other informations how am I supposed to compute a number ?
Without further information, you can't compute these probabilities exactly. You can, however, get some inequalities. For $a$, for example, let $p$ be the probability that production is at least $800$. Since production can't be negative we see that the mean production, $\mu$ is at least $p\times 800$. Thus we have $$800p≤300\implies p≤\frac 38$$.
For $b$ you have more information, so you can do a bit better. We can invoke Chebyshev's Inequality. We have $\sigma =\sqrt {150}=12.24744871$ and we are interested in $k=\frac {100}{\sigma}=8.164965809$ from which we deduce that $$P(|X-300|≥100)≤\frac 1{8.164965809^2}=.015$$
Thus the probability you want is bounded below by $.985$