30.2k views
0 votes
Can someone help me with this math homework please!

Can someone help me with this math homework please!-example-1

2 Answers

3 votes

Answer:

option 3 is the answer.

Explanation:

3, - 6, 12, - 24, 48, .....

Here,

f ( 1 ) = 3

f ( 2 ) = - 6

f ( n + 1 ) = - 3 f ( n )

f ( 1 + 1 ) = - 3 f ( 1 )

f ( 2 ) = - 3 x 3

f ( 2 ) = - 9

This recursive formula is not correct.

f ( n + 1 ) = - 2 f ( n )

f ( 1 + 1 ) = - 2 f ( 1 )

f ( 2 ) = - 2 ( 3 )

f ( 2 ) = - 6

This recursive formula is correct.

User Inadrawiba
by
3.6k points
5 votes

f(2)= f(1+1) ,where n= 1

=-6

= -2×3

= -2f(1)

f(n+1 )= -2f(n)

OPTION C is the correct answer

User Sigint
by
3.3k points