| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 22 Jan 2008 21:48:07 IST
|
|
|
A Man may take a step forward,backward left or right with equal probability. Find the probability that after nine steps he will be just one step away from his initial position.
please give detailed solution........... rates assured...........
|
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 22 Jan 2008 22:01:49 IST
|
|
|
{ 9c4 + 9c5 } /2^9 a simple binomial disn.
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 23 Jan 2008 12:34:13 IST
|
|
|
2 conditions....
man will take 5 steps forward and 4 backward.....
or he will take 4 steps forward and 5 backward
x = 1 step forward = 0.5
y = 1 step backward = 0.5
req probability = 9C5. x5.y4 + 9C4 . x4.y5
= 9C4 (x5.y4 + x4.y5)
= 9C4((0.5)9 + (0.5)9)
= 126 . 2 (0.5)9
solve this now.....
|
I always like to walk in rain as no one can see me crying there :(
frnds are like diamonds , if u hit them , they don't break but they slip frm ur hands
-----It is better to be hated for what you are than to be loved for what you are not.----
*****wen love and skill work together--expect a masterpiece*****
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 23 Jan 2008 13:52:22 IST
|
|
|
feynmann and himanshu 's answers are wrong......... and himanshu ...... there are more than 2 conditions ............... if the man moves one step forward from there he can move in four directions ... you have assumed only one direction .......
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 23 Jan 2008 14:10:42 IST
|
|
|
PS not sure.. tell me if theres any mistake | If we plot the points possible to reach from initial position, we get a tilted square.U can try by taking lesser than 9 first, for eg. 2 or 3.We get a diagram as shown below.The dots represent possible positions after 9 steps, the darkest dot is the starting position.Steps are taken along 1 diagonal Total points are 2*(1+3+5+...17)+ 19-1 (We subtract 1 as we can't reach startin position in odd no of steps) =180. 4 points are a distance of 1 step from I.P therefore probability=4/180=1/45 PS. I am not sure of the solution...if u find any mistakes pl reply and do not hesitate to vote! |
|
" Always remember money isn't everything but make sure you have made a lot of it before talking such nonsense!"
- Bill Gates |
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 23 Jan 2008 14:18:35 IST
|
|
|
well done boys ... :)
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 24 Jan 2008 12:33:44 IST
|
|
|
Good try akhil ......... but the answer given is 3969/47
please someone try to prove it...............
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 1 Feb 2008 01:05:52 IST
|
|
|
I'll post the explanation tomorow... very nice question by the way...
|
Guide to latex:
http://www.goiit.com/posts/list/community-shelf-a-guide-to-latex-48056.htm
JEE and OLYMPIA INFINATUM
http://iit-redefined.theforum.name/index.php
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 1 Feb 2008 13:35:12 IST
|
|
|
p(forward)=0.5,p(backward)=0.5 At the end of 9 steps, to be i step away from the starting pt., I (no. of forward)-(no.of backward) I=1; So, probability= 9C5*(0.5)4 * (0.5)5 + 9C4*(0.5)5 * (0.5)4 = (9C5+ 9C4)*(0.5)9 =252/512 (ANS)
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 1 Feb 2008 15:26:03 IST
|
|
|
A Man may take a step forward,backward , left or right with equal probability. Find the probability that after nine steps he will be just one step away from his initial position.
Pls don't post any more answers taking only the cases of forward and backward!!!! 
@akhil It is not necessary that he should move 4 steps and then come back . he can just move 1 step , then come back 1 step , again go 1 step , come back 1 step , etc.
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2 Feb 2008 12:52:13 IST
|
|
|
This is a random walk on the lattice of integer points in the plane. At each stage, there is a probability 1/4 of moving to each of the four adjacent points. There are  possible paths (starting at the origin) of length n. The number of these that end at the point (j,k) is 0 if  or if  is odd. If  is even then the number of paths ending at (j,k) is  . I guessed that formula by working out what happens for small values of n (2,3,4 and 5). My iit proffessor proved it by induction on n, by using the recurrence relation ,  where N(n;j,k) is the number of paths of length n ending at (j,k). It follows from the standard property of binomial coefficients,  . So, the probability that the man is one step away from where he started after 9 steps is . ps. i am extremely sorry ramkumar_november, for the late reply. my board practicals were going on so didnt have time.
|
Guide to latex:
http://www.goiit.com/posts/list/community-shelf-a-guide-to-latex-48056.htm
JEE and OLYMPIA INFINATUM
http://iit-redefined.theforum.name/index.php
|
this reply: 27 points
(with 5 
in 6 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2 Feb 2008 15:00:56 IST
|
|
|
thanks a lot konichiwa......... i was not able to decipher that formula since i dont know much about recurrence......... any way do you think iit may ask such type of questions???????
|
this reply: 0 points
(with 0 
in 0 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
![[Post New]](/templates/default/images/icon_minipost_new.gif) 2 Feb 2008 20:12:36 IST
|
|
|
no i dont think so...this is definitely beyond jee level...i was able to complete it only with my sir's help and he says the same thing.
|
Guide to latex:
http://www.goiit.com/posts/list/community-shelf-a-guide-to-latex-48056.htm
JEE and OLYMPIA INFINATUM
http://iit-redefined.theforum.name/index.php
|
this reply: 5 points
(with 1 
in 1 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
|
|