Question

In 1990 the number of driver deaths per 100,000 for the different age groups was as...

In 1990 the number of driver deaths per 100,000 for the different age groups was as follows (Source: The National Highway Traffic Safety Administration's National Center for Statistics and Analysis):

Age

Number of Driver Deaths per 100,000

15-24

28

25-39

15

40-69

10

70-79

15

80+

25

Complete the following using the table above:

a. For each age group, pick the midpoint of the interval for the x value. (For the 80+ group, use 85.)

b. Using ages as the independent variable and Number of driver deaths per 100,000 as the dependent variable, make a scatter plot of the data.

c. Calculate the least squares (best-fit) line. Put the equation in the form of: ^y= a + bx

d. Find the correlation coefficient. Is it significant?

e. Pick two ages and find the estimated fatality rates.

f. Use the two points in (e) to plot the least squares line on your graph from (b).

g. Based on the above data, is there a linear relationship between age of a driver and driver fatality rate?

h. What is the slope of the least squares (best-fit) line? Interpret the slope.

Homework Answers

Answer #1

I have done the problem in R. Please let me know in comment section if you have any questions. Please upvote my answer if you like it.

R code-

#partA
#midpoint=(upper interval point+ lower interval point)/2
X=c(19.5,32,54.5,74.5,85)
Y=c(28,15,10,15,25)

#partB

plot(X,Y)

#partC

lm(Y~X)

#So from output we get, Y= 20.7715 + (-0.0409)*X

#partD

cor(X,Y)

#Output- correlation=-0.1492

#partE

A=30
B1=20.7715+(-0.0409)*A
B1
C=80
B2=20.7715+(-0.0409)*C
B2

#For X=30 we get Y=19.5445 and X=80, Y=17.4995

#partF

g=c(30,80)
H=c(B1,B2)

lines(g,H,type="l")

#partG

#No there are no linear relationship.

#partH

#Slope=-0.0409

#Interpretation- If we increase one unit X then Y will decrease by 0.0409 unit.

Scatter plot with least square line-

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
In 2005, a large metropolitan area of the United States allowed some drivers involved in minor...
In 2005, a large metropolitan area of the United States allowed some drivers involved in minor accidents to take Driver Education Courses in lieu of receiving traffic citations.   A table recording the number of drivers, sorted by the age of the driver, who accepted this offer, is as follows: Age Number of Driver Education Courses per 100,000 15-24 28 25-39 15 40-69 10 70-79 15 80+ 25 1. For each age group, pick the midpoint of the interval for the...
Age ( Years) Obesity Deaths Mid-Point Age Life Expectancy at Age Years of Life Lost per...
Age ( Years) Obesity Deaths Mid-Point Age Life Expectancy at Age Years of Life Lost per Person Total Year of Life Lost 15-24 7 20 79 59 413 25-34 12 30 80 35-44 25 40 81 45-54 55 82 55-64 70 83 TOTAL 169 Calculating Total Years of Life Lost due to Obesity in the US Questions Complete the Table above. Show your work What is the year of life lost for the age group 44-54? Show your work What...
The height (sidewalk to roof) of notable tall buildings in America is compared to the number...
The height (sidewalk to roof) of notable tall buildings in America is compared to the number of stories of the building (beginning at street level). Height (in feet) Stories 1050 58 428 29 362 25 529 40 790 60 401 22 380 38 1454 110 1127 100 700 46 Part a) Calculate the least squares line. Put the equation in the form of: ŷ = a + bx. Part b) Find the correlation coefficient r. Part c) Based on the...
Let x be the age of a licensed driver in years. Let y be the percentage...
Let x be the age of a licensed driver in years. Let y be the percentage of all fatal accidents (for a given age) due to failure to yield the right of way. For example, the first data pair states that 5% of all fatal accidents of 37-year-olds are due to failure to yield the right of way. x 37 47 57 67 77 87 y 5 8 10 15 31 44 Complete parts (a) through (e), given Σx =...
Let x be the age in years of a licensed automobile driver. Let y be the...
Let x be the age in years of a licensed automobile driver. Let y be the percentage of all fatal accidents ( for a given age) due to speeding. For example, the first data pair indicates that 36% of all fatal accidents involving 17 year olds are due to speeding. X: 17 27. 37. 47. 57. 67. 77 Y: 36. 25. 20. 12. 10. 7. 5. Find the sample mean for x.(round to the nearest whole number) and y (...
Let x be the age of a licensed driver in years. Let y be the percentage...
Let x be the age of a licensed driver in years. Let y be the percentage of all fatal accidents (for a given age) due to failure to yield the right of way. For example, the first data pair states that 5% of all fatal accidents of 37-year-olds are due to failure to yield the right of way. x 37 47 57 67 77 87 y 5 8 10 15 31 44 Complete parts (a) through (e), given Σx =...
Let x be the age in years of a licensed automobile driver. Let y be the...
Let x be the age in years of a licensed automobile driver. Let y be the percentage of all fatal accidents (for a given age) due to speeding. For example, the first data pair indicates that 37% of all fatal accidents of 17-year-olds are due to speeding. x 17 27 37 47 57 67 77 y 37 23 18 12 10 7 5 Complete parts (a) through (e), given Σx = 329, Σy = 112, Σx2 = 18,263, Σy2 =...
In a 1973 Technometrics article, the authors examined mortality rates (deaths per 100,000 population) for 60...
In a 1973 Technometrics article, the authors examined mortality rates (deaths per 100,000 population) for 60 metropolitan areas. The following is MINITAB output for a fit of the least-squares line to predict mortality from ambient SO2 measured as a "pollution potential." The regression equation is TOTAL MORT RATE = 918 + 0.418 SO2 POTENTIAL Predictor                        Coef               SE Coef               T              P Constant                        917.887            9.644               95.18        0.000 SO2 POTENTIAL        0.4179               0.1166              3.58         0.001 S = 56.7657              R-Sq =                             R-Sq(adj) = Analysis...
Here are 21 observations from a dataset of liver disease deaths per 100,000 people (liver) and...
Here are 21 observations from a dataset of liver disease deaths per 100,000 people (liver) and the liters of wine consumed per capita (wine).  To gather the data the researcher calculated wine per capita by calculating total wine consumed in a country and dividing by the population; they used official records to determine the number of people with liver disease and again divided by total population.  For this question you are welcome to use Excel, but you still need show the formula...
The cost of a leading liquid laundry detergent in different sizes is given below. Size (ounces)...
The cost of a leading liquid laundry detergent in different sizes is given below. Size (ounces) Cost ($) Cost per ounce 16 3.69 32 4.59 64 5.89 200 10.39 Part A) Using "size" as the independent variable and "cost" as the dependent variable, make a scatter plot. Part B) Does it appear from inspection that there is a relationship between the variables? Why or why not? Part C) Calculate the least squares line. Put the equation in the form of:...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT