InterviewSolution
Saved Bookmarks
| 1. |
Given an example of a statement P (n) such that it is true for all n ϵ N. |
|
Answer» Let us considering P (n) = 1 + 2 + 3 + – – – – – + n = n(n+1)/2 Therefore, P (n) is true for all natural numbers. Thus, P (n) is true for all n ∈ N. |
|