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
How to show work on (-41)+(14)=
sergij07 [2.7K]
It is hard to show work for this problem because it very similar to a basic addition or subtraction problem.
Just so you have the answer and how to solve. -27 is the answer. Think about it like 41-14 then add the negative back. But I would strongly suggest not writing that as work because you teacher might get confused about what you are doing
4 0
3 years ago
the population of Apple island is slowly increasing and can be calculated by P(t)= square root of 1+0.13t. P is the population (
Gnom [1K]
The answers is 112615.4 years.

4 0
3 years ago
1. A room is 5 m by 3m. What is the area of the room?​
IRISSAK [1]

Answer:

15m2 is the answer my friend.....

7 0
3 years ago
Read 2 more answers
Help me, please and thank you
kherson [118]

Answer: 40, 30

Step-by-step explanation:

5 0
3 years ago
Read 2 more answers
Volume of the cylinder=?
lyudmila [28]

Answer:

 628.32

Step-by-step explanation:

Volume: 

πr2h

=π×52×8

= 200π

= 628.31853071796

6 0
2 years ago
Read 2 more answers
Other questions:
  • Tyler made 9 1/2 cups of lemonade. He offers 3/4-cup servings of lemonade to some relatives at a family pinic. What is the GREAT
    10·2 answers
  • Simplify the following:a)12:18:36. b)320:480. c)16mm:480​
    14·1 answer
  • Solve the literal equation of the given variable<br><br> (picture is included below)
    9·1 answer
  • 7x + 2(6x + 9) = 170
    8·1 answer
  • Can someone answer this question please answer it correctly if it’s corect I will mark you brainliest
    15·1 answer
  • Can y'all help me please because I don't get it
    8·1 answer
  • What is the equation of the line? Iready
    12·2 answers
  • Which inequality says that n + 2 is at least 7?
    11·1 answer
  • How do I solve this man!!
    10·1 answer
  • A bag contains 12 toffees. Kate eats 3 toffees and Josh eats 4 toffees.
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!