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
exis [7]
3 years ago
8

After a large scale earthquake, it is predicted that 15% of all buildings have been structurally compromised.a) What is the prob

ability that if engineers inspect 20 buildings they will find exactly one that is structurally compromised?b) What is the probability that if engineers inspect 20 buildings they will find less than 2 that are structurally compromised?c) What is the probability that if engineers inspect 20 buildings they will find greater than 4 that are structurally compromised?d) What is the probability that if engineers inspect 20 buildings they will find between 2 and 5 (inclusive) that are structurally compromised?e) What is the expected number of buildings that an engineer will find structurally compromised if the engineer inspects 20 buildings?
Mathematics
1 answer:
Westkost [7]3 years ago
3 0

Answer:

a) 13.68% probability that if engineers inspect 20 buildings they will find exactly one that is structurally compromised.

b) 17.56% probability that if engineers inspect 20 buildings they will find less than 2 that are structurally compromised

c) 17.02% probability that if engineers inspect 20 buildings they will find greater than 4 that are structurally compromised

d) 75.70% probability that if engineers inspect 20 buildings they will find between 2 and 5 (inclusive) that are structurally compromised

e) The expected number of buildings that an engineer will find structurally compromised if the engineer inspects 20 buildings is 3.

Step-by-step explanation:

For each building, there are only two possible outcomes after a earthquake. Either they have been damaged, or they have not. The probability of a building being damaged is independent from other buildings. So we use the binomial probability distribution to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

In which C_{n,x} is the number of different combinations of x objects from a set of n elements, given by the following formula.

C_{n,x} = \frac{n!}{x!(n-x)!}

And p is the probability of X happening.

15% of all buildings have been structurally compromised.

This means that p = 0.15

20 buildings

This means that n = 20

a) What is the probability that if engineers inspect 20 buildings they will find exactly one that is structurally compromised?

This is P(X = 1).

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

P(X = 1) = C_{20,1}.(0.15)^{1}.(0.85)^{19} = 0.1368

13.68% probability that if engineers inspect 20 buildings they will find exactly one that is structurally compromised.

b) What is the probability that if engineers inspect 20 buildings they will find less than 2 that are structurally compromised?

P(X < 2) = P(X = 0) + P(X = 1)

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

P(X = 0) = C_{20,0}.(0.15)^{0}.(0.85)^{20} = 0.0388

P(X = 1) = C_{20,1}.(0.15)^{1}.(0.85)^{19} = 0.1368

P(X < 2) = P(X = 0) + P(X = 1) = 0.0388 + 0.1368 = 0.1756

17.56% probability that if engineers inspect 20 buildings they will find less than 2 that are structurally compromised

c) What is the probability that if engineers inspect 20 buildings they will find greater than 4 that are structurally compromised?

Either they find 4 or less, or they find more than 4. The sum of the probabilities of these events is 1. So

P(X \leq 4) + P(X > 4) = 1

P(X > 4) = 1 - P(X \leq 4)

In which

P(X \leq 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4)

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

P(X = 0) = C_{20,0}.(0.15)^{0}.(0.85)^{20} = 0.0388

P(X = 1) = C_{20,1}.(0.15)^{1}.(0.85)^{19} = 0.1368

P(X = 2) = C_{20,2}.(0.15)^{2}.(0.85)^{18} = 0.2293

P(X = 3) = C_{20,3}.(0.15)^{3}.(0.85)^{17} = 0.2428

P(X = 4) = C_{20,4}.(0.15)^{4}.(0.85)^{16} = 0.1821

P(X \leq 4) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) = 0.0388 + 0.1368 + 02293 + 0.2428 + 0.1821 = 0.8298

P(X > 4) = 1 - P(X \leq 4) = 1 - 0.8298 = 0.1702

17.02% probability that if engineers inspect 20 buildings they will find greater than 4 that are structurally compromised

d) What is the probability that if engineers inspect 20 buildings they will find between 2 and 5 (inclusive) that are structurally compromised?

P(2 \leq X \leq 5) = P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5)

P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}

P(X = 2) = C_{20,2}.(0.15)^{2}.(0.85)^{18} = 0.2293

P(X = 3) = C_{20,3}.(0.15)^{3}.(0.85)^{17} = 0.2428

P(X = 4) = C_{20,4}.(0.15)^{4}.(0.85)^{16} = 0.1821

P(X = 5) = C_{20,5}.(0.15)^{5}.(0.85)^{15} = 0.1028

P(2 \leq X \leq 5) = P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) = 0.2293 + 0.2428 + 0.1821 + 0.1028 = 0.7570

75.70% probability that if engineers inspect 20 buildings they will find between 2 and 5 (inclusive) that are structurally compromised

e) What is the expected number of buildings that an engineer will find structurally compromised if the engineer inspects 20 buildings?

The expected value of the binomial distribution is:

E(X) = np

So

E(X) = 20*0.15 = 3

The expected number of buildings that an engineer will find structurally compromised if the engineer inspects 20 buildings is 3.

You might be interested in
In the following, after distributing and solving, find the error.
larisa86 [58]
After 6x+48=72, you have to subtract 48 on both sides not add. Your final answer will be x=4. 72-48=24.. 24/6= 4.
8 0
3 years ago
Yesterday your bus ride to school took 10 minutes. Today your bus ride took 12 minutes. What is the percent of change?
Readme [11.4K]
The percent of increase from 10 to 12 is 20 %. 10 x 1.2 = 12.

Hope This Helps You!
<span>Good Luck Studying :)</span>
5 0
3 years ago
Read 2 more answers
What is 2 plus 2 times 3 minus 55 plus 66 times 2 minus 69
tatyana61 [14]

Answer:

16

Step-by-step explanation:

3 0
3 years ago
Marie joined a book club. She had to pay a one time registration fee of 80.00 and then 3.00 per book.How much did it cost her to
Rasek [7]

Answer:

It cost her this much = 3×15 = 45

5 0
3 years ago
Read 2 more answers
The question is in the pic please be specific
vichka [17]
Box 1) (LxW) 20x6=120
box 2) (LxW) 15x4=60
box 1 cost) (size of box x price of box) 120x1.25=150
box 2 cost) (size of box x price of box) 60x1.25=75
subtract 150 and 75 to get 75

answer: the company is saving $75 by choosing to make 50 of box 2 instead of 50 of box 1

hope this makes sense comment if you need more explanation
8 0
3 years ago
Other questions:
  • Is 2^3+(54/6)-4 x 2 equivalent to 3^2
    11·1 answer
  • Can someone help mee?
    11·2 answers
  • Help brainiest answer
    5·1 answer
  • look for relationships. an elevator descends at a constant speed. what is the change in elevation after 19 seconds?
    7·1 answer
  • Taylor asked for a fish tank for his birthday the tank he wants is a rectangle or prism 20.25 inches long 10.5 inches wide and 1
    13·1 answer
  • A parallelogram has a base of 3.5 units and a corresponding height of 2 units. What is its area? A parallelogram has a base of 3
    13·2 answers
  • What is the answer for this ?
    7·1 answer
  • Indentify the slope of the parallel line to the equation: y = 3/5x + 13
    10·1 answer
  • Pythagorean Theorem with Known Legs
    15·2 answers
  • Julia is designing a frame for a client. She wants to prove to her client that m∠AGE ≅ m∠FHD in her sketch. What is the missing
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!