Discrete math and recursion problem. Let b_1=3, b_n=n(n+2).

katdoringlo

katdoringlo

Answered question

2022-09-07

Discrete math and recursion problem.
Let b 1 = 3
b n = n ( n + 2 )
From that question I wanted to do the n + 1 t h step as well for the recursion process and i got this:
b n + 1 = b n + 3
however, that is wrong and apparently it is missing a + 2 n in it:
b n + 1 = b n + 2 n + 3
Can someone please explain how the book got 2n?

Answer & Explanation

Leon Webster

Leon Webster

Beginner2022-09-08Added 17 answers

Step 1
b n = n ( n + 2 )
Step 2
b n + 1 = ( n + 1 ) ( n + 3 ) = n ( n + 3 ) + 1 ( n + 3 ) = n ( n + 2 ) + n + n + 3 = b n + 2 n + 3
incibracy5x

incibracy5x

Beginner2022-09-09Added 21 answers

Explanation:
b n + 1 = ( n + 1 ) ( n + 3 ) = n 2 + 4 n + 3 = n ( n + 2 ) + 2 n + 3 = b n + 2 n + 3

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Discrete math

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?