InterviewSolution
Saved Bookmarks
| 1. |
if `P(n)` be the statement `10n+3` is a prime number", then prove that P(1) and P(2) are true but P(3) is false.A. `n gt 2`B. `n gt 3`C. `n lt 4`D. `n ge 2` |
| Answer» Correct Answer - D | |