63.7k views
2 votes
Can you help me solve this? And step by step please?

Can you help me solve this? And step by step please?-example-1
User Igniteflow
by
4.1k points

1 Answer

2 votes

Given the sequence:

1/2, 3/4, 9/8, 27/16, ..........

We are to find the recursive formular

A recursive geometric formular has a pattern:

An = An - 1 * r

Where r is the common ratio. But before we write the formular, we need to look for the value of r.

This r value has to be the same between each consecutive number in the series.

Sinces it's geometric, r is multiplied in. To get from 1/2 to 3/2 we find the r value in this way:

x/2 = 3/4 where x/2 is the same as 1/2 x.

Cross multiply to get 4x = 6 and x = 3/2.

That means that if r is 3/2, then we can multiply every term in that sequence by 3/2 to get the next term in line.

3/4 times 32 is 9/8. So, r = 3/2 and the formulat is:

An = An - 1 * 3/2

Therefore, the crrect optio is B.

User Karthikeayan
by
4.7k points