InterviewSolution
Saved Bookmarks
| 1. |
Let P(n): `n^(2)+n` is odd, then `P(n) Rightarrow P(n+1)` for all n. and P(1) is not true. From here, we can conclude thatA. P(n) is true for all `n ge NN`B. P(n) is true for all `n ge 2`C. P(n) is false for all `n in NN`D. P(n) is true for all `n ge 3` |
| Answer» Correct Answer - C | |