177k views
0 votes
H(1)=9 h(2)=3 h(n) = h(n-2)x h(n-1). H(3) = evaluate sequences in recursive form

2 Answers

2 votes

Answer:

The sequence you provided is a recursive sequence where each term is defined using the two previous terms. Given that H(1) = 9 and H(2) = 3, we can find H(3) by multiplying H(1) and H(2): H(3) = H(1) x H(2) = 9 x 3 = 27.

User Lorentz Vedeler
by
7.4k points
3 votes

Answer:

Using the given recursive formula, we can find the value of H(3) as follows:

H(3) = H(1) x H(2)

H(3) = 9 x 3

H(3) = 27

Therefore, H(3) = 27.

Explanation:

User MadhaviJ
by
7.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories