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
Ez points!!!!! what is 3+3/3
scoray [572]

Answer:

2

Step-by-step explanation:

3 plus 3 is 6 then divided by 3 is 2

8 0
3 years ago
Read 2 more answers
-3/8x - 11 = 4 pls HELP me im getting no where right now.
VashaNatasha [74]
-3/8x - 11 = 4
-3/8x = 15 Add 11 to both sides
x = -40 Divide both sides by -3/8
7 0
3 years ago
Can someone help me please!!
hodyreva [135]

Answer:

  1. idk

Step-by-step explanation:

i just need points :/ v

8 0
3 years ago
The number of cubic inches in the volume of a 6-inch high cylindrical can equals the number of square inches in the area of the
Svetradugi [14.3K]

Answer:

In inches, the radius of the can is <u>2</u>.

Step-by-step explanation:

Given:

The number of cubic inches in the volume of a 6-inch high cylindrical can equals the number of square inches in the area of the label that covers the lateral surface of the can.

Now, to find the radius of the can in inches.

Let the radius of can be r.

Height of can = 6\ inches.

<em>As given, the number of cubic inches of the volume of the cylindrical can equals the number of square inches in the area of the label that covers the lateral surface of the can.</em>

<em><u>So, </u></em>

<em><u>Volume of can = lateral surface area of can.</u></em>

Now, we put formula of volume and lateral surface area of cylinder:

\pi r^2h=2\pi rh

\pi \times r\times r\times 6=2\times \pi \times r\times 6

<em>Dividing both sides by </em>\pi \times r<em> we get:</em>

<em />r\times 6=2\times 6<em />

<em />6r=12<em />

<em>Dividing both sides by 6 we get:</em>

r=2.

Therefore, in inches, the radius of the can is <u>2</u>.

8 0
3 years ago
If your friend's doctor wants her target heart rate range to be between 143 and 170, and her
kirza4 [7]

Answer:

a person can work out 50% of the maximum (50% of 194 is 97) and 85% of the maximum (85% of 194 is 164.9). This means that the target heart rate for a 20-year-old is approximately 97–165 bpm.

Step-by-step explanation:

so I'd say 21

8 0
3 years ago
Other questions:
  • Simplify -1/4s x 7t/2
    13·1 answer
  • . If ON = 4x – 6, LM = 3x + 5, NM = x – 4, and OL = 4y – 3, find the values of x and y for which LMNO must be a parallelogram.
    7·1 answer
  • What is the answer to this
    10·2 answers
  • Help! Urgent request
    15·2 answers
  • @mehek14
    5·2 answers
  • The following regression model can be used to analyze the data for a random block design involving three treatments and two bloc
    11·1 answer
  • In gym class the coach dividing the students into teams.each team should have the same number of boys the same number of girls.t
    9·1 answer
  • Smaller circle C is inside larger circle C. The smaller circle is labeled the garden. The radius of the smaller circle is 8 feet
    12·2 answers
  • WILL MARK BRAINLYIST
    15·1 answer
  • East high schools student council plans to buy some stools and chairs for a new student center they need to buy 25 more chairs a
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!