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
Use the substitution method to solve the system of equations. Choose the
Musya8 [376]

Step-by-step explanation:

Putting value of y

2x + x - 5 = 10

3x - 5 = 10

3x = 10 + 5

3x = 15

x = 15/3 = 5

Putting value of x

Y = x - 5

Y = 5 - 5

Y = 0

Option D is the correct answer

7 0
3 years ago
Read 2 more answers
Solve the problem. if a roof has a pitch of 5 to 11, how high will the roof rise over a 33-foot run?
Katyanochek1 [597]
Pitch = rise/span = rise/(2 x run)
5/11 = rise/(2  x 33) = rise / 66
rise = 66 x 5/11 = 30 feet.
5 0
3 years ago
Which expression is equivalent to 2m^2-m^2(7-m)+6m^2
shepuryov [24]
Hope this helps you!

7 0
3 years ago
Read 2 more answers
Find the mean for each set of data, weights of cats at a pet store in pounds: 5,4,10,7,6​
Aleonysh [2.5K]

Answer:

6.4

Step-by-step explanation:

add all numbers together then divide by 5

3 0
3 years ago
Need help with math homework
Nuetrik [128]

Answer:

c

Step-by-step explanation:

am not sure but I think its C am not shure

5 0
3 years ago
Other questions:
  • How do I do this someone plz help
    15·2 answers
  • The area of a square wall with side s is given by the formula a=s^2. find the area when s=7cm
    10·1 answer
  • The volume of a right rectangular solid is 384 ft3. Find the height of the solid, if the length is 3 times the width, and the he
    9·1 answer
  • Wrote the equation of the line that passes through (3,4) and (2,-1) in slope intercept form
    15·1 answer
  • Jason has 5 boxes and 3 cases of soup cans Each box contains 6 cans and each case contains 36 cans How many cans of soup does Ja
    8·1 answer
  • Susan’s ribbon is 3.8 metres long. <br> What is the length of her ribbon in millimetres?
    7·1 answer
  • Solve y3 = 64.
    7·1 answer
  • Which of the following tables represents a function?
    12·2 answers
  • Expand 2(y - 8)<br> How do u do that
    10·1 answer
  • Is the equation a linear function or nonlinear function?
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!