149k views
1 vote
On the day that a certain celebrity proposes marriage,

10 people know about it. Each day afterward, the number of people who know triples.

Write a function that gives the total number n(t) of people who know about the celebrity proposing t days after the celebrity proposes.

User Firecast
by
4.7k points

2 Answers

1 vote

Answer:

10(3)^t

Explanation:

i just got it right from khan leave a rating plz, and it could be diffrent for some other people sorry.

User Bidstrup
by
5.2k points
4 votes

Answer: The answer is n(t) = 10 x 3^{t - 1}

Step-by-step explanation: If on the first day of proposing 10 persons knew about it, then the first number of course shall be 10. Then the number of people that are aware of the proposal becomes triple (that is, times 3), it means that on day 2 they would be 10 times 3, and so on for all subsequent days.

What we have is a geometric progression where the next number in the sequence is derived as the previous number times a common ratio (which is r). Since the number triples daily, the common ratio here is 3. We have therefore,

A = 10

R = 3

The formula for a geometric sequence like this one is given as;

A(n) = A x R^{n - 1}

Where A(n) is the term we need to calculate (nth term) and n is the number of the term in the sequence.

To find out how many people know about the proposal t days after the celebrity proposes, we insert the known values as follows;

n(t) = A x R^{n - 1}

n(t) = 10 x 3^{t - 1}

(Where t is the number of days after the proposal)

User TomV
by
3.9k points