Question

Calculate the average round-trip travel distance and travel time for each zone. Assume that people in Zone 0 have a travel distance and time of zero. Every other zone has increasing travel time and distance. Next, using average cost per mile and per hour of travel time, calculate the travel cost per trip. A standard cost per mile for operating an automobile is readily available from AAA or similar sources. Assume that cost per mile is $.30, or use the current expense rate found on the IRS website. The cost of time is more complicated. The simplest approach is to use the average hourly wage. For this example, assume it is $9 per hour (or $.15 per minute) for all zones, although in practice it is likely to differ by zone. Generate calculations using Microsoft Excel or a similar program.


Average Round-Trip Travel Distance and Travel Time Zone Round-Trip TravelRound-Trip Distance Times Travel Time Total Travel Cost/Mile (S.30) Distance Travel Time Times Cost/Minute Cost/Trip ($.15) 0 0 0 0 $4.50 9.00 18.00 0 $10.50 $21.00 $42.00 20 30 12 80 120 $24

For additional practice, add one to two more zones with additional data.

To estimate using regression analysis, use an equation that relates visits per capita to travel costs and other important variables.

From this, estimate the demand function for the average visitor. In this simple model, the analysis might include demographic variables, such as age, income, gender, and education levels, using the average values for each zone. To maintain the simplest possible model, calculate the equation with only the travel cost and visits/1,000.

Visits/1,000 = 330 – 7.755*(Travel Cost)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

To calculate the average round-trip travel distance for each zone we multiply average travel distance for each zone by standard cost per mile i.e £0.3 per mile

For zone 0, assume a travel distance and time of zero

For zone 1, we get d= 20x0.3 =$6

Similarly, for zone 2, d=40x0.3=$12

And for zone 3, d=80x0.3=$24

where d is the average round-trip travel distance for each zone.

To calculate the travel time t for each zone, multiply average travel time for each zone by the cost of time 1.e $.15 a minute

Zone 1, t=30x.15=$4.5

Zone 2, t=60x.15=$9

Zone 3, t=120x.15=$18

Adding these two together would give the travel cost per trip for different zones.

Therefore, travel cost per trip for zone 1 is $6+$4.5=$10.5

For zone 2, $9 +$12=$21

For zone 3, $18+$24=$42

No information provided about visits so cannot estimate regression equation.

Add a comment
Know the answer?
Add Answer to:
Calculate the average round-trip travel distance and travel time for each zone. Assume that people in...
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
  • Prompt: The objective of this case study is to analyze data and make recommendations for the...

    Prompt: The objective of this case study is to analyze data and make recommendations for the improvement of the water quality in a local lake Describe the required data and the rationale for using the travel cost method. Prepare your analysis as though you were hired by an influential association of homeowners and businesses that are interested in the local lake's water quality. The analysis and recommendations you provide will help determine the benefits for improving the water quality of...

  • Prompt: The objective of this case study is to analyze data and make recommendations for the...

    Prompt: The objective of this case study is to analyze data and make recommendations for the improvement of the water quality in a local lake Describe the required data and the rationale for using the travel cost method. Prepare your analysis as though you were hired by an influential association of homeowners and businesses that are interested in the local lake's water quality. The analysis and recommendations you provide will help determine the benefits for improving the water quality of...

  • Estimate the total economic benefit of the lake by calculating the consumer surplus (or the area...

    Estimate the total economic benefit of the lake by calculating the consumer surplus (or the area under the demand curve). This results in a total estimate of economic benefits from the lake uses around $23,000 per year, or around $14.38 per visit ($23,000/1,600). Remember that the objective is to determine whether it is worthwhile to spend money to protect the lake by implementing programs to improve the water quality. If the actions cost less than $23,000 per year, the cost...

  • 1. Suppose we want to use the zonal travel cost model to estimate the total recreational...

    1. Suppose we want to use the zonal travel cost model to estimate the total recreational benefits generated by Green Lakes (or the total value the visitors assign to this park). Let's also assume that each of the visitors pay an admission fee of $10, and all the visitors come to the area from 3 different zones. The AAA in its annual report mentions that for all three zones, the vehicle operating costs (gas, insurance, depreciation) are $1 per mile....

  • Airline pilots who fly round trips know that their round-trip travel time increases if there is...

    Airline pilots who fly round trips know that their round-trip travel time increases if there is any wind. To see this, suppose that an airliner cruises at speed v relative to the air. PART A For a flight whose one-way distance is d, write an expression for the interval Δtcalm needed for a round trip on a windless day. Ignore any time spent on the ground, and assume that the airliner flies at cruising speed for essentially the whole trip....

  • Calculate the visitation rates per 1,000 population in each zone. These are the total visits per...

    Calculate the visitation rates per 1,000 population in each zone. These are the total visits per year designated by each zone, divided by the zone’s population in thousands. An example is shown below. Use Microsoft Excel (or something similar) to calculate the rates. Visitation Rates per 1,000 Population Total Visits/Year 400 400 Zone Population 1,000 2,000 4,000 8,000 Zone Visits/1,000 0 400 4007000200 100 400 50 Beyond 3 Total Visits 1,600

  • The origin-destination (O-D) trips for a three-zone system were predicted using a trip distribution model as...

    The origin-destination (O-D) trips for a three-zone system were predicted using a trip distribution model as shown below. O-D Trip Table (Person trips) Destination zone Origin zone 2. 3 2120 233 1831 2 263 4825 3227 3 229 358 1293 1 Assume that person trips are made by two modes – automobile and transit. Interzonal and intrazonal travel times by these two modes are shown below: Auto Travel Time (min) Destination zone Origin zone 2 3 2.4 11.0 8.2 2...

  • Question 2: The origin-destination (O-D) trips for a three-zone system were predicted using a trip distribution...

    Question 2: The origin-destination (O-D) trips for a three-zone system were predicted using a trip distribution model as shown below. O-D Trip Table (Person trips) Destination zone Origin zone 22 32 le 2120 233e 18312 2e 263e 4825 32272 32 229 358 1293 Assume that person trips are made by two modes - automobile and transit. Interzonal and intrazonal travel times by these two modes are shown below: Auto Travel Time (min) Destination zone Origin zone 2e le 2.4 11.02...

  • Distance Walked Write a program to calculate how many mile, feet, and inches a person walks...

    Distance Walked Write a program to calculate how many mile, feet, and inches a person walks a day, given the stride length in inches (the stride length is measured from heel to heel and determines how far walk with each step], the number of steps per minute, and the minutes that person walks a day. Note that 1 mile is 5280 feet and 1 feet is 12 inches. In your program, there should be the follo constants: final Int FEET_PER_MILE...

  • How much time in seconds does it take to travel this straight line distance? Another similar...

    How much time in seconds does it take to travel this straight line distance? Another similar elevator has been designed to travel a distance of 255 meters It has an acceleration of 0 879 meter per second squared It has a maximum speed of 360 meters per minute. This means that once reaches its maximum speed, i continues the rest of the journey at this maximum speed Hint - you have to do this in two separate parts as you...

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