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
PLS HELP I WILL MARK BRAINLIEST
Anestetic [448]

Answer:

16 degrees

Step-by-step explanation:

Divide ABD by 4 to produce a 1:3 ratio of the angles

6 0
2 years ago
alan bought 3 pencils and a notebook. the notebook cost $6, and he spent a total of $12. how much did each pencil cost?
Step2247 [10]

Answer:

Step-by-step explanation:

3x+6=12

-6. -6

3x=6

Divid three by both sides.

X=2

Each penicillin cost 2 dollars

6 0
3 years ago
What is the domain of the function shown in the graph below?
pshichka [43]

Answer:

Nasa picture po yung answer

3 0
3 years ago
Mark wants to fence 4 rectangular gardens, each with a length of 9 1/4 feet and a width of 4 1/2 feet. What is the total length
juin [17]

Answer:

110 feet

Step-by-step explanation:

Given that,

Length of the rectangular garden = 9 1/4 feet = 37/4 feet

Width of the rectangular garden = 4 1/2 feet = 9/4 feet

We need to find the total length of fencing Mark needs to surround all 4 gardens.

The length for 1 garden = perimeter of the garden

The length for 4 garden = 4×perimeter of the garden

= 4×2(l+b)

=8(l+b)\\\\=8(\dfrac{37}{4}+\dfrac{9}{2})\\\\=8\times 13.75\\\\=110\ \text{feet}

Hence, 110 feet is the total length of the fencing Mark needs to surround all 4 gardens.

5 0
2 years ago
Amanda and her four sisters divided 1,021 stickers equally how many did each girl receive
Gemiola [76]
1021 / 5 = 204.20.....each girl got 204 stickers.....with a remainder of 1 sticker
7 0
3 years ago
Other questions:
  • A high school track is shaped as a rectangle with a half circle on either side.
    5·2 answers
  • A stadium can seat 46,000 people for a baseball game. One day, 49,442 people attended a game. How many people had to stand becau
    6·1 answer
  • Can someone please help?
    9·1 answer
  • Using the substitution method, Vito is solving the following system of equations algebraically: y + 3x = -4 2x-3y = -21% D Which
    12·1 answer
  • Make each metric conversion:
    10·1 answer
  • A jewelry box contains 13 gold earrings, 10 silver earrings and 12 titanium
    6·1 answer
  • What are the cutpoint values for
    11·1 answer
  • Solve for V . 7v-20=-6(v-1) Simplify your answer as much as possible.
    7·2 answers
  • Arrange the following set of decimals in descending order
    13·1 answer
  • Helppppppp meeeeeeeeee
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!