Question

Question 3 . A city planner is considering adding a pedestrian crossing signal to a particular in...

Question 3

. A city planner is considering adding a pedestrian crossing signal to a particular intersection.

They know that on average 11.5 cars go through the intersection each minute. It takes an average

person 10 seconds to walk across the intersection.

a) Name the distribution appropriate to model the number of cars that go through the intersection each

minute. Use the proper notation, and include the value of the distribution parameter(s).

b) What is the probability that a person waiting at this intersection sees no more than 2 cars in a given

minute?

c) Name the distribution appropriate to model the time to the next car crossing this intersection. Use

the proper notation, and include the value of the distribution parameter (s).

d) What is the expected value of the time to the next car crossing this intersection?

e) What is the probability that the time to the next car crossing this intersection is longer than the

average time it takes a person to traverse the intersection (that is, that the time to the next car is longer

than 10 seconds)?

f) Given your probability calculations, do you think the argument is stronger in favor or against the

construction of a pedestrian signal at this intersection? Explain your reasoning

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

a) The number of cars that go through the intersection each minute X has Poisson distribution with parameter λ 11.5
The PMF of X is P(X=x) = e-λ , x=0, 1,2, 3, xI

b) The probability that a person waiting at this intersection sees no more than 2 cars in a given minute is

2 X! P(X 2) 0.0008

c) The inter-arrival times of the cars T are exponentially distributed with rate parameter λ 11.5.

The PDF is f_T\left ( t \right )=11.5e^{-11.5t};t>0

d) The expected value of T is E (T) 1/11.5 0.0870 minutes

e) The probability,

P (T> 10/60) - 11.5e-11.5tdt 10/60 P10/60) e-11.5x10/60 P (T> 10/60) 0.1471

Add a comment
Know the answer?
Add Answer to:
Question 3 . A city planner is considering adding a pedestrian crossing signal to a particular 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
  • Problem #3: Suppose that the waiting time X (in seconds) for the pedestrian signal at a...

    Problem #3: Suppose that the waiting time X (in seconds) for the pedestrian signal at a particular street crossing is a random variable with the following pdf. (1 - x/76)8 0 < x < 76 otherwise If you use this crossing every day for the next 6 days, what is the probability that you will wait for at least 10 seconds on exactly 3 of those days?

  • Problem #3: Suppose that the waiting time X (in seconds) for the pedestrian signal at a...

    Problem #3: Suppose that the waiting time X (in seconds) for the pedestrian signal at a particular street crossing is a random variable with the following pdf. S (1 – x/76)8 0 < x < 76 otherwise If you use this crossing every day for the next 6 days, what is the probability that you will wait for at least 10 seconds on exactly 2 of those days? Problem #3: Round your answer to 4 decimals.

  • For each problem below, state the distribution, list the parameter values and then solve the problem....

    For each problem below, state the distribution, list the parameter values and then solve the problem. You may use Excel to solve but you still need to list the distribution name and parameter value(s). For example: Poisson distribution, x=5, p=0.24, P(5; 0.24) = 0.78 a) A skeet shooter hits a target with probability 0.6. What is the probability that they will hit at least four of the next five targets? b) You draw a random sample of 12 first graders...

  • 3. Diagrams, networks, models and commuting [40 marks) commuting by car from north of the city...

    3. Diagrams, networks, models and commuting [40 marks) commuting by car from north of the city to the Uni, I ask myself a simple question cach moming: for the most efficient journey, should I choose the left lane (Path A - Cahill Expressway) or the right lane (Path B -City/Airport) to go over the Harbour Bridge and on towards Darling Harbour? Choose A or B Cross Bus Lane Elaven Merge (A3/B3) Figure 2: An aerial view of the road layout...

  • SHOW WORK!!!!! Full credit will not be given for answers only. NOTE: for any question asking...

    SHOW WORK!!!!! Full credit will not be given for answers only. NOTE: for any question asking you to determine a probability---- you MUST write out a probability statement using proper notation!!!! Probabilities should be DECIMAL form and rounded to 4 decimal places. 1. There are several scenarios described below. For each of them, do the following (note: R.V. means random variable) (1) Define the R.V.--- that means something like, "Let X be the number of people who....." (2) Define the...

  • Question 1     Snowfalls occur randomly and independently over the course of winter in a Nebraska...

    Question 1     Snowfalls occur randomly and independently over the course of winter in a Nebraska city. The average is one snowfall every 3 days.     a) What is the probability of 5 snowfalls in 2 weeks? Carry answer to the nearest ten-thousandths     b) What is the probability of a snowfall today? Carry answer to the nearest ten-thousandths Question 2     After observing the number of children checking out books, a librarian estimated the following probability distribution of x,...

  • Problem 1 A subway train on the #5 line arrives every eight minutes. We are interested...

    Problem 1 A subway train on the #5 line arrives every eight minutes. We are interested in the length of time a commuter must wait for a train to arrive. The time follows a uniform distribution In each appropriate box you are to enter either a rational number in "p/" format or a decimal value accurate to the nearest 0.01 a. The waiting time is modeled by a random variable X with X (pick on distribution b. The density function...

  • Solve it for java Question Remember: You will need to read this assignment many times to...

    Solve it for java Question Remember: You will need to read this assignment many times to understand all the details of the you need to write. program Goal: The purp0se of this assignment is to write a Java program that models an elevator, where the elevator itself is a stack of people on the elevator and people wait in queues on each floor to get on the elevator. Scenario: A hospital in a block of old buildings has a nearly-antique...

  • Rush Inuit is an impulsive, fly-by-the-seat-of-his-pants kind of guy. His best friend, Stu Earley, is the...

    Rush Inuit is an impulsive, fly-by-the-seat-of-his-pants kind of guy. His best friend, Stu Earley, is the exact opposite – cautious and reluctant. The two are recent UNCG graduates who roomed together all … ahem … eight years. You know who they are even though they graduated last year because everyone on campus knows Rush and Stu – they’re legends on the social scene. To make ends meet during college, Rush and Stu organized fun trips to exciting destinations and charged...

  • HELLO, PLEASE TAKE TIME TO ANSWER THIS QUESTION. PLESE ENSURE ITS CORRECT AND SHOW THAT THE...

    HELLO, PLEASE TAKE TIME TO ANSWER THIS QUESTION. PLESE ENSURE ITS CORRECT AND SHOW THAT THE PROGRAM RUNS. Task 1: Enforcing const-ness throughout Your first job will be to go through all of the code and decide which functions should be declared const. You should find several places throughout the program where this makes sense. We will also make the id data member in the Customer class const , as once a customer has been created their ID will never...

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
Active Questions
ADVERTISEMENT