17.7k views
1 vote
Mapiya writes a series of novels. She earned \$75{,}000$75,000dollar sign, 75, comma, 000 for the first book, and her cumulative earnings double with each sequel that she writes.

User Luanped
by
7.3k points

1 Answer

3 votes

Answer:


E(n)=75000 * 2^n

Complete question:

write a function that gives mapiyas cumulative earnings E(n), in dollars when she has written n sequel's

Explanation:

According to the question, she earned $75000 for the first book.

Also,We are given that her cumulative earnings double with each sequel that she writes.

Assuming she has written n sequel's

Now since we are given that her cumulative earnings double with each sequel

So, her initial earning will be
2^n times

So, her earning will be :
75000 * 2^n

Now we are given that cumulative earnings is denoted by E(n)

So, the function becomes :
E(n)=75000 * 2^n

Hence a function that gives Mapiya's cumulative earnings E(n), in dollars when she has written n sequel's is
E(n)=75000 * 2^n

User Max Clarke
by
6.5k points