62
Lokesh Verma
·2011-01-05 16:38:26
Hint..
suppose x right moves, y left, m up, n down
also, remaining constants..
we have to find the probability that x-y=m-n
which is same as x+n=m+y
now can you try this..
there is still some more work left..
341
Hari Shankar
·2011-01-05 21:33:32
An exploratory:
Let
M1: a diagonal move
M2: a lateral move
M3: stay in the same square
represent the three possible moves.
Notice that while M1 and M3 preserve parity, M2 changes it.
Hence we only need to ensure that we have an even number of M2 moves.
Thus the required probability works out to
2009 (0.4)^{2008} + \binom{2008}{2} \times (0.2)^2 \times 2007 \times (0.4)^{2006}+....+ (0.2)^{2008}
= (0.4)^{2008} \left(2009 + 2007 \times \binom{2008}{2} \frac{1}{2^2} +2005 \times \binom{2008}{4} \frac{1}{2^4}....+ \frac{1}{2^{2008}}\right)
which can be summed up with known summation techniques.
1
samagra Kr
·2011-01-07 22:45:22
sir, i m not clear with the statement"M1 and M3 preserve parity,M2 changes it"
341
Hari Shankar
·2011-01-08 02:14:21
Parity refers to odd and even. In a diagonal move you go from an odd square to an odd square, or even square to an even square. Staying put, i.e. M3 does the same thing.
But a lateral move changes the parity.
You can now see that you need an odd number of M2 moves. From then on its binomial probability distribution (i am a bit rusty on this part, but i trust you guys know it).
1
samagra Kr
·2011-01-12 07:02:56
Prophet sir can you PLEASE explain me ,i m posting the solution
1
samagra Kr
·2011-01-12 07:08:08
consider a situation where the king moves (1, 0) with probability 0.2, moves (0, 1) with probability 0.2,
moves (1, 1) with probability 0.2, and stays put with probability 0:4. This can be analyzed using the
generating function
f(x; y) = (0.4 + 2 * 0.1x + 2* 0.1y + 4 * 0.05xy)
2008
=
((2 + x + y + xy)^2008)/5^2008
:
We wish to fi
nd the sum of the coeffcients of the terms (x^a)(y^b)
, where both a and b are even. This
is simply equal to
(f(1, 1) + f(1,1) + f(1, 1) + f(1,1))/4. We have f(1, 1) = 1 and f(1,-1) =
f(-1, 1) = f(-1,-1) = 1/[5^2008]
Therefore, the answer is .
0.25(f(1; 1) + f(1;1) + f(1; 1) + f(1;1)) =
0.25(1+3/[5^2008])