2. A politician believes that 25% of all macroeconomists in senior positions would strongly support a proposal he wishes to advance. Suppose that this belief is correct and that five senior macroeconomists are approached at random. What is the probability that at least one of the five would strongly support the proposal?
n = 5
p = 0.25
"P(X=x) = C^n_xp^x(1-p)^{n-x}"
Compute the probability that at least one of the five senators will support the tax proposal.
"P(X\u22651) = 1 - P(X<1) \\\\\n\n= 1 - P(X=0) \\\\\n\n= 1 - (C^5_0 \\times 0.25^0 \\times 0.75^{5}) \\\\\n\n= 1 -0.2373 \\\\\n\n= 0.7627"
The probability that at least one of the five senators will support the tax proposal is 0.7627.
Comments
Leave a comment