MHB Calculating Likelihood of Proposal Passage in Council Vote of 9 Members

AI Thread Summary
In a council vote with nine members, each having a 60% chance of voting in favor, at least five votes are needed for the proposal to pass. The initial calculation incorrectly estimated the likelihood of passage at 0.177 percent by simply multiplying probabilities for individual outcomes. The correct approach involves using the binomial probability formula, which accounts for the number of ways to achieve each possible outcome. By summing the probabilities for five to nine favorable votes, the accurate likelihood of the proposal passing can be determined. This method provides a comprehensive calculation of the proposal's chances in the council vote.
tmt1
Messages
230
Reaction score
0
In a council vote for a proposal, there a nine council members. There is a 60% chance that each council person will vote in favour of the proposal. What is then likelihood that the proposal will pass?

So, this means that 5 or greater members must vote in favour.

These are independent events, so the odds that 5 vote in favour is $0.6 * 0.6 * 0.6 * 0.6 * 0.6 = 0.07776$,
that 6 vote in favour is $0.6 * 6 = 0.046$, that 7 vote in favour is $0.6 ^ 7 = 0.0279 $, that 8 vote in favour is $0.6 ^ 8 = 0.0167$ and that 9 vote in favour is $0.01$. Add all these up and I get 0.177 percent.

So this is incorrect, how do I fix my calculation to make it correct?
 
Mathematics news on Phys.org
For each particular number of yes votes, let's say there are $k$ yes votes, and so $9-k$ no votes, we have to compute how many ways there are to choose $k$ from $9$ and then multiply that by the probability for one particular way to make that choice:

$${9 \choose k}(0.6)^k(0.4)^{9-k}$$

And then, calling the event that it passes $X$, to find the probability of $X$ happening, we need to sum these up for $k=5$ to $k=9$:

$$P(X)=\sum_{k=5}^{9}\left({9 \choose k}(0.6)^k(0.4)^{9-k}\right)$$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.

Similar threads

Back
Top