Question

A study by the Atlanta, Georgia, Department of Transportation on the effect of bus ticket prices...

A study by the Atlanta, Georgia, Department of Transportation on the effect of bus ticket prices on the number of passengers produced the following results:

Ticket price (cents):   

25        30        35        40        45        50        55        60

Passengers per 100 miles:

800     780     780     660     640     600     620     620

  1. Plot these data.
  2. Develop the estimating equation that best describes these data.
  3. Predict the number of passengers per 100 miles if the ticket price were 70 cents.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

1.

2. (Passengers per 100 miles) = (-6.238 * Ticket price) + 952.619

3. For 70 cents: Passengers per 100 miles = 515.959 ~ 516

Also, please find the r code for the above solutions

######################################

library(ggplot2)

ticket_df <- data.frame("price" = c(25,30,35,40,45,50,55,60),
"psg" = c(800 ,780, 780,660 ,640, 600,620,620))

plot.lm(ticket_df)

ggplot(ticket_df, aes(x = psg, y = price))+
geom_line()+
geom_smooth(method = 'lm')

fit_equation <- lm(psg~price, data = ticket_df)
fit_equation

###################

#Call:
#lm(formula = psg ~ price, data = ticket_df)

#Coefficients:
#(Intercept) price

# 952.619 -6.238

Add a comment
Know the answer?
Add Answer to:
A study by the Atlanta, Georgia, Department of Transportation on the effect of bus ticket prices...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • What happened on United flight 3411?What service expectations do customers have of airlines such ...

    What happened on United flight 3411?What service expectations do customers have of airlines such as United and How did these expectations develop over time? Thank You! In early April 2017, United Airlines (United), one of the largest airlines in the world, found itself yet again in the middle of a service disaster this time for forcibly dragging a passenger off an overbooked flight. The incident was to become a wake-up call for United, forcing it to ask itself what to...

  • Using data from the Southwest case, create a chart that plots the relationship between each airline’s...

    Using data from the Southwest case, create a chart that plots the relationship between each airline’s market share, in terms of revenue or airline seat miles flown, and its profitability for two periods: 1995-2000 and 2001-2005. Does your analysis suggest that market share is correlated with profitability in this industry? If you exclude Southwest Airlines and Jet Blue airlines from the analysis (companies that use “point-to-point” route structure rather than a “hub and spoke” route structure), how well does market...

  • I had a question about Step 5-9. I already completed the general journal with the entries...

    I had a question about Step 5-9. I already completed the general journal with the entries into the general ledger. Now I need help creating the adjusted trial balance, I cant get it to equal to $20,743. Also, I need help completing the financial statements: income statements, statement of owners equity, and a balance sheet. *Net Income has to equal $1024 and total assets has to equal $18,354. The question is how can I balance out my adjusted trial balance...

  • Read about Cokes strategy in Africa in the article below and discuss the ethics of selling...

    Read about Cokes strategy in Africa in the article below and discuss the ethics of selling soft drinks to very poor people. Is this an issue that a company like Coke should consider? Africa: Coke's Last Frontier Sales are flat in developed countries. For Coke to keep growing, Africa is it By Duane Stanford Piles of trash are burning outside the Mamakamau Shop in Uthiru, a suburb of Nairobi, Kenya. Sewage trickles by in an open trench. Across the street,...

  • How can we assess whether a project is a success or a failure? This case presents...

    How can we assess whether a project is a success or a failure? This case presents two phases of a large business transformation project involving the implementation of an ERP system with the aim of creating an integrated company. The case illustrates some of the challenges associated with integration. It also presents the obstacles facing companies that undertake projects involving large information technology projects. Bombardier and Its Environment Joseph-Armand Bombardier was 15 years old when he built his first snowmobile...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT