n 1 SolutionSolution We know that the combination of n dist
n 1
Solution
Solution : We know that the combination of n distinct objects taking r at a time, is C(n, r) or nCr .
When n stairs climb at a time then it is represented by Cn.
We also know that Cr = n! / r!(n-r)!
Thus number of ways to climb the stairscase with 1 stairs = C1.
Similarly, Number of ways to climb the stairscase with 2 stairs = C2.
Thus number of ways to climb the stairscase with 3 stairs = C3.
