InterviewSolution
Saved Bookmarks
| 1. |
If P(n) stands for the statement n(n+1)(n+2) is divisible by 3, then what is P(4). |
| Answer» `therefore (n+3)^(2) le 2^(n+3)` is true for all `n in N`. | |