SOCR EduMaterials Activities Normal Probability examples

From SOCR
Jump to: navigation, search

SOCR Distribution Activities - Normal Distribution Examples

You should first review the complete details about the Standard Normal and the General Normal distributions. Also, refer to the interactive web-based SOCR Distribution applets.

Example 1

The lengths of the sardines received by a certain cannery is normally distributed with mean 4.62 inches and a standard deviation 0.23 inch. What percentage of all these sardines is between 4.35 and 4.85 inches long?

Solution

We are given \(X \sim N(4.62, 0.23)\). We want to compute

\(P(4.35<X<4.85)= P(\frac{4.35-4.62}{0.23}<Z<\frac{4.85-4.62}{0.23})=P(-1.17<z<1)=0.8413-0.1210=0.7203.\)

SOCR Activities Normal Christou example1.jpg


Example 2

A baker knows that the daily demand for apple pies is a random variable which follows the normal distribution with mean 43.3 pies and standard deviation 4.6 pies. Find the demand which has probability 5% of being exceeded.

Solution

We are given \(X \sim N(43.3, 4.6)\). We want to find the demand \(d\) such that \(P(X>d)=0.05\). From the standard normal table this corresponds to

\(z=1.645\). Therefore \(1.645=\frac{d-43.3}{4.6} \Rightarrow d=50.9\) pies.

SOCR Activities Normal Christou example2.jpg

Example 3

Suppose that the height of UCLA female students has normal distribution with mean 62 inches and standard deviation 8 inches.
a. Find the height below which is the shortest 30% of the female students.
b. Find the height above which is the tallest 5% of the female students.

Solution

a.We are given \(X \sim N(62, 8)\). We want to find the height \(h\) such that \(P(X<h)=0.30\). From the

standard normal table this corresponds to \(z=-0.525\). Therefore \(-0.525=\frac{h-62}{8} \Rightarrow h=57.8\) inches.

SOCR Activities Normal Christou example3 a.jpg
b. We want to find the height \(h\) such that \(P(X>h)=0.05\). From the standard normal table this corresponds to \(z=1.645\).

Therefore \(1.645=\frac{h-62}{8} \Rightarrow h=75.16\) inches.

SOCR Activities Normal Christou example3 b.jpg

Example 4

A firm's marketing manager believes that total sales for next year will follow the normal distribution, with mean of $2.5 million and a standard deviation of $300, 000.
a. What is the probability that the firm's sales will fall within $150000 of the mean?
b.Determine the sales level that has only a 9% chance of being exceeded next year.

Solution

a. We are given \(X \sim N(2500000, 300000)\).

\(P(2350000<X<2650000)= P(\frac{2350000-250000}{300000}<z<\frac{2650000-2500000}{300000})= P(-0.5<z<0.5)=0.6915-0.3085)=0.3830\).

SOCR Activities Normal Christou example4 a.jpg
b. We want to find the sales level \(s\) such that \(P(X>s)=0.09\).

This corresponds to \(z=1.345\).

Therefore \(1.345=\frac{s-2500000}{300000} \Rightarrow s=2903500\).
SOCR Activities Normal Christou example4 b.jpg

Example 5

To avoid accusations of sexism in a college class equally populated by male and female students, the professor flips a fair coin to decide whether to call upon a male or female student to answer a question directed to the class. The professor will call upon a female student if a tails occurs. Suppose the professor does this 1000 times during the semester.
a. What is the probability that he calls upon a female student at least 530 times?
b. What is the probability that he calls upon a female student at most 480 times?
c. What is the probability that he calls upon a female student exactly 510 times?

Solution

This is a binomial problem but we are going to use the normal distribution as an approximation. We need \(\mu\) and \(\sigma\).
These are\[\mu=np=1000 \frac{1}{2}=500\].
And \(\sigma^2=np(1-p)=1000 \frac{1}{2}(1-\frac{1}{2})=250 \Rightarrow \sigma=15.81\).
a. \(P(X \ge 530)=P(z > \frac{529.5-500}{15.81})= P(z>1.87)=1-0.9693=0.0307\).
SOCR Activities Normal Christou example5 a.jpg
b.\(P(X \le 480)=P(z < \frac{480.5-500}{15.81})= P(z<-1.23)=0.1093\).
SOCR Activities Normal Christou example5 b.jpg
c.\(P(X=510)=P(\frac{509.5-500}{15.81}<z< \frac{510.5-500}{15.81})= P(0.60<z<0.66)=0.7454-0.7257=0.0197\).
SOCR Activities Normal Christou example5 c.jpg

Example 6

MENSA is an organization whose members possess IQs in the top 2% of the population.
a. If IQs are normally distributed, with mean 100 and a standard deviation of 16, what is the minimum IQ required for admission to MENSA?
b. If three individuals are chosen at random from the general population what is the probability that all three satisfy the minimum requirement for MENSA?

Solution

a. We are given \(X \sim N(100,16)\). We want to find the IQ \(q\) such that \(P(X >q)=0.02\). This corresponds to \(z=2.055\). Therefore \(2.055=\frac{q-100}{16}\Rightarrow q=132.88\).
SOCR Activities Normal Christou example6 a.jpg
b. This is binomial with \(X \sim b(3,0.02)\). We want

\(P(X=3)={3 \choose 3} 0.2^3 (1-0.02)^0=0.000008\).

SOCR Activities Normal Christou example6 b.jpg

Example 7

A manufacturing process produces semiconductor chips with a known failure rate 6.3%. Assume that chip failures are independent of one another. You will be producing 2000 chips tomorrow.
a. Find the expected number of defective chips produced.
b. Find the standard deviation of the number of defective chips.
c. Find the probability (approximate) that you will produce less than 135 defects.

Solution

This is binomial with \(X \sim b(2000,0.063)\).
a. \(E(X)=np=2000(0.063)=126\).
b. \(\sigma^2=np(1-p)=2000(0.063)(1-0.063)=118.06\)
c. \(P(X<135)=P(z<\frac{134.5-126}{10.87})= P(z<0.78)=0.7823\). The exact probability is:
\[ P(X<135)=\sum_{x=0}^{134} {2000 \choose x} 0.063^x (1-0.063)^{2000-x}. \]
SOCR Activities Normal Christou example7 c.jpg

Example 8

Suppose that the height (X) in inches, of a 25-year-old man is a normal random variable with mean it = 70 inches. If P(X > 79) = 0.025 what is the standard deviation of this random normal variable?

Solution

We are given \(X \sim N(70, \sigma)\). From \(P(X>79)=0.025\) we find the

corresponding z-value\[z=1.96\]. Therefore \(1.96=\frac{79-70}{\sigma} \Rightarrow \sigma=4.59\) inches.

SOCR Activities Normal Christou example8.jpg

Example 9

Suppose that the weight (X) in pounds, of a 40-year-old man is a normal random variable with standard deviation 20 pounds. If 5% of this population is heavier than 214 pounds what is the mean it of this distribution?

Solution

We are given \(X \sim N(\mu, 20)\). From \(P(X>214)=0.05\) we find the

corresponding z-value\[z=1.645\]. Therefore \(1.645=\frac{214-\mu}{20} \Rightarrow \mu=181.1\) pounds.

SOCR Activities Normal Christou example9.jpg

Example 10

At Heinz ketchup factory the amounts which go into bottles of ketchup are supposed to be normally distributed with mean 36 oz. and standard deviation 0.1 oz. Once every 30 minutes a bottle is selected from the production line, and its contents are noted precisely. If the amount of the bottle goes below 35.8 oz. or above 36.2 oz., then the bottle will be declared out of control.
a.If the process is in control, meaning it \(\mu= 36 oz.\) and </math>\sigma= 0.1 oz.</math>, find the probability that a bottle will be declared out of control.
b. In the situation of (a), find the probability that the number of bottles found out of control in an eight-hour day (16 inspections) will be zero.
c. In the situation of (a), find the probability that the number of bottles found out of control in an eight-hour day (16 inspections) will be exactly one.
d. If the process shifts so that it = 37 oz and u = 0.4 oz, find the probability that a bottle will be declared out of control.

Solution

The process is out of control if \(P(X<35.8)\) or \(P(X>36.2)\).
a. We are given \(X \sim N(36,0.1)\). We compute the probability\[P(X<35.8)+P(X>36.2)=P(z<\frac{35.8-36}{0.1})+P(z>\frac{36.2-36}{0.1})= P(z<-2)+P(z>2)=0.0228+(1-0.9772)=0.0456\].
SOCR Activities Normal Christou example10 a.jpg
This is \(P(X\le 35.8)\)
SOCR Activities Normal Christou example10 a2.jpg
This is \(P(X\ge 36.2)\). We add the two probabilities.
b. This is binomial with \(n=16, p=0.0456\).

\(P(X=0)={16 \choose 0}(0.0456)^0(1-0.0456)^{16}=0.473\).

SOCR Activities Normal Christou example10 b.jpg
c. This is binomial with \(n=16, p=0.0456\).

\(P(X=1)={16 \choose 1}(0.0456)^1(1-0.0456)^{15}=0.3623\).

SOCR Activities Normal Christou example10 c.jpg
d. Now \(X \sim N(37,0.4)\). We compute the probability\[P(X<35.8)+P(X>36.2)=P(z<\frac{35.8-37}{0.4})+P(z>\frac{36.2-37}{0.4})= P(z<-3)+P(z>-2)=0.0013+(1-0.0028)=0.9785\].
SOCR Activities Normal Christou example10 d.jpg
This is \(P(X\le 35.8)\).
SOCR Activities Normal Christou example10 d2.jpg
This is \(P(X\ge 36.2)\). We add the two probabilities.

Example 11

Suppose that a binary message -either 0 or 1- must be transmitted by wire from location A to location B. However, the data sent over the wire are subject to a channel noise disturbance, so to reduce the possibility of error, the value 2 is sent over the wire when the message is 1 and the value -2 is sent when the message is O. If x, x = +2, is the value sent from location A, then R, the value received at location B, is given by R = x + N, where N is the channel noise disturbance. When the message is received at location B the receiver decodes it according to the following rule:
If R > 0.5, then 1 is concluded If R < 0.5, then 0 is concluded
If the channel noise follows the standard normal distribution compute the probability that the message will be wrong when decoded.

Solution

The channel noise \(N\) follows the standard normal distribution, \(N(0,1)\).
If the message was 1: It will be wrong when decoded if \(R<0.5\).

Or \(x+N<0.5 \Rightarrow 2+N<0.5 \Rightarrow N<-1.5\). This probability is equal to \(P(z<-1.5)=0.0668\).

If the message was 0: It will be wrong when decoded if \(R \ge 0.5\).

Or \(x+N \ge 0.5 \Rightarrow -2+N \ge 0.5 \Rightarrow N \ge 2.5\). This probability is equal to \(P(z \ge 2.5)=1-0.9938=0.0062\).

Error creating thumbnail: File missing

See also



Translate this page:

(default)
Uk flag.gif

Deutsch
De flag.gif

Español
Es flag.gif

Français
Fr flag.gif

Italiano
It flag.gif

Português
Pt flag.gif

日本語
Jp flag.gif

България
Bg flag.gif

الامارات العربية المتحدة
Ae flag.gif

Suomi
Fi flag.gif

इस भाषा में
In flag.gif

Norge
No flag.png

한국어
Kr flag.gif

中文
Cn flag.gif

繁体中文
Cn flag.gif

Русский
Ru flag.gif

Nederlands
Nl flag.gif

Ελληνικά
Gr flag.gif

Hrvatska
Hr flag.gif

Česká republika
Cz flag.gif

Danmark
Dk flag.gif

Polska
Pl flag.png

România
Ro flag.png

Sverige
Se flag.gif