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
Math question:
nignag [31]

Answer: 352

Step-by-step explanation:

3 0
2 years ago
Write a simplified polynomial expression in standard form to represent the area of the rectangle below.
JulijaS [17]
Given:
Rectangle shape.
One side: 5x + 2
other side: x - 4

Area = length * width
Area = (5x+2)(x-4)
A = 5x(x-4) +2(x-4)
A = 5x² - 20x + 2x - 8
A = 5x² - 18x - 8
6 0
3 years ago
Read 2 more answers
Despite control measures, the pigeon population in Winchester is increasing by 10% each year. If there are currently 9,520 pigeo
TEA [102]

Using an exponential function, it is found that there will be 32,866 pigeons in 13 years.

<h3>What is an exponential function?</h3>

An increasing exponential function is modeled by:

A(t) = A(0)(1 + r)^t

In which:

  • A(0) is the initial value.
  • r is the decay rate, as a decimal.

The initial value and the growth rate are given by:

A(0) = 9520, r = 0.1.

Hence the function is given by:

A(t) = 9520(1.1)^t

Hence in 13 years, the amount of pigeons will be of:

A(13) = 9520(1.1)^{13} = 32866

More can be learned about exponential functions at brainly.com/question/25537936

#SPJ1

3 0
2 years ago
Aristotle was born in 384 BC. Ron Howard was born in 1952 AD. HOW many years apart were they born?
rodikova [14]
The answer is 2336 cause bc was before Christ ad us after death so if we add them that's the answer
6 0
3 years ago
Cual es la mediana de los datos en un estudio​
seraphim [82]

Answer:

La mediana de un conjunto de números es el número del medio del conjunto (después de que los números se hayan ordenado de menor a mayor).

Step-by-step explanation:

Digamos que tienes estos números, 4, 7, 2, 9, 7, 6 y 4. primero, los pones en orden de menor a mayor (2, 4, 4, 6, 7, 7, 9), y luego usted determina qué número está en el medio, que es 6.

3 0
3 years ago
Other questions:
  • Jenny makes food for her hummingbird feeders. The food is made up of 1 part sugar and 4 parts water. She uses 34 cup of sugar to
    5·2 answers
  • If the current time is 10:35 how long until it turns 3:15
    15·1 answer
  • With a coupon, you can get a pair of shoes that normally cost $84 for only $72. What percentage was the discount?
    7·1 answer
  • PLEASE HELP <br>PLEASE HELP <br>PLEASE HELP <br>PLEASE HELPPPPPPPPPPPPPP​
    5·2 answers
  • PLEASE HELP ME THANK YOU!
    7·2 answers
  • Petra jogs 3 miles in 30 minutes. At this rate, how long would it take her to jog 7 miles?
    15·2 answers
  • Which expression can you simplify by combining like terms?
    6·1 answer
  • Plzzzzzzzzz help and fast
    13·1 answer
  • What is the correct answer NEED ASAP PLEASE ​
    8·1 answer
  • Light travels at a speed of approximately Light travels at a speed of approximately 1,000,000,000 kilometers per second (621,118
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!