#permutations and combinations
28 messages · Page 1 of 1 (latest)
permutations and combinations
its basically this question :
how we can move in a grid by only going right and left
have you seen such questions before ?
do you know permutations with repetition ?
@amber prawn
like the formula?
ok then
i dont know the meaning since im not a native speaker but it seems its basically a grid
the question is just complicating stuff
it basically means this :
its a grid that you are only allowed to move right and up
so there are as many moves from origin to a, b as there are permutations of
the same
wdym
i mean to move from origin to a, b there will x moves of a and y moves of b where each represents a 1 unit move on teh respective axis
yeh thats the answer 👍
x+y!/(x! *y!)
.solved