InterviewSolution
Saved Bookmarks
| 1. |
`If P(n) stands for the statement n(n+1) (n+2) is divisible by 6, then what is p(3)? |
| Answer» P(3) is 3(3+1) (3+2) is divisible by 6, i.e., "60 is divisible by 6". | |