There's an election where a machine said that party X received 600 votes, and party Y received 400 votes. We know the machine is 65% accurate. What is the expected number of votes that party X received?
2026-04-02 15:12:22.1775142742
On
On
Expected number of votes
63 Views Asked by user616256 https://math.techqa.club/user/user616256/detail At
3
There are 3 best solutions below
0
On
So 65% of the 600 votes recorded for X, 390, were actually for X and the other 210 were for Y. And 65% of the 400 votes recorded for Y, 260, were actually for Y and the other 140 were for X. That is, we would expect 390+ 140= 530 votes for X.
(That is one horribly bad voting machine!)
0
On
Let $X'$ be the number of votes reportedly for $X$ that were right. Let $Y'$ be the number of votes reportedly for $Y$ that were wrong. Then by linearity of expectation $$E[X'+Y']=E[X']+E[Y'].$$ Since both of these are binomial (was the vote counted correctly or not), then $E[X']=600\cdot 0.65=390$ and $E[Y']=400\cdot 0.35=140$ since $\mu=n\cdot p$. There $E[X'+Y']=530$.
We have $1000$ people let $M_i$ be the indicator function for $X$ to receive a vote from $i$-th voter and let $M$ be the number of votes party $X$ receive. Then $$M = M_1+...+M_{1000}$$ so $$E(M) = 600\cdot 0,65+ 400\cdot 0,35 =530$$