InterviewSolution
Saved Bookmarks
| 1. |
The number of ways of choosing triplet( x,y,z) such that zge"max"{x,y} and x,y,zepsilon"1,2,……..n,n+1} is |
|
Answer» `.^(N+1)C_(3)+.^(n+2)C_(3)` |
|