asked 98.8k views
1 vote
Forty-five percent of the adult population in a particular large city are women. A court

is to randomly select a jury of 12 adults from the population of all adults of this city.
a) Find the probability that none of the 12 jurors is a woman. (1 point)
b) Find the probability that at most 4 of the 12 jurors are women. (1 point)
c) Let x denote the number of women in 12 adults selected for this jury. Obtain the
probability distribution of x. (1 point)
d) Using the probability distribution obtained in part c, find the following
probabilities.
i.P(x>6)
ii.P(x≤3)
iii.P(2 ≤ x ≤7) ​

asked
User Jaypb
by
7.9k points

1 Answer

5 votes

To solve the given problems, we need to use the concept of binomial probability since we have a fixed number of trials (selecting 12 jurors) and each trial has two possible outcomes (being a woman or not being a woman).

Let's denote:

p = probability of selecting a woman = 0.45 (45%)

q = probability of not selecting a woman = 1 - p = 1 - 0.45 = 0.55

a) To find the probability that none of the 12 jurors is a woman:

Using the binomial probability formula, we have:

P(x = 0) = C(12, 0) * p^0 * q^(12-0) = 1 * 1 * 0.55^12 = 0.0135 (rounded to 4 decimal places)

b) To find the probability that at most 4 of the 12 jurors are women:

We need to calculate the probabilities for x = 0, 1, 2, 3, and 4 and add them together:

P(x ≤ 4) = P(x = 0) + P(x = 1) + P(x = 2) + P(x = 3) + P(x = 4)

= C(12, 0) * p^0 * q^12 + C(12, 1) * p^1 * q^11 + C(12, 2) * p^2 * q^10 + C(12, 3) * p^3 * q^9 + C(12, 4) * p^4 * q^8

= 0.0135 + 0.0757 + 0.1762 + 0.2590 + 0.2535 = 0.7779 (rounded to 4 decimal places)

c) Probability distribution of x:

We need to calculate the probabilities for x = 0, 1, 2, ..., 12. Each value of x corresponds to a specific combination of women and men selected for the jury.

P(x) = C(12, x) * p^x * q^(12-x) for x = 0, 1, 2, ..., 12

d) Using the probability distribution obtained in part c, let's find the requested probabilities:

i. P(x > 6) = P(x = 7) + P(x = 8) + ... + P(x = 12)

ii. P(x ≤ 3) = P(x = 0) + P(x = 1) + P(x = 2) + P(x = 3)

iii. P(2 ≤ x ≤ 7) = P(x = 2) + P(x = 3) + ... + P(x = 7)

You can calculate these probabilities using the binomial probability formula as shown above.


\huge{\mathfrak{\colorbox{black}{\textcolor{lime}{I\:hope\:this\:helps\:!\:\:}}}}

♥️
\large{\textcolor{red}{\underline{\mathcal{SUMIT\:\:ROY\:\:(:\:\:}}}}

answered
User Gregor Kiddie
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.