Assignment 2
Assignment 2
BU/16C/ENG/2110
EEE504: ASSIGNMENT 2
1. Write a short note on Normal Distribution
The normal distribution is the most important probability distribution in statistics because it
fits many natural phenomena. For example, heights, blood pressure, measurement error, and
IQ scores follow the normal distribution. It is also known as the Gaussian distribution and the
bell curve.
The normal distribution is a probability function that describes how the values of a variable
are distributed. It is a symmetric distribution where most of the observations cluster around
the central peak and the probabilities for values further away from the mean taper off equally
in both directions. Extreme values in both tails of the distribution are similarly unlikely.
In this blog post, you’ll learn how to use the normal distribution, its parameters, and how to
calculate Z-scores to standardize your data and find probabilities.
The distribution is symmetric. The number of girls shorter than average equals the number of
girls taller than average. In both tails of the distribution, extremely short girls occur as
infrequently as extremely tall girls.
Mean
The mean is the central tendency of the distribution. It defines the location of the peak for
normal distributions. Most values cluster around the mean. On a graph, changing the mean
shifts the entire curve left or right on the X-axis.
Standard deviation
The standard deviation is a measure of variability. It defines the width of the normal
distribution. The standard deviation determines how far away from the mean the values tend
to fall. It represents the typical distance between the observations and the average.
On a graph, changing the standard deviation either tightens or spreads out the width of the
distribution along the X-axis. Larger standard deviations produce distributions that are more
spread out.
When you have narrow distributions, the probabilities are higher that values won’t fall far
from the mean. As you increase the spread of the distribution, the likelihood that observations
will be further away from the mean also increases.
The mean and standard deviation are parameter values that apply to entire populations. For
the normal distribution, statisticians signify the parameters by using the Greek symbol μ (mu)
for the population mean and σ (sigma) for the population standard deviation.
Unfortunately, population parameters are usually unknown because it’s generally impossible
to measure an entire population. However, you can use random samples to
calculate estimates of these parameters. Statisticians represent sample estimates of these
parameters using x̅ for the sample mean and s for the sample standard deviation.
2. The weights of bags of potatoes delivered to a supermarket are approximately
Normally distributed with mean 5 Kg and standard deviation 0.2 Kg. The potatoes are
delivered in batches of 500 bags.
(i) Calculate the probability that a randomly selected bag will weigh more than
5.5 Kg.
(ii) Calculate the probability that a randomly selected bag will weigh between 4.6
and 5.5 Kg.
(iii) What is the expected number of bags in a batch weighing less than 5.5 Kg?
Solution:
i) P(X>5.5)
X−μ
Z-score for raw data of 5.5 =
σ
5.5−5
=
0.2
= 2.5
P(X>5.5) = P(Z>2.5)
P(X>5.5) = 1 – P(X<=5.5)
From the Z – Table,
P (Z<=2.5) = 0.00621
Therefore, P(X>5.5) = 1 – 0.00621
= 0.99379
ii) P(4.6<= X <=5.5)
First, calculate P(X>4.6)
X−μ
Z-score for raw data of 4.6 =
σ
4.6−5
=
0.2
= -2
P(X>4.6) = P(Z> -2)
P(X>4.6) = 1 – P(X<= -2)
From the Z – Table,
P (Z> -2) = 0.02275
Therefore, P(4.6<= X <=5.5) = P(5.5) – P(4.6)
= 0.99379 – 0.02275
= 0.97104
iii) P(X<5.5) = 1 – P(X>5.5)
= 1 – 0.99379
= 0.00621