...Given a rectangular matrix and n moves. If you are at a position (x,y) , you can move to (x+1,y) , (x-1,y), (x,y+1), (x,y-1). What is the probability that after n moves ,you will remain inside the rectangle?
How to solve??
From probability?
- Posted:
- 3+ months ago by Suryalath...
- Topics:
- position, matrix, probability
Details:
Responses
No responses have yet been posted. Add your response to this question.