Revision as of 11:49, 6 October 2008 by Kdosenba (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This problem is similar to the breaking the stick problem we worked on in class.

Let 'X' be the distance that that the fire truck will have to go to get to a fire, and knowing that the fires will accure uniformly between 0 to A:

X => Unif(0, A)

let 'a' be the location of the fire station.

Know lets examin two cases:

CASE 1: a = 0 station is at the start of the road

E[|X-0|] = A/2 intuitivly this makes sense. It mease that on average the truck will have to go A/2 distance to fight the fire.

CASE 2: a = A station is at the end of the road

E[|X-A|] = A/2 intuitivly this also makes sense. The truck will have to go A/2 distance to fight the fire.

Since this is a uniform distribution E[|X-a|] ca be viewd as perabila:

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett