in Combinatory retagged by
2,273 views
2 votes
2 votes
in Combinatory retagged by
2.3k views

7 Comments

is it 14 ?
0
0

No sir. Options given are :

(A) 14P7
(B) 14C7
(C) 2^7
(D) 14!

0
0

To reach north west corner, we need to move 7 times left and 7 times up.  

0
0
Thank you sir.
0
0
But it is not yet solved .
1
1
edited by
2
2
Here, question is slightly more trickier as root can jump multiple squares :)
2
2

1 Answer

5 votes
5 votes
Best answer

This is an example of Permutation with repeated characters. 

To go to from (0,0) (consider, southeast corner) to (8,8) (consider northwest corner) we need to take 7 Up turn and 7 right turn. It means that its a forming a string like UUUUUUURRRRRRR (Whatever the way you go, you have to take 7 Up and 7 right to reach (8,8)). Now our job is it find the how many permutation can be formed from this string. Which is a very simple task. 

Total Number of permutation will be : ( factorial(14) / (factorial(7) * factorial(7))). Which is equivalent to 14C7.

Hence option B is correct

selected by
by

4 Comments

yes. The question setter would have meant this. But the other can be a programming question. Like Google and all ask such questions.
0
0
Sir, Then please mark it as best answer :P :P
0
0
ok :)
0
0

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true