I have the following problem:
A manufacturer knows that on average 20% of the TVs it produces will need repair within a year. Suppose that 20 TVs are randomly selected and let $X$ be the number of TVs that will require repair.
Find then number $x$ such that the probabilit that at least $x$ of the TVs will require repairs is less than 0.5.
My answer was as follows:
$X \sim Bin(20,0.2)$ and we need to find $x$ such that $P(X\geq x)<0.5$.
Using a "binomial probability sums" table, I determine that with $n=20$ and $p=0.2$ a value of $x=3$ yields $0.4114$ and $x=4$ yields $0.6296$.
Therefore, I reasoned, that the answer is $x=3$.
The automated software we use flagged this wrong, but did not explain my mistake.
I would appreciate any help in spotting and understanding my mistake.