167k views
0 votes
A music producer is making a list of vocalists needed to record an album. For each day of recording, a different number of vocalists are needed. The first day, six vocalists are needed. Each day after that, the number of vocalists needed doubles. The producer must pay by the day for each vocalist. To find the total price, the producer needs to know how many vocalists sang in total at the end of the 10th day. Use a series to find the sum after the 10th day. 114 150 3,066 6,138

User Holgerm
by
4.6k points

1 Answer

5 votes

Answer:

6,138

Explanation:

Given the following:

Vocalist needed :

First day (a) = 6

For subsequent days : number doubles

Using the relation. :

Sn = a(r^n -1)/(r -1)

Where a = first term = 6

r = common ratio = r3/r2 = r4/r3

Since number doubles after each consecutive day, then ; r = 2, n = 10

Sn = 6(2^10 -1)/(2 -1)

Sn = 6(1024 - 1) / 1

Sn = 6144 - 6

Sn = 6138

User Daniel Alexandrov
by
4.9k points