Which of the statements is/are true for the sequence below? n + 1 , 2 n + 1 , 3 n + 1 , 4 n + 1 , … A: For any n , there is a perfect square in the sequence.
B: For any n , there is a perfect cube in the sequence.
Note: n ∈ N .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The general term of the sequence is k n + 1 , where k ∈ N . Assuming statement A is true that is a perfect square m 2 term exists in the sequence. Then we have:
k n + 1 k n k n = m 2 = m 2 − 1 = ( m − 1 ) ( m + 1 )
Let n = m − 1 and k = m + 1 , ⟹ k = n + 2 , then k n + 1 = ( n + 2 ) n + 1 = n 2 + 2 n + 1 = ( n + 1 ) 2 . Therefore, statement A is true.
Similarly for statement B :
k n + 1 k n k n = m 3 = m 3 − 1 = ( m − 1 ) ( m 2 + m + 1 )
Let n = m − 1 and k = m 2 + m + 1 , ⟹ k = n 2 + 3 n + 3 , k n + 1 = n 3 + 3 n 2 + 3 n + 1 = ( n + 1 ) 3 . Therefore, statement B is true.
Therefore, the answer is both A and B .
Problem Loading...
Note Loading...
Set Loading...
Since ( n + 2 ) n + 1 = n 2 + 2 n + 1 = ( n + 1 ) 2 ( n 2 + 3 n + 3 ) n + 1 = n 2 + 3 n 2 + 3 n + 1 = ( n + 1 ) 3 the n + 2 . item of the sequence is always a square number, and the n 2 + 3 n + 3 . item of the sequence is always a cube number.
Therefore the answer is Both of A and B .