Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
Ho do you prove this using Pascal sequences?
Prove that (n r-1) + 2*(n r) + (n r+1) = (n+2 r+1). Show your working step by step.
1 Antwort
- JimLv 5vor 1 JahrzehntBeste Antwort
Draw your Pascal triangle.
Line n of the triangle contains, from left to right, the coefficients (n r).
The "diagonals" from top right to bottom left correspond to values of r constant.
You know that an element of line n+1 of the triangle is equal to the sum of the 2 elements in the line above.
So (n+1 r) = (n r-1) + (n r)
and (n+1 r+1) = (n r) + (n+1 r)
Now apply the same logic to line n+2
(n+2 r+1) = (n+1 r+1) + (n+1 r)
which gives you your result.