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
2) Solve the System of Equations using Substitution. (5 points) -3x+2y=12 x=2y-8
Tems11 [23]

Answer:

x= -2 and y= 3

Step-by-step explanation:

since x = 2y -8, substitute this in the first equation

Thus, -3(2y-8) + 2y =12

-6y+24+2y=12

-6y+2y=12-24

-4y=-12

y=3

put the value of y in the second equation,

x=2y-8

x=2(3)-8

x=6-8

x=-2

So, x=-2. y=3

5 0
3 years ago
PLS ASAP I NEED HELP PLS HELP HELP ANSWER THE QEUSTION IN THE PHOTO
ddd [48]

Answer:

B

Step-by-step explanation:

if BU and BN weren't congruent, then the two triangles couldn't be proved to be congruent

8 0
3 years ago
Steven works at the Pi Day food truck and he gets paid $9 per hour x. If 1 point
vitfil [10]
P(x) =9x +30

the tips are a flat rate so it’s a constant 30 while the 9 per hour is dependent on the hours worked which is why it is attached to x as a coefficient
8 0
3 years ago
Write the numbers in expanded form 592,682
Alona [7]
Five hundred ninety two thousand six hundred eighty two
6 0
3 years ago
Read 2 more answers
What is the slope of the equation y = 3x + 2?
Softa [21]

Answer:

3

Step-by-step explanation:

the equation is y=mx+b

m=slope

so then 3 would be the slope

hope this helps :3

if it did pls mark brainliest

7 0
3 years ago
Read 2 more answers
Other questions:
  • The area of the green square is 9 ft? The area of the red square is 16 ft?
    15·1 answer
  • The circumference of a circle is 25 m. What is the area, in square meters?
    11·1 answer
  • Write the equation for a parabola with a vertex of (-5,-4) and a focus of (-5,-2)
    9·1 answer
  • PLEASE ANSWER FAST WILL DO BRAINLIESTThe coordinate grid shows points A through K. What point is a solution to the system of ine
    10·1 answer
  • Eli is making guacamole. He uses 2 tablespoons of cilantro for every 3 avocados. At this rate, how many tablespoons of cilantro
    11·2 answers
  • Giving brainlist to whoever answers
    9·2 answers
  • Mrs. Johnson borrows $1400 with an interest rate of 5.5%. How much interest does she pay if she pays off the debt in 8 months?
    14·1 answer
  • Evaluate the function
    10·1 answer
  • 7. What is the value of the expression?<br><br> 3/4 divided by 1/2
    15·1 answer
  • HELP HELP HELP<br> HELP HELP HELP<br> HELP HELP HELP
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!