asked 48.4k views
1 vote
H(1) = 9
h(2) = 3
h(n)=h (n−2) ⋅ h(n−1)
​h(3)

H(1) = 9 h(2) = 3 h(n)=h (n−2) ⋅ h(n−1) ​h(3)-example-1

2 Answers

2 votes

Answer:

27

Explanation:

khan

answered
User Aadil Rashid
by
7.6k points
2 votes

Answer:

27

Explanation:

h(n)=h (n−2) ⋅ h(n−1)

h(3)=h (3−2) ⋅ h(3−1)

h(3)=h (1) ⋅ h(2)

h(3)=9 ⋅ 3

h(3)=27

answered
User SOfanatic
by
8.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.