This is “Continuous Random Variables”, section 5.1 from the book Beginning Statistics (v. 1.0). For details on it (including licensing), click here.

For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there. To download a .zip file containing this book to use offline, simply click here.

Has this book helped you? Consider passing it on:
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.

5.1 Continuous Random Variables

Learning Objectives

  1. To learn the concept of the probability distribution of a continuous random variable, and how it is used to compute probabilities.
  2. To learn basic facts about the family of normally distributed random variables.

The Probability Distribution of a Continuous Random Variable

For a discrete random variable X the probability that X assumes one of its possible values on a single trial of the experiment makes good sense. This is not the case for a continuous random variable. For example, suppose X denotes the length of time a commuter just arriving at a bus stop has to wait for the next bus. If buses run every 30 minutes without fail, then the set of possible values of X is the interval denoted [0,30], the set of all decimal numbers between 0 and 30. But although the number 7.211916 is a possible value of X, there is little or no meaning to the concept of the probability that the commuter will wait precisely 7.211916 minutes for the next bus. If anything the probability should be zero, since if we could meaningfully measure the waiting time to the nearest millionth of a minute it is practically inconceivable that we would ever get exactly 7.211916 minutes. More meaningful questions are those of the form: What is the probability that the commuter's waiting time is less than 10 minutes, or is between 5 and 10 minutes? In other words, with continuous random variables one is concerned not with the event that the variable assumes a single particular value, but with the event that the random variable assumes a value in a particular interval.

Definition

The probability distribution of a continuous random variable X is an assignment of probabilities to intervals of decimal numbers using a function f(x), called a density functionThe function f(x) such that probabilities of a continuous random variable X are areas of regions under the graph of y=f(x)., in the following way: the probability that X assumes a value in the interval [a,b] is equal to the area of the region that is bounded above by the graph of the equation y=f(x), bounded below by the x-axis, and bounded on the left and right by the vertical lines through a and b, as illustrated in Figure 5.1 "Probability Given as Area of a Region under a Curve".

Figure 5.1 Probability Given as Area of a Region under a Curve

This definition can be understood as a natural outgrowth of the discussion in Section 2.1.3 "Relative Frequency Histograms" in Chapter 2 "Descriptive Statistics". There we saw that if we have in view a population (or a very large sample) and make measurements with greater and greater precision, then as the bars in the relative frequency histogram become exceedingly fine their vertical sides merge and disappear, and what is left is just the curve formed by their tops, as shown in Figure 2.5 "Sample Size and Relative Frequency Histograms" in Chapter 2 "Descriptive Statistics". Moreover the total area under the curve is 1, and the proportion of the population with measurements between two numbers a and b is the area under the curve and between a and b, as shown in Figure 2.6 "A Very Fine Relative Frequency Histogram" in Chapter 2 "Descriptive Statistics". If we think of X as a measurement to infinite precision arising from the selection of any one member of the population at random, then P(a<X<b) is simply the proportion of the population with measurements between a and b, the curve in the relative frequency histogram is the density function for X, and we arrive at the definition just above.

Every density function f(x) must satisfy the following two conditions:

  1. For all numbers x, f(x)0, so that the graph of y=f(x) never drops below the x-axis.
  2. The area of the region under the graph of y=f(x) and above the x-axis is 1.

Because the area of a line segment is 0, the definition of the probability distribution of a continuous random variable implies that for any particular decimal number, say a, the probability that X assumes the exact value a is 0. This property implies that whether or not the endpoints of an interval are included makes no difference concerning the probability of the interval.

For any continuous random variable X:

P(aXb)=P(a<Xb)=P(aX<b)=P(a<X<b)

Example 1

A random variable X has the uniform distribution on the interval [0,1]: the density function is f(x)=1 if x is between 0 and 1 and f(x)=0 for all other values of x, as shown in Figure 5.2 "Uniform Distribution on ".

Figure 5.2 Uniform Distribution on [0,1]

  1. Find P(X > 0.75), the probability that X assumes a value greater than 0.75.
  2. Find P(X ≤ 0.2), the probability that X assumes a value less than or equal to 0.2.
  3. Find P(0.4 < X < 0.7), the probability that X assumes a value between 0.4 and 0.7.

Solution:

  1. P(X > 0.75) is the area of the rectangle of height 1 and base length 10.75=0.25, hence is base×height=(0.25)·(1)=0.25. See Figure 5.3 "Probabilities from the Uniform Distribution on "(a).
  2. P(X ≤ 0.2) is the area of the rectangle of height 1 and base length 0.20=0.2, hence is base×height=(0.2)·(1)=0.2. See Figure 5.3 "Probabilities from the Uniform Distribution on "(b).
  3. P(0.4 < X < 0.7) is the area of the rectangle of height 1 and length 0.70.4=0.3, hence is base×height=(0.3)·(1)=0.3. See Figure 5.3 "Probabilities from the Uniform Distribution on "(c).

Figure 5.3 Probabilities from the Uniform Distribution on [0,1]

Example 2

A man arrives at a bus stop at a random time (that is, with no regard for the scheduled service) to catch the next bus. Buses run every 30 minutes without fail, hence the next bus will come any time during the next 30 minutes with evenly distributed probability (a uniform distribution). Find the probability that a bus will come within the next 10 minutes.

Solution:

The graph of the density function is a horizontal line above the interval from 0 to 30 and is the x-axis everywhere else. Since the total area under the curve must be 1, the height of the horizontal line is 1/30. See Figure 5.4 "Probability of Waiting At Most 10 Minutes for a Bus". The probability sought is P(0X10). By definition, this probability is the area of the rectangular region bounded above by the horizontal line f(x)=130, bounded below by the x-axis, bounded on the left by the vertical line at 0 (the y-axis), and bounded on the right by the vertical line at 10. This is the shaded region in Figure 5.4 "Probability of Waiting At Most 10 Minutes for a Bus". Its area is the base of the rectangle times its height, 10·(130)=13. Thus P(0X10)=13.

Figure 5.4 Probability of Waiting At Most 10 Minutes for a Bus

Normal Distributions

Most people have heard of the “bell curve.” It is the graph of a specific density function f(x) that describes the behavior of continuous random variables as different as the heights of human beings, the amount of a product in a container that was filled by a high-speed packing machine, or the velocities of molecules in a gas. The formula for f(x) contains two parameters μ and σ that can be assigned any specific numerical values, so long as σ is positive. We will not need to know the formula for f(x), but for those who are interested it is

f(x)=12πσ2e − 12(μx)2σ2

where π3.14159 and e ≈ 2.71828 is the base of the natural logarithms.

Each different choice of specific numerical values for the pair μ and σ gives a different bell curve. The value of μ determines the location of the curve, as shown in Figure 5.5 "Bell Curves with ". In each case the curve is symmetric about μ.

Figure 5.5 Bell Curves with σ = 0.25 and Different Values of μ

The value of σ determines whether the bell curve is tall and thin or short and squat, subject always to the condition that the total area under the curve be equal to 1. This is shown in Figure 5.6 "Bell Curves with ", where we have arbitrarily chosen to center the curves at μ = 6.

Figure 5.6 Bell Curves with μ = 6 and Different Values of σ

Definition

The probability distribution corresponding to the density function for the bell curve with parameters μ and σ is called the normal distributionAssignment of probabilities to a continuous random variable using a bell curve for the density function. with mean μ and standard deviation σ.

Definition

A continuous random variable whose probabilities are described by the normal distribution with mean μ and standard deviation σ is called a normally distributed random variable, or a normal random variableA continuous random variable whose probabilities are determined by a bell curve. for short, with mean μ and standard deviation σ.

Figure 5.7 "Density Function for a Normally Distributed Random Variable with Mean " shows the density function that determines the normal distribution with mean μ and standard deviation σ. We repeat an important fact about this curve:

The density curve for the normal distribution is symmetric about the mean.

Figure 5.7 Density Function for a Normally Distributed Random Variable with Mean μ and Standard Deviation σ

Example 3

Heights of 25-year-old men in a certain region have mean 69.75 inches and standard deviation 2.59 inches. These heights are approximately normally distributed. Thus the height X of a randomly selected 25-year-old man is a normal random variable with mean μ = 69.75 and standard deviation σ = 2.59. Sketch a qualitatively accurate graph of the density function for X. Find the probability that a randomly selected 25-year-old man is more than 69.75 inches tall.

Solution:

The distribution of heights looks like the bell curve in Figure 5.8 "Density Function for Heights of 25-Year-Old Men". The important point is that it is centered at its mean, 69.75, and is symmetric about the mean.

Figure 5.8 Density Function for Heights of 25-Year-Old Men

Since the total area under the curve is 1, by symmetry the area to the right of 69.75 is half the total, or 0.5. But this area is precisely the probability P(X > 69.75), the probability that a randomly selected 25-year-old man is more than 69.75 inches tall.

We will learn how to compute other probabilities in the next two sections.

Key Takeaways

  • For a continuous random variable X the only probabilities that are computed are those of X taking a value in a specified interval.
  • The probability that X take a value in a particular interval is the same whether or not the endpoints of the interval are included.
  • The probability P(a<X<b), that X take a value in the interval from a to b, is the area of the region between the vertical lines through a and b, above the x-axis, and below the graph of a function f(x) called the density function.
  • A normally distributed random variable is one whose density function is a bell curve.
  • Every bell curve is symmetric about its mean and lies everywhere above the x-axis, which it approaches asymptotically (arbitrarily closely without touching).

Exercises

    Basic

  1. A continuous random variable X has a uniform distribution on the interval [5,12]. Sketch the graph of its density function.

  2. A continuous random variable X has a uniform distribution on the interval [3,3]. Sketch the graph of its density function.

  3. A continuous random variable X has a normal distribution with mean 100 and standard deviation 10. Sketch a qualitatively accurate graph of its density function.

  4. A continuous random variable X has a normal distribution with mean 73 and standard deviation 2.5. Sketch a qualitatively accurate graph of its density function.

  5. A continuous random variable X has a normal distribution with mean 73. The probability that X takes a value greater than 80 is 0.212. Use this information and the symmetry of the density function to find the probability that X takes a value less than 66. Sketch the density curve with relevant regions shaded to illustrate the computation.

  6. A continuous random variable X has a normal distribution with mean 169. The probability that X takes a value greater than 180 is 0.17. Use this information and the symmetry of the density function to find the probability that X takes a value less than 158. Sketch the density curve with relevant regions shaded to illustrate the computation.

  7. A continuous random variable X has a normal distribution with mean 50.5. The probability that X takes a value less than 54 is 0.76. Use this information and the symmetry of the density function to find the probability that X takes a value greater than 47. Sketch the density curve with relevant regions shaded to illustrate the computation.

  8. A continuous random variable X has a normal distribution with mean 12.25. The probability that X takes a value less than 13 is 0.82. Use this information and the symmetry of the density function to find the probability that X takes a value greater than 11.50. Sketch the density curve with relevant regions shaded to illustrate the computation.

  9. The figure provided shows the density curves of three normally distributed random variables XA, XB, and XC. Their standard deviations (in no particular order) are 15, 7, and 20. Use the figure to identify the values of the means μA, μB, and μC and standard deviations σA, σB, and σC of the three random variables.

  10. The figure provided shows the density curves of three normally distributed random variables XA, XB, and XC. Their standard deviations (in no particular order) are 20, 5, and 10. Use the figure to identify the values of the means μA, μB, and μC and standard deviations σA, σB, and σC of the three random variables.

    Applications

  1. Dogberry's alarm clock is battery operated. The battery could fail with equal probability at any time of the day or night. Every day Dogberry sets his alarm for 6:30 a.m. and goes to bed at 10:00 p.m. Find the probability that when the clock battery finally dies, it will do so at the most inconvenient time, between 10:00 p.m. and 6:30 a.m.

  2. Buses running a bus line near Desdemona's house run every 15 minutes. Without paying attention to the schedule she walks to the nearest stop to take the bus to town. Find the probability that she waits more than 10 minutes.

  3. The amount X of orange juice in a randomly selected half-gallon container varies according to a normal distribution with mean 64 ounces and standard deviation 0.25 ounce.

    1. Sketch the graph of the density function for X.
    2. What proportion of all containers contain less than a half gallon (64 ounces)? Explain.
    3. What is the median amount of orange juice in such containers? Explain.
  4. The weight X of grass seed in bags marked 50 lb varies according to a normal distribution with mean 50 lb and standard deviation 1 ounce (0.0625 lb).

    1. Sketch the graph of the density function for X.
    2. What proportion of all bags weigh less than 50 pounds? Explain.
    3. What is the median weight of such bags? Explain.

Answers

  1. The graph is a horizontal line with height 1/7 from x = 5 to x = 12

  2. The graph is a bell-shaped curve centered at 100 and extending from about 70 to 130.

  3. 0.212

  4. 0.76

  5. μA=100, μB=200, μC=300, σA=7, σB=20, σC=15

  1. 0.3542

    1. The graph is a bell-shaped curve centered at 64 and extending from about 63.25 to 64.75.
    2. 0.5
    3. 64