Question

A jury of 12 people is to be randomly selected from a group of 30 people...

A jury of 12 people is to be randomly selected from a group of 30 people (18 women and 12 men). Let the random variable X = “number of women on the jury of 12.”

Find (using R):

a) P(X = 6)

b) P(X ≤ 8)

c) P(5 ≤ X ≤ 10)

d) P(no men on the jury

0 0
Add a comment Improve this question Transcribed image text
Answer #1

I have done this problem in R. So, I am attaching my R-code as well as a screenshot of my solution:

> #A jury of 12 people is to be randomly selected from a group of 18 women and > #X is the number of women on the jury of 12.

#A jury of 12 people is to be randomly selected from a group of 18 women and 12 men.
#X is the number of women on the jury of 12.
# a)P(X=6)
# P(X=6)= (18C6 * 12C6 )/30C6
(choose(18,6)* choose(12,6))/choose(30,12)

# b) P(X<=8)
# P(X<=8)= 1-P(X>8)= 1-P(X=9) + (X=10) + P(X=11) + P(X=12)
1-(choose(18,9)* choose(12,3))/choose(30,12) + (choose(18,10)* choose(12,2))/choose(30,12) + (choose(18,11)* choose(12,1))/choose(30,12) + (choose(18,12)* choose(12,0))/choose(30,12)

# c) P(5<=X<=10)
# P(X=5)+ P(X=6)+ P(X=7)+P(X=8)+P(X=9)+P(X=10)
(choose(18,5)* choose(12,7))/choose(30,12) + (choose(18,6)* choose(12,6))/choose(30,12) + (choose(18,7)* choose(12,5))/choose(30,12) + (choose(18,8)* choose(12,4))/choose(30,12) + (choose(18,9)* choose(12,3))/choose(30,12) + (choose(18,10)* choose(12,2))/choose(30,12)

# d)P(no men on the jury)
# P(X=12)
(choose(18,12)* choose(12,0))/choose(30,12)

Add a comment
Know the answer?
Add Answer to:
A jury of 12 people is to be randomly selected from a group of 30 people...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1.A jury of 12 people is to be randomly selected from a group of 30 people...

    1.A jury of 12 people is to be randomly selected from a group of 30 people (18 women and 12 men).  Let the random variable X = “number of women on the jury of 12.”  Find (using R):              a) P(X = 6)       b) P(X ≤ 8)       c) P(5 ≤ X ≤ 10)       d) P(no men on the jury)

  • A jury pool has 23 men and 22 women, from which 12 jurors will be selected....

    A jury pool has 23 men and 22 women, from which 12 jurors will be selected. Assuming that each person is equally likely to be chosen and that the jury is selected at random, find the following probabilities: P(all men) = Enter an integer or decimal number (more..] P(all women) = P(8 men and 4 women) = P(6 men and 6 women) = Give all answers accurate to six decimal places. Question Help: Message instructor Submit Question

  • A jury of 12 people consists of 7 women. Three jurors are selected at random for...

    A jury of 12 people consists of 7 women. Three jurors are selected at random for an interview. Find the probability that 2 are women.

  • 2.87 For an upcoming civil trial, 25 people are called for jury duty. Of these, 15...

    2.87 For an upcoming civil trial, 25 people are called for jury duty. Of these, 15 are men and 10 are women. Six people are needed for the jury. a How many ways are there to select the jury from the people available? b If the jury members are selected at random, what is the probability that three men and three women will be on the jury? If the jury members are selected at random, what is the probability that...

  • Assume that 12 jurors are selected from a population in which 80% of the people are...

    Assume that 12 jurors are selected from a population in which 80% of the people are Mexican Americans The random variable x is the number of Mexican Am on the jury x 0 1 2 3 4 5 6 7 8 9 10 11 12 P(x) 0 0000 000 0.000 0.000 0.001 0.003 0.0160 0530 1330 2360 2830 2060 069 a. Find the probability of exactly 5 Mexican-Amencans among 12 jurors P(5)= Enter your answer in the answer box and...

  • ) A committee of 5 persons is to be selected randomly from a group of 5...

    ) A committee of 5 persons is to be selected randomly from a group of 5 men and 10 women. (a) Find the probability that the committee consists of 2 men and 3 women. (b) Find the probability that the committee consists of all women.

  • 13.Assume that 12 jurors are selected from a population in which 80​% of the people are​...

    13.Assume that 12 jurors are selected from a population in which 80​% of the people are​ Mexican-Americans. The random variable x is the number of​ Mexican-Americans on the jury. Find the probability of exactly 5 ​Mexican-Americans among 12 jurors. ​P(5​)equals= Find the probability of 5 or fewer Mexican-American among 12 jurors. à https://www.mathxl.com/Student/PlayerHomeworkaspx?homeworkld-512478192&questionld-28flushed-false MAT : : 2 í SST nemnt etatistics Spring 2019 nework: Section 5.2 Homework Save Score: 0 of 1 pt 5.2.22 13 of 19 (7 complete) >...

  • A jury pool has 19 people that are married and 18 people that are not married,...

    A jury pool has 19 people that are married and 18 people that are not married, from which 12 jurors will be selected. Assuming that each person is equally likely to be chosen and that the jury is selected at random, find the probability that the jury consists of the following. (Give answer as a fraction or a decimal out to at least 4 places. If your answer is very small use scientific notation out to 4 decimal places for...

  • A jury pool consists of 32 people, 16 men and 16 women. Compute the probability that...

    A jury pool consists of 32 people, 16 men and 16 women. Compute the probability that a randomly selected jury of 12 people is all male. Give your answer accurate to at least six decimal places.

  • Three people are selected at random from a group of 20 men and 25 women, to...

    Three people are selected at random from a group of 20 men and 25 women, to participate in an exercise study. Find the probability that exactly two of them are men. (a) 0.3347 (b) .3112 (c) .1116 (d) .2109 (e) .3292

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT