InterviewSolution
Saved Bookmarks
| 1. |
Consider the statement : `" P(n) : n^(2)-n+41` is prime." Then, which one of the following is true?A. P(5) is false but P(3) is trueB. Both P(3) and P(5) are falseC. P(3) is false but P(5) is trueD. Both P(3) and P(5) are true |
| Answer» Correct Answer - D | |