WORD PROBLEMS ON CONVERTING RECURSIVE AND EXPLICIT FORMS OF SEQUENCE

Problem 1 :

You have read 25 pages of a book. You plan to read an additional 10 pages each night. Write the explicit formula to represent the number of pages you will read after n nights.

Solution :

Number of paged read already = 25

Additional 10 pages to read on each night. 

The number of pages you will read after n nights.

 = 25 + 10n

Problem 2 :

In 2014, the cost to mail a letter was 49 cent for up to one ounce. Every additional ounce costs 21 cent. Which recursive function could be used to determine the cost of 3 ounce letter in cents.

(a)  a1 = 49, an = an-1 + 21

(b)  a1 = 21, an = an-1 + 49

(c)  a1 = 0, an = 49an-1 + 21

(d) a1 = 0, an = 21an-1 + 49

Solution :

a1 = 49, an = an-1 + 21

Cost of mail a letter = 49 cent

To mail 2 ounce letter :

a2 = a2-1 + 21

a2 = a1 + 21

a2 = 49 + 21

a2 = 70

To mail 3 ounce letter :

a3 = a3-1 + 21

a3 = a2 + 21

a3 = 70 + 21

a3 = 91

Problem 3 :

A bicyclist is training for a race. On the first day of training, she rides 12 miles. She increases the distance she rides by 3 miles each day. Write an explicit formula to represent this scenario. How many miles will the bicyclist ride on her ninth day of training ? 

Solution :

Let x be the number of days.

and y be the miles.

The first day of training, she rides 12 miles. Each day she increases the distance of 3 miles.

Explicit formula :

an = a + (n – 1)d

y = 12 + (x - 1)3

= 12 + 3x – 3

y = 9 + 3x

The bicyclist ride on her ninth day of training is

y = 9 + 3(9)

y = 9 + 27

y = 36

She rides 36 miles in her ninth day.

Problem 4 :

Sofie needs to complete community service hours for her service club. She needs to complete 150 hours to earn a merit badge. Sofie has already completed 65 hours.

Write an explicit formula to represent this scenario. If she volunteers 5 hours each week, in how many weeks will she have completed the hours to earn the merit badge ?

Solution :

Let x be the number of weeks.

She needs to complete the hours = 150

Already complete the hours = 65

If she volunteers 5 hours each week.

65 + x × 5 = 150

65 + 5x = 150

5x = 150 - 65

5x = 85

x = 85/5

x = 17

After 17 weeks.

Problem 5 :

The first term of a sequence equals 5. Each term in the sequence can be obtained by subtracting 3 from twice the value of the prior term.

a) List the first four terms of the sequence.

b) Write the recursive formula for the sequence.

c) Is this an arithmetic sequence ? Explain.

Solution :

a1 = 5

an  = 2an - 1 - 3

a) First four terms of the sequence :

an = 2an - 1 - 3

a2 = 2a1 - 3

a= 2(5) - 3

a2 = 10 - 3

a2 = 7

a3 = 2a2 - 3

a3  = 2(7) - 3

a3 = 14 - 3

a3 = 11

a4 = 2a3 - 3

a= 2(11) - 3

a4 = 22 - 3

a4 = 19

The first four terms of the sequence is 5, 7, 11, 19.

b) Recursive formula :

an = 2an - 1 - 3

c) This sequence is not arithmetic progression because its common difference is not same.

Problem 6 :

The graph of an arithmetic sequence is shown to the right.

a) List the first four terms of the sequence.

b) Write the recursive formula for the sequence.

c) Find an explicit formula for the sequence.

recursive-and-explicit-form-of-seq-graph-1

Solution :

a) First four terms of the sequence :

-2, 1, 4, 7, ....

b) Recursive formula :

an = an - 1 + d

Common difference :

d= a2 - a1

= 1 - (-2)

= 1+ 2

= 3

an = an-1 + 3

c) Explicit formula :

an = a + (n - 1)d

an = -2 + (n - 1)3

= -2 + 3n - 3

= -5 + 3n

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More