Normal Distributions

Calculating Densities

The Problem

Let X be a random variable following a Normal (Gaussian) distribution. All Normal distributions have two parameters: mean and standard deviation (or variance). For this X, let μ = 49 and σ = 5. An example of where such a distribution may arise is the following:

You have a bag of candy made by Statistics, Inc. The weight of the pieces are not all the same, they are a random variable. This variable follows a Normal distribution with average weight 49 grams and standard deviation 5. Define the random variable X as the weight of a randomly selected piece of candy.

For those who like pictures, here is a graphic of the probability density function (pdf). It is not a probability, it is a density. It can be used to determine which values are more likely than others. From the graphic, we can tell that weights are more likely around 49 than around 39 or 56.5.

…  36.5 49 61.5  …

The following is a graphic of the culumative distribution function (CDF). It is a probability. Specifically, it graphs P[X ≤ x] against x. Note that it starts at zero and smoothly climbs to 1.

…  36.5 49 61.5  …

Continuing the candy example, let us calculate the probability that the next piece of candy will have a weight 37.55 grams or less; that is, calculate P[X ≤ 37.55]. This is notationally equivalent to calculating F(37.55).

Your Answer

In the box below, please enter the value of F(37.55), i.e. of P[X ≤ 37.55]. We are given that X ~ Normal(μ=49; σ=5). When you have entered your value, click on the “Check your answer!” button. Please round your answer to the ten-thousandths place.

Assistance

Show Formula

Show Solution

Show the R Code

Show the Excel Formula

© Ole J. Forsberg, Ph.D. 2024. All rights reserved.   .