Math Problem Statement

An optimisation problem. A company would like to start a bike rental business in Edinburgh, with parking spots scattered in four main zones: Old Town (zone 1), Haymarket (zone 2), Fountainbridge (zone 3), and Newington (zone 4). During a trial period, the company installed 200 bikes across the city and monitored their position to understand how customers use them. They noticed the following:

On average, 50% of bikes in zone 1 are parked back in zone 1 at the end of the day, 20% are parked in zone 2, 20% in zone 3, and 10% in zone 4.

On average, 20% of bikes in zone 2 are parked back at zone 2 at the end of the day, 40% are parked in zone 1, 20% in zone 3, and 20% in zone 4.

On average, 40% of bikes in zone 3 are parked back in zone 3 at the end of the day, 30% are parked in zone 1, 20% in zone 2, and 10% in zone 4.

On average, 50% of bikes in zone 4 are parked back in zone 4 at the end of the day, 10% are parked in zone 1, 20% in zone 2, and 20% in zone 3.

(a) Find the stable distribution of bikes, that is, the distribution of bikes so that the number of bikes parked in each zone at the beginning of a day remains unchanged at the end of that day.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Markov Chains
Linear Algebra
Probability

Formulas

Stationary distribution equation: p = T * p
Sum of probabilities condition: p1 + p2 + p3 + p4 = 1

Theorems

Markov Chain Stationary Distribution

Suitable Grade Level

Undergraduate Level