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
What else would need to be congruent to show that ABC is equal to XYZ by ASA
andre [41]

Answer:

If the shapes are congruent to each other by rigid transformations (probably).

8 0
2 years ago
Tequalities: Tutorial
Arisa [49]

Answer:

I don't understand hehe

7 0
2 years ago
How to round 153,394 to the nearest hundred thousand
e-lub [12.9K]
The number next to the one is a five, which tells you that you need to round up. So, when rounding to the nearest hundred thousand, the answer would be 200,000 :) Hope this helped!
8 0
2 years ago
Read 2 more answers
Find the slope of the line containing the given points
Luden [163]

Answer:

-9/8

Step-by-step explanation:

The two points given are

(1,6) and (9,-3)

The slope is given by

m = (y2-y1)/(x2-x1)

   = (-3-6)/(9-1)

   = -9/8

8 0
2 years ago
What was the original price if: after 10% discount it becomes $450?
steposvetlana [31]
100-10=90

450=90% of original find 100%
divide by 9
50=10%
times 10
500=100%
origianl price=$500 (this is the hack way that only works with nice numbers)
7 0
3 years ago
Read 2 more answers
Other questions:
  • The fraction that name the same amount are
    15·2 answers
  • If 8 pieces of rope are cut into 1/3 lengths, how many pieces of rope are there?
    5·1 answer
  • The sum of the measures of the interior angles of a triangle is equal to _____.
    8·1 answer
  • A swimming pool is open for 7 1/2 hours a day. The pool keeps one life guard on duty at a time, and each life guard shift is 1 1
    14·1 answer
  • Ellie makes 12.5% commission through
    5·1 answer
  • Which number best represents the situation. "A plane descends 1, 500ft?
    5·1 answer
  • Please someone help I need help
    5·1 answer
  • In a large city, the city supervisor wants to find the average number of aluminum cans that each family recycles per month. So,
    12·1 answer
  • Given (0,1) and (2, 4). The slope between the two points is The equation of the line through the two points isAn air balloon beg
    14·1 answer
  • The sum of three numbers is 107 . The first number is 8 less than the third . The second number is 3 times the third . What are
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!