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
Point Q is located on the coordinate grid at (− − 9.73, −3.32). In which quadrant is point Q
Sonja [21]

Answer:

The third quadrant

Step-by-step explanation:

Point Q is located in the third quadrant because the values for both x and y are negative

6 0
2 years ago
The state sales tax on clothing is 5.5%. What is the cost of a $25 shirt,
kodGreya [7K]
26.38

5.5%=.055

.055x25=1.375(1.38)

25+1.38=26.38
6 0
2 years ago
What is y-6 = 2(x+5) in standard form?
vlabodo [156]
y-6 = 2(x+5) 

\dfrac{y-2}{2}=x+5 

\dfrac{y-2}{2}-5=x 

x=\dfrac{y-2}{2}-5
8 0
3 years ago
2.524.130 ÷ 786 = 326 true ir false?
olya-2409 [2.1K]

Answer:

false

Step-by-step explanation:

3 0
3 years ago
Read 2 more answers
Hurry plz help plz don't do this for the points i will mark brainliest if given correct answer. For this item, complete the choi
Makovka662 [10]

Step-by-step explanation:

the answer is woman with elephants

8 0
3 years ago
Other questions:
  • 57 is 6 percent of what number?
    8·1 answer
  • The graph shows the solution to which system of inequalities?
    9·1 answer
  • A skier is trying to decide whether or not to buy a season ski pass. A daily pass costs ​$7373. A season ski pass costs ​$350350
    8·1 answer
  • Simplify the expression 8(2x+y+z) 10 POINS PLEASE HELP
    5·1 answer
  • On a coordinate plane, points (1, 2), (3, 6), and (5, 10) are plotted. Which characteristics tell you that this graph shows a pr
    14·1 answer
  • What is in the picture
    5·2 answers
  • write the equation of a line that is parallel to y= 1/2x -4 and that passes through the point (9, -6)​
    15·1 answer
  • What is the area of this parallelogram?
    8·2 answers
  • Yoli survey 100 people in your school and ask them if
    10·1 answer
  • Evaluate the expression y2 when y=2.5 .
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!