Question

Difficulty: MediumEstimation, Rounding, and Sequences

A sequence of numbers a1,a2,a3,a_1, a_2, a_3, \dots is defined by a1=50a_1 = 50 and an+1=13an+15a_{n+1} = \frac{1}{3} a_n + 15 for all positive integers n1n \ge 1. Each term ana_n is rounded to the nearest integer to produce a secondary sequence bnb_n. What is the value of n=14bn\sum_{n=1}^{4} b_n?

  1. A
    129
  2. B
    130
  3. C
    131
  4. 132Answer
  5. E
    133

Answer

132
Evaluating each term yields a1=50a_1 = 50, a2=31.6667...a_2 = 31.6667..., a3=25.5556...a_3 = 25.5556..., and a4=23.5185...a_4 = 23.5185.... Rounding each term individually to the nearest integer gives b1=50b_1 = 50, b2=32b_2 = 32, b3=26b_3 = 26, and b4=24b_4 = 24. Their sum is 50+32+26+24=13250 + 32 + 26 + 24 = 132.

Step-by-Step Solution

1
Calculate the exact value of the first term a1a_1 and its rounded value b1b_1.
a1=50a_1 = 50, which is an integer. Thus, b1=50b_1 = 50.
Given initial value.
2
Calculate the exact value of a2a_2 using the recursive formula a2=13a1+15a_2 = \frac{1}{3}a_1 + 15 and round to nearest integer.
a2=13(50)+15=503+15=31.6667...a_2 = \frac{1}{3}(50) + 15 = \frac{50}{3} + 15 = 31.6667.... Rounding to the nearest integer gives b2=32b_2 = 32.
Apply sequence relation and rounding rule.
3
Calculate the exact value of a3=13a2+15a_3 = \frac{1}{3}a_2 + 15 and round to nearest integer.
a3=13(953)+15=959+15=2309=25.5556...a_3 = \frac{1}{3}\left(\frac{95}{3}\right) + 15 = \frac{95}{9} + 15 = \frac{230}{9} = 25.5556.... Rounding to the nearest integer gives b3=26b_3 = 26.
Apply sequence relation and rounding rule.
4
Calculate the exact value of a4=13a3+15a_4 = \frac{1}{3}a_3 + 15 and round to nearest integer.
a4=13(2309)+15=23027+15=63527=23.5185...a_4 = \frac{1}{3}\left(\frac{230}{9}\right) + 15 = \frac{230}{27} + 15 = \frac{635}{27} = 23.5185.... Rounding to the nearest integer gives b4=24b_4 = 24.
Apply sequence relation and rounding rule.
5
Sum the four rounded terms b1+b2+b3+b4b_1 + b_2 + b_3 + b_4.
n=14bn=50+32+26+24=132\sum_{n=1}^{4} b_n = 50 + 32 + 26 + 24 = 132.
Add the individual rounded terms.

Key Concept

Recursive sequence evaluation and term-by-term rounding vs total sum rounding.
Rate this question