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
One number is five more than another number. If the square of the smaller number is 3 more than 3 times the larger number, what
11111nata11111 [884]

Answer:

6 and 11

Step-by-step explanation:

n1 = n + 5

ns^2 = 3 + 3nb

6^2 = 3 + 3(11)

36 = 3 + 33

11 = 6 + 5

3 0
1 year ago
HELP ILL GIVE BRAINLIEST
SVETLANKA909090 [29]

Answer:

\huge\boxed{\bf\:c = \frac{11}{4}}

Step-by-step explanation:

4c + 2c = 4c + \frac{11}{2}

Cancel 4c on both the sides of the equation.

2c = \frac{11}{2}

Bring the 2 in the denominator of 11/2 to the left hand side of the equation.

2*2c = 11\\4c = 11

Bring 4 to the right hand side if the equation.

\boxed{\bf\:c = \frac{11}{4}}

\rule{150pt}{2pt}

4 0
1 year ago
A survey by American Express Spending reported that the average amount spent on a wedding gift for a close family member is $166
Marysya12 [62]
It would be B !!


Sshajsnsbshsbsor idk
5 0
3 years ago
Circumference and area of a circular piece of glass
Vadim26 [7]

Answer:

Area = πr²

Circumference = 2πr

You can use pie as both 22/7 Or 3.14

Step-by-step explanation:

If you like my answer than please mark me brainliest thanks

8 0
2 years ago
Penn cuts the sandwich into equal pieces to serve 8 guests. Write an equation to represent the portion p that each guest receive
SVETLANKA909090 [29]
To show the portion, p, that each guest receives you will write the following equation.

p = 1/8

This equation shows One whole sandwich being broken into eight groups of the same portion. The answer is 1/8 of a sandwich.

6 0
3 years ago
Other questions:
  • Professor Williams wrote some statements on the board: 1. Newton observed an apple falling off a tree and speculated that all th
    13·2 answers
  • Can someone help me with this question please
    15·1 answer
  • At the beginning of April, Owl Corporation has a balance of $12,000 in the Retained Earnings account. During the month of April,
    6·1 answer
  • Which equation represents this number sentence?
    7·1 answer
  • Which of the following is a series ? Check all that apply . 1/2 + 1/4 + 1/6 + 1/16 + 3.14159 B. 1 * 2 * 3 * 4 * 5 * 6 * 7 * 8 20
    6·1 answer
  • Tell me whether the lines are parallel, perpendicular, or neither. If the lines intersect, name the point of intersection.
    10·1 answer
  • I need help with 5 pleade
    5·1 answer
  • Can you plzzzzz help me?
    9·1 answer
  • What is the midpoint of the line segment with endpoints (-1,3) and (-5,5)?
    9·1 answer
  • The endpoints of segment AB are A (-8,4) and B (10,6). What are the coordinates of M, the midpoint of segment AB?
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!