Proof and Problem Solving - Induction Example 02

preview_player
Показать описание

This example works a simple problem related to mathematical induction. We show that the sum of the first n non-zero even integers (i.e. 2 + 4 + 6 + ... + 2n) is equal to n(n+1).

Рекомендации по теме
Комментарии
Автор

I believe your base case should be P(1) because are we told that we are looking for the sum of the first n non-zero even numbers. So, it should be P(1) which would give us 2 = (1)(1 + 1) which is true.

kyle