1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
fiasKO [112]
3 years ago
5

The national vaccine information center estimates that 90% of americans have had chickenpox by the time they reach adulthood.50

(a) is the use of the binomial distribution appropriate for calculating the probability that exactly 97 out of 100 randomly sampled american adults had chickenpox during childhood. (b) calculate the probability that exactly 97 out of 100 randomly sampled american adults had chickenpox during childhood. (c) what is the probability that exactly 3 out of a new sample of 100 american adults have not had chickenpox in their childhood? (d) what is the probability that at least 1 out of 10 randomly sampled american adults have had chickenpox? (e) what is the probability that at most 3 out of 10 randomly sampled american adults have not had chickenpox?
Mathematics
2 answers:
timama [110]3 years ago
5 0
Given:
 p = 90% = 0.9, the probability that an adult has had chickenpox by age 50.
Therefore,
q = 1 - p = 0.1, the probability that an adult has not had chickenpox by age 50.

Part (a)
Because there are only two answers: "Yes" or "No" to whether an adult has had chickenpox by age 50, the use of the binomial distribution is justified.

Part (b):
Calculate the probability that exactly 97 out of 100 sampled adults have had chickenpox.
The probability is
P₁ = ₁₀₀C₉₇ (0.9)⁹⁷ (0.1)³ = 0.0059

Answer: 0.006 or 0.6%

Part (c)
Calculate the probability that exactly 3 adults have not had chickenpox.
Theis probability is equal to 
P₂ = 1 - P₁ = 1 - 0.006 = 0.994

Answer: 0.994 or 99.4%

Part (d)
Calculate the probability that at least 1 out of 10 randomly selected adults have had chickenpox.
The probability is
P₃ = ₁₀C₀ (0.9)⁰ (0.1)¹⁰ + ₁₀C₁ (0.9)¹ (0.1)⁹ = 10⁻¹⁰ + 10⁻⁹ = 10⁻⁹ ≈ 0

Answer: 0

Part (e)
Calculate the probability that at most 3 out of 10 randomly selected adults have not had chickenpox.
The probability is
P₄ = 1 - [₁₀C₀ (0.9)⁰(0.1)¹⁰ + ₁₀C₁ (0.9)¹(0.1)⁹ + ₁₀C₂ (0.9)²(0.1)⁸ + ₁₀C₃ (0.9)³(0.1)⁷]
     = 1 - (10⁻¹⁰ + 9 x 10⁻⁹ + 3.645 x 10⁻⁷ + 8.748 x 10⁻⁶)
     = 1

Answer:  1.0 or 100%

AleksAgata [21]3 years ago
3 0

The <em><u>correct answers</u></em> are:

A) yes; B) 0.0059; C) 0.0059; D) 1; E) 0.9872.

Explanation:

A) A binomial experiment is one in which the experiment consists of identical trials; each trial results in one of two outcomes, called success and failure; the probability of success remains the same from trial to trial; and the trials are independent.

All of these criteria fit this experiment.

B) The formula for the probability of a binomial experiment is:

_nC_r\times(p^r)(1-p)^{n-r}

where n is the number of trials, r is the number of successes, and p is the probability of success.

In this problem, p = 0.9.

For part B, n = 100 and r = 97:

_{100}C_{97}(0.9)^{97}(1-0.9)^3 \\=\frac{100!}{97!3!}\times (0.9)^{97}(0.1)^3 \\ \\=161700(0.9)^{0.97}(0.1)^3=0.00589\approx 0.0059

C) We are changing the probability of success this time. Since 90% of people <em>have </em>had chicken pox, then 100%-90% = 1-0.9 = 0.1 have <em>not</em> had chicken pox. For part C, n = 100, r = 3, and p = 0.1:

_{100}C_3(0.1)^3(1-0.1)^{100-3} \\ \\=_{100}C_3(0.1)^3(0.9)^{97} \\=\frac{100!}{97!3!}\times (0.1)^3(0.9)^{97} \\ \\=161700(0.1)^3(0.9)^{97}=0.00589\approx 0.0059

D) For this part, we want to know the probability that <em>at least</em> 1 person has contracted chicken pox. For this part, p = 0.9, n = 10 and r = 0. We will then subtract this from 1; this will first give us the probability that none of the 10 contracted chicken pox, then subtracting from 1 means that 1 or more people did:

1-(_{10}C_0(0.9)^0(1-0.9)^{10-0}) \\ \\=1-(\frac{10!}{0!10!}\times (0.9)^0(0.1)^{10}) \\ \\=1-(1\times 1\times (0.1)^{10})= 1-0 = 1

E) For this part, we find the probability that 3 people, 2 people, 1 person and 0 people have not had chicken pox. The probability p = 0.1; n = 10; and r = 3, 2, 1 and 0, respectively:

_{10}C_3(0.1)^3(1-0.1)^{10-3}+_{10}C_2(0.1)^2(1-0.1)^{10-2}+ _{10}C_1(0.1)^1(1-0.1)^{10-1}+_{10}C_0(0.1)^0(1-0.1)^{10-0} \\ \\=_{10}C_3(0.1)^3(0.9)^7+_{10}C_2(0.1)^2(0.9)^8+_{10}C_1(0.1)^1(0.9)^9+ _{10}C_0(0.1)^1(0.9)^{10} \\ \\120(0.1)^3(0.9)^7+45(0.1)^2(0.9)^8+10(0.1)^1(0.9)^9+1(0.1)^0(0.9)^{10} \\ \\0.057395628+0.1937102445+0.387420489+0.3486784401 \\ \\=0.9872

You might be interested in
Ill give brainiest<br><br> if it was 11:30 am and its now 11:47 am, how many hours was that
Kaylis [27]

Answer:

0 hours and 17 minutes

Step-by-step explanation:

47 - 30 = 17

6 0
2 years ago
PLEASEEEE HELP MEEEEEEEEEE
umka21 [38]
Answer:
should be A. 5x+2
7 0
3 years ago
If $7500 is invested at an interest rate of 5% each year, what is the value of the investment in 4 years? Write an exponential f
Vanyuwa [196]
The answer is 9,116.3
7500*(1+0.05)^4 
3 0
3 years ago
A explanation also would be super helpful and very appreciated!
xxTIMURxx [149]

Answer:

26%

Step-by-step explanation:

345. 24 - 274 = 71.24

71.24 / 274 =0.26

0.26 * 100 = 26

8 0
3 years ago
Please help with 16 and 17 those are hard
notka56 [123]
The answer to number 17 is c
6 0
3 years ago
Other questions:
  • Elena and her grandfather both just had birthdays last week. The sum of their ages is 100 years. Her grandfather’s age is 4 time
    15·1 answer
  • How do you write 37/4 as a percentage
    14·2 answers
  • Find the mean,median,mode and range for each set of data its 23,27,24,26,26,24,26,24
    6·2 answers
  • V=u+at u=2 a=-5 t=1/2 work out the value of v
    8·2 answers
  • Need some help with these last few problems Thank you for your time and help
    6·1 answer
  • A classroom is arranged with 8 seats in the front row, 10 seats in the middle row, and 12 seats in the back row. The teacher ran
    8·1 answer
  • SOMEONE PLS HELP ASAP
    15·1 answer
  • How many square feet of hardwood flooring are required for a living room floor, of L.22'-0"x W.12'-"W.x13'-9"? Allow 15% for was
    10·1 answer
  • How tall would I  be if i were 54 inches   How tall would I be if i were 58 inches?   How tall would i be if Iwere 59 inches?
    13·1 answer
  • Watch ordered pair is not a point on the graph of y= -5x + 2?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!