Quote:
Originally Posted by Tricxta
You're asking how many times 2 goes into 100? lol
|
Well if 50's your answer, then you're wrong.
Let's consider a linear lot and the case on
N=4:
1/2 of the time, you will have two cars in the lot:
PHP Code:
[][][][] t = t0
car [][] t = t1
car car t = t2
But sometimes it's just 1:
PHP Code:
[][][][] t = t0
[]car [] t = t1
So the answer in this case is 1.5.