

InterviewSolution
Saved Bookmarks
1. |
If a_0, a_1 , a_2 …..a_n are binomial coefficients then (1 + a_1/a_0)(1 +a_2/a_1) …………….(1 + (a_n)/(a_(n-1)) ) = |
Answer» <html><body><p>`((<a href="https://interviewquestions.tuteehub.com/tag/n-568463" style="font-weight:bold;" target="_blank" title="Click to know more about N">N</a> -<a href="https://interviewquestions.tuteehub.com/tag/1-256655" style="font-weight:bold;" target="_blank" title="Click to know more about 1">1</a>)^n)/(n!)` <br/>`((n + 1)^n)/(n!)` <br/>`((n +1)^(<a href="https://interviewquestions.tuteehub.com/tag/2n-300431" style="font-weight:bold;" target="_blank" title="Click to know more about 2N">2N</a>))/(n!)` <br/>`((n - 1)^n)/(2n!)` </p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :<a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a></body></html> | |