1.6 Linear Regression
We have spent most of this chapter analyzing models described by graphs or equations. To create a model, however, we often start with a quantity of data. Choosing an appropriate function for a model is a complicated process. In this section, we consider only linear models and explore methods for fitting a linear function to a collection of data points. First, we fit a line through two data points.
Fitting a Line through Two Points
If we already know that two variables are related by a linear function, we can find a formula from just two data points. For example, variables that increase or decrease at a constant rate can be described by linear functions.
In 1991, there were 64.6 burglaries per 1000 households in the United States. The number of burglaries reported annually declined at a roughly constant rate over the next decade, and in 2001 there were 28.7 burglaries per 1000 households. (Source: U.S. Department of Justice)
- Find a function for the number of burglaries, , as a function of time, , in years, since 1990.
_____ - State the slope as a rate of change.
is __________
What does the slope tell us about this problem?
_____
(in the years 1991 to 2001).
- Because corresponds to 1990, we have the two points and to compute the slope . Using the point-slope formula with either point and then simplifying, we find that
- burglaries per 1000 households per year. From 1991 to 2001, the burglary rate declined by 3.59 burglaries per 1000 households every year.
In 1991, there were 64.6 burglaries per 1000 households in the United States. The number of burglaries reported annually declined at a roughly constant rate over the next decade, and in 2001 there were 28.7 burglaries per 1000 households. (Source: U.S. Department of Justice)
- Find a function for the number of burglaries, , as a function of time, , in years, since 1990.
- State the slope as a rate of change. What does the slope tell us about burglaries?
- Because corresponds to 1990, we have the two points and to compute the slope . Using the point-slope formula with either point and then simplifying, we find that
- burglaries per 1000 households per year. From 1991 to 2001, the burglary rate declined by 3.59 burglaries per 1000 households every year.
What are the two steps to find the equation of a line through two points?
_____
Compute the slope, use the point-slope formula
What are the two steps to find the equation of a line through two points?
- Draw the line, use the point-slope formula
- Compute the slope, find the -intercept
- Compute the slope, use the point-slope formula
- Find the intercepts, compute the slope
Scatterplots
Empirical data points in a linear relation may not lie exactly on a line. There are many factors that can affect experimental data, including measurement error, the influence of environmental conditions, and the presence of related variable quantities.
- Plot the data points. Do the points lie on a line?
_____ - Draw a line that fits the data.
- No. A scatterplot is shown below.
- See the graph below
Graphs for both parts (a) and (b):
- Plot the data points. Do the points lie on a line?
- Draw a line that fits the data.
No, the points do not lie on a line.
The graph in Example is called a scatterplot. The points on a scatterplot may or may not show some sort of pattern. Consider the three plots shown below.
- In figure (a), the data points resemble a cloud of gnats; there is no apparent pattern to their locations.
- In figure (b), the data follow a generally decreasing trend, but certainly do not all lie on the same line.
- The points in figure (c) are even more organized; they seem to lie very close to an imaginary line.
Can two points on a scatterplot have the same -coordinate? Can two points have the same -coordinate?
_____
Yes, Yes
Can two points on a scatterplot have the same -coordinate? Can two points have the same -coordinate?
If the data in a scatterplot are roughly linear, we can estimate the location of an imaginary line of best fit that passes as close as possible to the data points. We can then use this line to make predictions about the data.
Linear Regression
One measure of a person's physical fitness is the body mass index, or BMI. Your BMI is the ratio of your weight in kilograms to the square of your height in centimeters. Thus, thinner people have lower BMI scores, and fatter people have higher scores. The Centers for Disease Control considers a BMI between 18.5 and 24.9 to be healthy.
The points on the scatterplot below show the BMI of Miss America from 1921 to 1991. From the data in the scatterplot, can we see a trend in Americans’ ideal of female beauty?
We can estimate a line of best fit by drawing the line that passes through:
_____
None of these
We can estimate a line of best fit by drawing the line that passes through:
- The first and last data points
- Two data points in the middle
- Either of these
- None of these
Human brains consume a large amount of energy, about 16 times as much as muscle tissue per unit weight. In fact, brain metabolism accounts for about 25% of an adult human's energy needs, as compared to about 5% for other mammals. As hominid species evolved, their brains required larger and larger amounts of energy, as shown in the figure. (Source: Scientific American, December 2002.)
- Draw a line of best fit through the data points.
- Estimate the amount of energy used by the brain of a hominid species that lived three million years ago.
_____%
- A graph is below.
- About 10.5%
A graph for part (a):
Human brains consume a large amount of energy, about 16 times as much as muscle tissue per unit weight. In fact, brain metabolism accounts for about 25% of an adult human's energy needs, as compared to about 5% for other mammals. As hominid species evolved, their brains required larger and larger amounts of energy, as shown in the figure. (Source: Scientific American, December 2002.)
- Draw a line of best fit through the data points.
- Estimate the amount of energy used by the brain of a hominid species that lived three million years ago.
- About 10.5%
The process of predicting an output value based on a straight line that fits the data is called linear regression, and the line itself is called the regression line. The equation of the regression line is usually used (instead of a graph) to predict values.
How many data points must a good regression line pass through?
_____
None: the regression line does not need to pass through any of the data points.
How many data points must a good regression line pass through?
- Three
- Two
- One
- None
The number of manatees killed by watercraft in Florida waters has been increasing since 1975. Data are given at 5-year intervals in the table. (Source: Florida Fish and Wildlife Conservation Commission)
| Year | Manatee deaths |
|---|---|
- Draw a regression line through the data points shown in the figure.
- Find an equation for the regression line, using in 1975.
_____ - Use the regression equation to estimate the number of manatees killed by watercraft in 1998.
_____ manatees
- A graph is below.
- killed
A graph for part (a) is below.
The number of manatees killed by watercraft in Florida waters has been increasing since 1975. Data are given at 5-year intervals in the table. (Source: Florida Fish and Wildlife Conservation Commission)
| Year | Manatee deaths |
|---|---|
- Draw a regression line through the data points shown in the figure.
- Find an equation for the regression line, using in 1975.
- Use the regression equation to estimate the number of manatees killed by watercraft in 1998.
- 65 manatees
Describe a strategy for sketching a line of best fit by eye.
_____
Describe a strategy for sketching a line of best fit by eye.
Linear Interpolation and Extrapolation
Using a regression line to estimate values between known data points is called interpolation. Making predictions beyond the range of known data is called extrapolation.
Exampleb illustrates an important fact about extrapolation: If we try to extrapolate too far, we may get unreasonable results. For example, if we use our model to predict the BMI of Miss America 2520 (when ), we get
Even if the Miss America pageant is still operating in 600 years, the winner cannot have a negative BMI. Our linear model provides a fair approximation for 1920–1990, but if we try to extrapolate too far beyond the known data, the model may no longer apply.
We can also use interpolation and extrapolation to make estimates for nonlinear functions. Sometimes a variable relationship is not linear, but a portion of its graph can be approximated by a line.
For example, the graph at right shows a child’s height each month. The graph is not linear because her rate of growth is not constant; her growth slows down as she approaches her adult height. However, over a short time interval the graph is close to a line, and that line can be used to approximate the coordinates of points on the curve.
If you add more data points to the scatterplot, could the regression line change?
_____
Yes
If you add more data points to the scatterplot, could the regression line change?
- Yes
- No
- Only the slope could change.
- Only the intercept could change.
Emily was 82 centimeters tall at age 36 months and 88 centimeters tall at age 48 months.
- Find a linear equation that approximates Emily's height in terms of her age over the given time interval. Let be Emily's age in months.
_____ - Use linear interpolation to estimate Emily's height when she was 38 months old, and extrapolate to predict her height at age 50 months.
Age 38 months: _____ cm
Age 50 months: _____ cm - Predict Emily's height at age 25 (300 months).
Age 25 years: _____ cm
Is your answer reasonable? _____
- cm, cm
- cm; No
Emily was 82 centimeters tall at age 36 months and 88 centimeters tall at age 48 months.
- Find a linear equation that approximates Emily's height in terms of her age over the given time interval. Let be Emily's age in months.
- Use linear interpolation to estimate Emily's height when she was 38 months old, and extrapolate to predict her height at age 50 months.
- Predict Emily's height at age 25 (300 months). Is your answer reasonable?
- cm, cm
- cm; No
Explain the difference between interpolation and extrapolation.
_____
Explain the difference between interpolation and extrapolation.
Estimating a line of best fit is a subjective process. Rather than base their estimates on such a line, statisticians often use the least squares regression line.
This regression line minimizes the sum of the squares of all the vertical distances between the data points and the corresponding points on the line, as shown at left. Many calculators are programmed to find the least squares regression line, using an algorithm that depends only on the data, not on the appearance of the graph.
Use your calculator’s statistics features to find the least squares regression equation for the data in Practice 2.
- The equation: _____
- Plot the data and the graph of the regression equation.
- A graph is below.
A graph for part (b):

- Use your calculator’s statistics features to find the least squares regression equation for the data in Practice 2.
- Plot the data and the graph of the regression equation.
Section Summary
Vocabulary
Look up the definitions of new terms in the Glossary.
- Scatterplot
- Least squares regression line
- Extrapolate
- Regression line
- Interpolate
- Linear regression
CONCEPTS
- Data points may not lie exactly on the graph of an equation.
- Points in a scatterplot may or may not exhibit a pattern.
- We can approximate a linear pattern by a regression line.
- We can use interpolation or extrapolation to make estimates and predictions.
- If we extrapolate too far beyond the known data, we may get unreasonable results.
STUDY QUESTIONS
- What is a regression line?
- State two formulas you will need to calculate the equation of a line through two points.
- Explain the difference between interpolation and extrapolation.
- In general, should you have more confidence in figures obtained by interpolation or by extrapolation? Why?
SKILLS
Practice each skill in the Homework problems listed.
- Find the equation of a line through two points: #1–6, 29–36
- Draw a line of best fit: #7–18
- Find the equation of a regression line: #11–28, 37–40
- Use interpolation and extrapolation to make predictions: #11–40
Homework 1.6
In Problems 1–6, we find a linear model from two data points.
- Make a table showing the coordinates of two data points for the model. (Which variable should be plotted on the horizontal axis?)
- Find a linear equation relating the variables.
- State the slope of the line, including units, and explain its meaning in the context of the problem.
It cost a bicycle company $ to make touring bikes in its first month of operation and $ to make bikes during its second month. Express the company's monthly production cost, , in terms of the number, , of bikes it makes.
- dollars/bike, so it costs the company $ per bike it manufactures.
Flying lessons cost $ for an -hour course and $ for a -hour course. Both prices include a fixed insurance fee. Express the cost, , of flying lessons in terms of the length, , of the course in hours.
Under ideal conditions, Andrea's Porsche can travel miles on a full tank ( gallons of gasoline) and miles on gallons. Express the distance, , Andrea can drive in terms of the amount of gasoline, , she buys.
- miles/gallon, so the Porche's fuel efficiency is miles per gallon.
On an international flight, a passenger may check two bags each weighing kilograms, or pounds, and one carry-on bag weighing kilograms, or pounds. Express the weight, , of a bag in pounds in terms of its weight, , in kilograms.
A radio station in Detroit, Michigan, reports the high and low temperatures in the Detroit/Windsor area as F and F, respectively. A station in Windsor, Ontario, reports the same temperatures as C and C. Express the Fahrenheit temperature, , in terms of the Celsius temperature, .
- , so an increase of C is equivalent to an increase of F.
Ms. Randolph bought a used car in 2000. In 2002, the car was worth , and in 2005 it was valued at . Express the value, , of Ms. Randolph's car in terms of the number of years, , she has owned it.
Each regression line can be improved by adjusting either or . Draw a line that fits the data points more closely.
In Problems 11 and 12, use information from the graphs to answer the questions.
The scatterplot shows the ages of 10 army drill sergeants and the time it took each to run 100 meters, in seconds.
- What was the hundred-meter time for the 25-year-old drill sergeant?
- How old was the drill sergeant whose hundred-meter time was seconds?
- Use a straightedge to draw a line of best fit through the data points.
- Use your line of best fit to predict the hundred-meter time of a 28-year-old drill sergeant.
- Choose two points on your regression line and find its equation.
- Use the equation to predict the hundred-meter time of a 40-year-old drill sergeant and a 12 year-old drill sergeant. Are these predictions reasonable?
- seconds
- seconds
- seconds; seconds; The prediction for the 40-year-old is reasonable, but not the prediction for the 12-year-old.
The scatterplot shows the outside temperature and the number of cups of cocoa sold at an outdoor skating rink snack bar on 13 consecutive nights.
- How many cups of cocoa were sold when the temperature was C?
- What was the temperature on the night when cups of cocoa were sold?
- Use a straightedge to draw a line of best fit through the data points
- Use your line of best fit to predict the number of cups of cocoa that will be sold at the snack bar if the temperature is C.
- Choose two points on your regression line and find its equation.
- Use the equation to predict the number of cups of cocoa that will be sold when the temperature is C and when the temperature is C. Are these predictions reasonable?
With Americans' increased use of faxes, pagers, and cell phones, new area codes are being created at a steady rate. The table shows the number of area codes in the United States each year. (Source: USA Today, NeuStar, Inc.)
| Year | |||||||
|---|---|---|---|---|---|---|---|
| Number of area codes |
- Let represent the number of years after 1995 and plot the data. Draw a line of best fit for the data points.
- Find an equation for your regression line.
- How many area codes do you predict for 2010?
The number of mobile homes in the United States has been increasing since 1960. The data in the table are given in millions of mobile homes. (Source: USA Today, U.S. Census Bureau)
| Year | |||||
|---|---|---|---|---|---|
| Number of mobile homes |
- Let represent the number of years after 1960 and plot the data. Draw a line of best fit for the data points
- Find an equation for your regression line.
- How many mobile homes do you predict for 2010?
Teenage birth rates in the United States declined from 1991 to 2000. The table shows the number of births per 1000 women in selected years. (Source: U.S. National Health Statistics)
| Year | ||||||
|---|---|---|---|---|---|---|
| Births |
- Let represent the number of years after 1990 and plot the data. Draw a line of best fit for the data points.
- Find an equation for your regression line.
- Estimate the teen birth rate in 1994.
- Predict the teen birth rate in 2010.
- births per women
- births per women
The table shows the minimum wage in the United States at five-year intervals. (Source: Economic Policy Institute)
| Year | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Minimum wage |
- Let represent the number of years after 1960 and plot the data. Draw a line of best fit for the data points.
- Find an equation for your regression line.
- Estimate the minimum wage in 1972.
- Predict the minimum wage in 2010.
Life expectancy in the United States has been rising since the nineteenth century. The table shows the U.S. life expectancy in selected years. (Source: http://www.infoplease.com)
| Year | ||||||
|---|---|---|---|---|---|---|
| Life expectancy at birth |
- Let represent the number of years after 1950, and plot the data. Draw a line of best fit for the data points.
- Find an equation for your regression line.
- Estimate the life expectancy of someone born in 1987.
- Predict the life expectancy of someone born in 2010.
- years
- years
The table shows the per capita cigarette consumption in the United States at five-year intervals. (Source: http://www.infoplease.com)
| Year | |||||
|---|---|---|---|---|---|
| Per capita cigarette consumption |
- Let represent the number of years after 1980, and plot the data. Draw a line of best fit for the data points.
- Find an equation for your regression line.
- Estimate the per capita cigarette consumption in 1998.
- Predict the per capita cigarette consumption in 2010.
"The earnings gap between high-school and college graduates continues to widen, the Census Bureau says. On average, college graduates now earn just over $ a year, almost twice as much as high-school graduates. And those with no high-school diploma have actually seen their earnings drop in recent years." The table shows the unemployment rate and the median weekly earnings for employees with different levels of education. (Source: Morning Edition, National Public Radio, March 28, 2005)
| Years of education | Unemployment rate | Weekly earnings ($) | |
|---|---|---|---|
| Some high school no diploma | |||
| High-school graduate | |||
| Some college no degree | |||
| Associate's degree | |||
| Bachelor's degree | |||
| Master's degree | |||
| Professional degree |
- Plot years of education on the horizontal axis and weekly earnings on the vertical axis.
- Find an equation for the regression line.
- State the slope of the regression line, including units, and explain what it means in the context of the data.
- Do you think this model is useful for extrapolation or interpolation? For example, what weekly earnings does the model predict for someone with 15 years of education? For 25 years? Do you think these predictions are valid? Why or why not?
- dollars/year: Each additional year of education corresponds to an additional $ in weekly earnings.
- No: The degree or diploma attained is more significant than the number of years. So, for example, interpolation for the years of education between a bachelor's and master's degree may be inaccurate because earnings with just the bachelor's degree will not change until the master's degree is attained. And the years after the professional degree will not add significantly to earnings, so extrapolation is inappropriate.
The table shows the birth rate (in births per woman) and the female literacy rate (as a percent of the adult female population) in a number of nations. (Source: UNESCO, The World Fact Book, EarthTrends)
| Country | Literacy rate | Birth rate |
|---|---|---|
| Brazil | ||
| Egypt | ||
| Germany | ||
| Iraq | ||
| Japan | ||
| Niger | ||
| Pakistan | ||
| Peru | ||
| Philippines | ||
| Portugal | ||
| Russian Federation | ||
| Saudi Arabia | ||
| United States |
- Plot the data with literacy rate on the horizontal axis. Draw a line of best fit for the data points.
- Find an equation for the regression line.
- What values for the input variable make sense for the model? What are the largest and smallest values predicted by the model for the output variable?
- State the slope of the regression line, including units, and explain what it means in the context of the data.
The table shows the amount of carbon released into the atmosphere annually from burning fossil fuels, in billions of tons, at 5-year intervals from 1950 to 1995. (Source: www.worldwatch.org)
| Year | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Carbon emissions |
- Let represent the number of years after 1950 and plot the data. Draw a line of best fit for the data points.
- Find an equation for your regression line.
- Estimate the amount of carbon released in 1992.
- billion tons
High-frequency radiation is harmful to living things because it can cause changes in their genetic material. The data below, collected by C. P. Oliver in 1930, show the frequency of genetic transmutations induced in fruit flies by doses of X-rays, measured in roentgens. (Source: C. P. Oliver, 1930)
| Dosage (roentgens) | |||||
|---|---|---|---|---|---|
| Percentage of mutated genes |
- Plot the data and draw a line of best fit through the data points.
- Find an equation for your regression line.
- Use the regression equation to predict the percent of mutations that might result from exposure to roentgens of radiation.
Bracken, a type of fern, is one of the most successful plants in the world, growing on every continent except Antarctica. New plants, which are genetic clones of the original, spring from a network of underground stems, or rhizomes, to form a large circular colony. The graph shows the diameters of various colonies plotted against their age. (Source: Chapman et al.,1992)
- Calculate the rate of growth of the diameter of a bracken colony, in meters per year.
- Find an equation for the line of best fit. (What should the vertical intercept of the line be?)
- In Finland, bracken colonies over meters in diameter have been found. How old are these colonies?
- meters per year
- ( because the plant has zero size until it begins.)
- Over years
The European sedge warbler can sing several different songs consisting of trills, whistles, and buzzes. Male warblers who sing the largest number of songs are the first to acquire mates in the spring. The data below show the number of different songs sung by several male warblers and the day on which they acquired mates, where day 1 is April 20. (Source: Krebs and Davies, 1993)
| Number of songs | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Pairing day |
- Plot the data points, with number of songs on the horizontal axis. A regression line for the data is . Graph this line on the same axes with the data.
- What does the slope of the regression line represent?
- When can a sedge warbler that knows songs expect to find a mate?
- What do the intercepts of the regression line represent? Do these values make sense in context?
One of the factors that determines the strength of a muscle is its cross-sectional area. The data below show the cross-sectional area of the arm flexor muscle for several men and women, and their strength, measured by the maximum force they exerted against a resistance. (Source: Davis, Kimmet, Autry, 1986)
| Women | Area (sq cm) | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Strength (kg) | ||||||||||
| Men | Area (sq cm) | |||||||||
| Strength (kg) |
- Plot the data for both men and women on the same graph using different symbols for the data points for men and the data points for women.
- Are the data for both men and women described reasonably well by the same regression line? Draw a line of best fit through the data.
- Find the equation of your line of best fit, or use a calculator to find the regression line for the data.
- What does the slope mean in this context?
- Yes
- The slope, kg/sq cm, tells us that strength increases by kg when the muscle cross-sectional area increases by sq cm.
Astronomers use a numerical scale called magnitude to measure the brightness of a star, with brighter stars assigned smaller magnitudes. When we view a star from Earth, dust in the air absorbs some of the light, making the star appear fainter than it really is. Thus, the observed magnitude of a star, , depends on the distance its light rays must travel through the Earth's atmosphere. The observed magnitude is given by
where is the actual magnitude of the star outside the atmosphere, is the air mass (a measure of the distance through the atmosphere), and is a constant called the extinction coefficient. To calculate , astronomers observe the same object several times during the night at different positions in the sky, and hence for different values of . Here are data from such observations. (Source: Karttunen et al., 1987)
| Altitude | Air mass, | Magnitude, |
|---|---|---|
- Plot observed magnitude against air mass, and draw a line of best fit through the data.
- Find the equation of your line of best fit, or use a calculator to find the regression line for the data.
- Find the equation of your line of best fit, or use a calculator to find the regression line for the data.
- What is the value of the extinction coefficient? What is the apparent magnitude of the star outside Earth's atmosphere?
Six students are trying to identify an unknown chemical compound by heating the substance and measuring the density of the gas that evaporates. (Density mass/volume.) The students record the mass lost by the solid substance and the volume of the gas that evaporated from it. They know that the mass lost by the solid must be the same as the mass of the gas that evaporated. (Source: Hunt and Sykes, 1984)
| Student | A | B | C | D | E | F |
|---|---|---|---|---|---|---|
| Volume of gas () | ||||||
| Loss in mass (mg) |
- Plot the data with volume on the horizontal axis. Which student made an error in the experiment?
- Ignoring the incorrect data point, draw a line of best fit through the other points.
- Find an equation of the form for the data. Why should you expect the regression line to pass through the origin?
- Use your equation to calculate the mass of (one liter) of the gas.
- Here are the densities of some gases at room temperature:
Hydrogen mg/liter Nitrogen mg/liter Oxygen mg/liter Carbon dioxide mg/liter
Which of these might have been the gas that evaporated from the unknown substance?
Use your answer to part (d) to calculate the density of the gas. .
- E
- ; There should be no loss in mass when no gas evaporates.
- mg
- Oxygen
The formulas for many chemical compounds involve ratios of small integers. For example, the formula for water, H0, means that two atoms of hydrogen combine with one atom of oxygen to make one water molecule. Similarly, magnesium and oxygen combine to produce magnesium oxide. In this problem, we will discover the chemical formula for magnesium oxide. (Source: Hunt and Sykes, 1984)
- Twenty-four grams of magnesium contain the same number of atoms as sixteen grams of oxygen. Complete the table showing the amount of oxygen needed if the formula for magnesium oxide is , , or .
Grams of Mg Grams of
O (if MgO)Grams of
O (if MgO)Grams of
O (if MgO) - Graph three lines on the same axes to represent the three possibilities, with grams of magnesium on the horizontal axis and grams of oxygen on the vertical axis.
- Here are the results of some experiments synthesizing magnesium oxide.
Experiment Grams of
MagnesiumGrams
of oxygen
Plot the data on your graph from part (b). Which is the correct formula for magnesium oxide?
For Problems 29–32,
- Use linear interpolation to give approximate answers.
- What is the meaning of the slope in the context of the problem?
The temperature in Encino dropped from F at 1 a.m. to F at 5 a.m. Estimate the temperature at 4 a.m.
- F
- The slope of degrees/hour says that temperatures are dropping at a rate of per hour.
Newborn blue whales are about feet long and weigh tons. The young whale nurses for months, at which time it is feet long. Estimate the length of a -year-old blue whale.
A car starts from a standstill and accelerates to a speed of miles per hour in seconds. Estimate the car's speed seconds after it began to accelerate.
- mph
- The slope of mph/second says the car accelerates at a rate of mph per second.
A truck on a slippery road is moving at feet per second when the driver steps on the brakes. The truck needs seconds to come to a stop. Estimate the truck's speed seconds after the brakes were applied.
In Problems 33–36, use linear interpolation or extrapolation to answer the questions.
The temperature of an automobile engine is Celsius when the engine is started and C seven minutes later. Use a linear model to predict the engine temperature for both minutes and hours after it started. Are your predictions reasonable?
2 min: C; 2 hr: C; The estimate at 2 minutes is reasonable; the estimate at 2 hours is not reasonable.
The temperature in Death Valley is Fahrenheit at 5 a.m. and rises to Fahrenheit by noon. Use a linear model to predict the temperature at 2 p.m. and at midnight. Are your predictions reasonable?
Ben weighed pounds at birth and pounds at age year. How much will he weigh at age if his weight increases at a constant rate?
lb.
The elephant at the City Zoo becomes ill and loses weight. She weighed pounds when healthy and only pounds a week later. Predict her weight after days of illness.
Birds' nests are always in danger from predators. If there are other nests close by, the chances of predators finding the nest increase. The table shows the probability of a nest being found by predators and the distance to the nearest neighboring nest. (Source: Perrins, 1979)
| Distance to nearest neighbor (meters) | |||||
|---|---|---|---|---|---|
| Probability of predators (%) |
- Plot the data and the least squares regression line.
- Use the regression line to estimate the probability of predators finding a nest if its nearest neighbor is meters away.
- If the probability of predators finding a nest is , how far away is its nearest neighbor?
- What is the probability of predators finding a nest if its nearest neighbor is meters away? Is your answer reasonable?
- meters
- The regression line gives a negative probability, which is not reasonable.
A trained cyclist pedals faster as he increases his cycling speed, even with a multiple-gear bicycle. The table shows the pedal frequency, (in revolutions per minute), and the cycling speed, (in kilometers per hour), of one cyclist. (Source: Pugh, 1974)
| Speed (km/hr) | ||||||
|---|---|---|---|---|---|---|
| Pedal frequency (rpm) |
- Plot the data and the least squares regression line.
- Estimate the cyclist's pedal frequency at a speed of kilometers per hour.
- Estimate the cyclist's speed when he is pedaling at revolutions per minute.
- Does your regression line give a reasonable prediction for the pedaling frequency when the cyclist is not moving? Explain.
In this problem we will calculate the efficiency of swimming as a means of locomotion. A swimmer generates power to maintain a constant speed in the water. If she must swim against an opposing force, the power increases. The following table shows the power expended by a swimmer while working against different amounts of force. (A positive force opposes the swimmer, and a negative force helps her.) (Source: diPrampero et al., 1974, and Alexander, 1992)
| Force (newtons) | ||||||||
|---|---|---|---|---|---|---|---|---|
| Metabolic power (watts) |
- Plot the data on the grid, or use the StatPlot feature on your calculator. Use your calculator to find the least squares regression line. Graph the regression line on top of the data.
- Use your regression line to estimate the power needed for the swimmer to overcome an opposing force of newtons.
- Use your regression line to estimate the power generated by the swimmer when there is no force either hindering or helping her.
- Estimate the force needed to tow the swimmer at meters per second while she rests. (If she is resting, she is not generating any power).
- The swimmer's mechanical power (or rate of work) is computed by multiplying her speed times the force needed to tow her at rest. Use your answer to part (d) to calculate the mechanical power she generates by swimming at meters per second.
- The ratio of mechanical power to metabolic power is a measure of the swimmer's efficiency. Compute the efficiency of the swimmer when there is no external force opposing or helping her.
- watts
- watts
- newtons
- watts
- about or
In this problem, we calculate the amount of energy generated by a cyclist. An athlete uses oxygen slowly when resting but more quickly during physical exertion. In an experiment, several trained cyclists took turns pedaling on a bicycle ergometer, which measures their work rate. The table shows the work rate of the cyclists, in watts, measured against their oxygen intake, in liters per minute. (Source: Pugh, 1974)
| Oxygen consumption (liters/min) | ||||||||
|---|---|---|---|---|---|---|---|---|
| Work rate (watts) |
- Plot the data on the grid, or use the StatPlot feature on your calculator. Use your calculator to find the least squares regression line. Graph the regression line on top of the data.
- Find the horizontal intercept of the regression line. What does the horizontal intercept tell you about this situation?
- Estimate the power produced by a cyclist consuming oxygen at liters per minute.
- What is the slope of the regression line? The slope represents the amount of power, in watts, generated by a cyclist for each liter of oxygen consumed per minute. How many watts of power does a cyclist generate from each liter of oxygen?
- One watt of power represents an energy output of one joule per second. How many joules of energy does the cyclist generate in one minute?
- How many joules of energy can be extracted from each cubic centimeter of oxygen used? (One liter is equal to 1000 cubic centimeters.)
Modeling, Functions, and Graphs by Katherine Yoshiwara (yoshiwarabooks.org), GNU Free Documentation License 1.2 or later. Adapted for the XYZ HTML edition with the authors' permission (recorded 2026-07-04). License: GFDL-1.2-or-later.