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

The annual rainfall (in inches) in a certain region is normally distributed with mean 43.2 and variance 20.8. Assume rainfall in

different years is independent. Find the probability that out of 15 years, at most 2 have rainfall of more than 50 inches.
Mathematics
2 answers:
Wittaler [7]3 years ago
8 0

Answer:

92.24% probability that out of 15 years, at most 2 have rainfall of more than 50 inches.

Step-by-step explanation:

To solve this question, we need to understand the normal probability distribution and the binomial probability distribution.

Normal probability distribution:

Problems of normally distributed samples are solved using the z-score formula.

In a set with mean \mu and standard deviation(which is the square root of the variance) \sigma, the zscore of a measure X is given by:

Z = \frac{X - \mu}{\sigma}

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

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.

In this problem, we have that:

\mu = 43.2, \sigma = \sqrt{20.8} = 4.56

Probability that a year has rainfall of more than 50 inches.

pvalue of Z when X = 50. So

Z = \frac{X - \mu}{\sigma}

Z = \frac{50 - 43.2}{4.56}

Z = 1.49

Z = 1.49 has a pvalue of 0.9319

1 - 0.9319 = 0.0681

Find the probability that out of 15 years, at most 2 have rainfall of more than 50 inches.

This is P(X \leq 2) when n = 15, p = 0.0681. So

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

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

P(X = 0) = C_{15,0}.(0.0681)^{0}.(0.9319)^{15} = 0.3472

P(X = 1) = C_{15,1}.(0.0681)^{1}.(0.9319)^{14} = 0.3805

P(X = 2) = C_{15,2}.(0.0681)^{2}.(0.9319)^{13} = 0.1947

P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2) = 0.3472 + 0.3805 + 0.1947 = 0.9224

92.24% probability that out of 15 years, at most 2 have rainfall of more than 50 inches.

PilotLPTM [1.2K]3 years ago
5 0

Answer:

Probability that out of 15 years, at most 2 have rainfall of more than 50 inches is 0.0443.

Step-by-step explanation:

We are given that the annual rainfall (in inches) in a certain region is normally distributed with mean 43.2 and variance 20.8.

Assume rainfall in different years is independent. We have to find the probability that out of 15 years, at most 2 have rainfall of more than 50 inches.

<u>Firstly, we find the probability of annual rainfall being more than 50 inches in these 15 years.</u>

Let X = annual rainfall (in inches) in a certain region

So, X ~ N(\mu = 43.2, \sigma^{2} = 20.8^{2})

The z score probability distribution is given by;

                Z = \frac{X-\mu}{\sigma} ~ N(0,1)

where, \mu = population mean

            \sigma = standard deviation

So, Probability that annual rainfall is of more than 50 inches is given by = P(X > 50 inches)

      P(X > 50) = P( \frac{X-\mu}{\sigma} > \frac{50-43.2}{20.8} ) = P(Z > 0.33) = 1 - P(Z \leq 0.33)

                                                      = 1 - 0.6293 = 0.3707 or 0.371

Hence, <em>Probability that annual rainfall is of more than 50 inches is 0.371.</em>

Now, we have to find the probability that out of 15 years, at most 2 have rainfall of more than 50 inches.

The above situation can be represented through Binomial distribution;

P(Y=r) = \binom{n}{r}p^{r} (1-p)^{n-r} ; y = 0,1,2,3,.....

where, n = number of trials (samples) taken = 15 years

            r = number of success = at most 2

            p = probability of success which is of rainfall more than 50 inches,

                   i.e; 0.371.

<em>LET Y = a random variable</em>

So, it means Y ~ Binom(n=15, p=0.371)

Now, Probability that out of 15 years, at most 2 have rainfall of more than 50 inches is given by = P(Y \leq 2)

   P(Y \leq 2) = P(Y = 0) + P(Y = 1) + P(Y = 2)

 = \binom{15}{0}0.371^{0} (1-0.371)^{15-0}+ \binom{15}{1}0.371^{1} (1-0.371)^{15-1}+ \binom{15}{2}0.371^{2} (1-0.371)^{15-2}

 = 1 \times 1 \times 0.629^{15} +15 \times 0.371^{1}  \times 0.629^{14} +105 \times 0.371^{2} \times 0.629^{13}

 = 0.0443

Therefore, probability that out of 15 years, at most 2 have rainfall of more than 50 inches is 0.0443.

You might be interested in
A certain bacteria population increases continuously at a rate proportional to its current number. The initial population of the
luda_lava [24]

Answer: C

Step-by-step explanation:

This describes an expotential function

At t = 0, P = 70

Therefore, C = 70

P = 70 e^kt

Solve for k by plugging in (4,360)

k = 0.4094

plug in t(7 hours)

70 e^(0.4094*7)

The answer roughly equals C

3 0
3 years ago
Read 2 more answers
Type the correct answers out, thank you - 20 POINTS
nadezda [96]
AB and BC form a right angle at their point of intersection. This means AB is perpendicular to BC.

We are given the coordinates of points A and B, using which we can find the equation of the line for AB.

Slope of AB will be:

m= \frac{-1-1}{14-2}=-1/6

Using this slope and the point (2,1) we can write the equation for AB as:

y-1= \frac{-1}{6}(x-2) \\  \\ &#10;y= -\frac{1}{6}x+ \frac{1}{3}+1 \\  \\ &#10;y=-\frac{1}{6}x+ \frac{4}{3} &#10;

The above equation is in slope intercept form. Thus the y-intercept of AB is 4/3.

Slope of AB is -1/6, so slope of BC would be 6. Using the slope 6 and coordinates of the point B, we can write the equation of BC as:

y - 1 = 6(x - 2)
y = 6x - 12 + 1
y = 6x - 11

Point C lies on the line  y = 6x - 11. So if the y-coordinate of C is 13, we can write:

13 = 6x - 11
24 = 6x
x = 4

The x-coordinate of point C will be 4.

Therefore, the answers in correct order are:

4/3 ,  6,  -11,  4
8 0
3 years ago
(a) 3n – 11 &gt; 5n – 18
Bad White [126]

Answer:

Step-by-step explanation:

Bringing like terms on one side

-11 + 18 > 5n - 3n

-7 > 2n

-7/2 > n

7 0
2 years ago
Use the law of detachment to determine what you can conclude from the given information if three points lie on the same line the
MariettaO [177]

Answer: Points A,B, and C are collinear

Step-by-step explanation:

6 0
3 years ago
Please help me i need it in less that 60 sec
Ipatiy [6.2K]

Answer:

1/4

Step-by-step explanation:

4 0
3 years ago
Read 2 more answers
Other questions:
  • What is the value of f(-4) ?
    10·1 answer
  • 4 loads of stone weigh 2/3 ton. whats the weight of 1 load of stone
    14·1 answer
  • Write as a fraction or mixed number in simplest form. <br> 0.548
    11·1 answer
  • Show work for repeated subtraction to divide 35÷4
    10·1 answer
  • A train must climb a constant gradient of 5.5m for every 200m on track. Find the angle of incline
    14·2 answers
  • What is the greatest 8.5,5.83,5.8,58.3
    12·2 answers
  • Convert 7/11 to a percent. Round the answer to the nearest hundredth.
    6·1 answer
  • What is the distance between points A(2,9) and B(-2,6)? Round to the nearest whole number.
    7·1 answer
  • Write and solve two different division expressions that have a negative quotient. Use the fractions − 2/3 , 5/6 , and − 1/4.
    13·1 answer
  • I need some help please
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!