Suppose you know the following about a statement P(n).
P(3), P(5) and P(8) are all true. P(4) is false. For all integers k≥6, if P(k) is true then P(k+1) is true. What is the smallest integer x for which you can be sure that P(n) is true for all integers n≥x?
So the answer that I came out with is 5 and I'm not sure that it is correct or not.