228k views
1 vote
I don’t understand this someone pls help me! (Question 10)

I don’t understand this someone pls help me! (Question 10)-example-1
User Fosho
by
7.2k points

1 Answer

3 votes

Answer:

a. f(n) = n(n+1)/2

b. 351

c. 19

d. no; n would not be an integer for f(n) = 17.

Explanation:

a. The terms are 1, 3, 6, 10, ...

Each term has the term number added to the previous term. That is, first differences are 3-1 = 2, 6-3 = 3, 10-6 = 4. These differences have a constant difference of 1.

When the 2nd differences are constant, a 2nd degree polynomial can describe the sequence. It is a little bit of trouble to find that polynomial.

For the polynomial ...


f(n)=an^2+bn+c

We can substitute values for n and f(n) to get 3 equations in 3 unknowns:


1=a\cdot1^2+b\cdot1+c\\\\3=a\cdot2^2+b\cdot2+c\\\\6=a\cdot3^2+b\cdot3+c

Solving these equations by your favorite method gives ...

(a, b, c) = (1/2, 1/2, 0)

That is, the function representing the relationship is ...

f(n) = n(n+1)/2 . . . . the function describing the relationship

__

b. f(26) = 26(27) = 13(27) = 351 . . . . the number of squares in term 26

__

c. The number of the term having 190 squares can be found by solving ...

n(n +1)/2 = 190

n(n +1) = 380 = 19(20)

The 19th term will have 190 squares.

__

d. Terms 5 and 6 are 15 and 21.

17 is not the value of one of the terms in this sequence.

User Sruthi
by
7.7k points