English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Still working on this darn paper....

I was given these numbers and ask to find the nth term.

6 8 12 18 26 36 48 62

Somehow I came up with this function:

x^2 - x + 6

She marked it as correct but now that I am trying to put the entire paper together I just can't seem to get it to workout.
Is this correct or have I totally screwed up?

Thanks!

2007-11-28 19:04:47 · 6 answers · asked by Confused 1 1 in Science & Mathematics Mathematics

6 answers

It looks correct to me:

f(x) = x² - x + 6
f(1) = 1² - 1 + 6 = 6
f(2) = 2² - 2 + 6 = 8
f(3) = 3² - 3 + 6 = 12
...
f(7) = 7² - 7 + 6 = 48
f(8) = 8² - 8 + 6 = 62
f(9) = 9² - 9 + 6 = 78
etc.

2007-11-28 19:11:11 · answer #1 · answered by Puzzling 7 · 0 1

I does work Because n=1 is 6, n=2 is 8 and if you plug 1 in for x you get 6, 2 in you get 8.

Changing difference formula
This is a bit more complicated, and is applied to sequences where the difference between each number is not a constant, as in the sequence: 3, 5, 9, 15, 24, ... The trick here is to find the difference increase - so, the difference between 3 and 5 is 2, the difference between 5 and 9 is 4, the difference between 9 and 15 is 6... see the pattern emerging? The difference increase is 2. So, we use the formula -
a + (n-1)d + 0.5(n-1)(n-2)C

Where -
d = the first difference (2 in the sequence above).
C = The difference increase.
a = the first term.

So, an example of its use, using the sequence above -

a + (n-1)d + 0.5(n-1)(n-2)C
3 + (n-1)2 + 0.5(n-1)(n-2)2
3 + 2n - 2 + n2 - 2n - n + 2> 3 + n2 - n


Proof, by finding the 4th term:


3 + n2 - n
3 + 16 - 4

2007-11-28 19:10:28 · answer #2 · answered by Anonymous · 0 2

The differences are in arithmetic progression 2,4,6
S1=6
S2=6+2
S3=6+(2+4)
Therefore
Sn=6+{(n-1)/2[4+(n-2)2]
=6+(n-1)*n
=6+n^2-n
(Sum of n terms of an arithmetic series n/2{2a+(n-1)d} where a is the first term and d is the difference. Since we are starting with 2 in the 2nd term and the difference is 2 substitute n-1 for n.

2007-11-28 19:21:54 · answer #3 · answered by ramesh_1960 3 · 0 1

Your function is correct.
We know it must be a quadratic function, so Let's make the function an^2+bn+c=f(n)
Plug in the numbers,
a+b+c=6
4a+2b+c=8
9a+3b+c=12
Use matrix to solve and get n^2-n+6=f(n)

2007-11-28 19:20:02 · answer #4 · answered by someone else 7 · 0 0

UR formula is correct.

2007-11-28 19:17:18 · answer #5 · answered by drmobaid 2 · 0 1

x^2-x+6
x^2-3x+2x+6
x(x-3)+2(x-3)
(x-3)(x+2)

2007-11-28 19:15:25 · answer #6 · answered by Anonymous · 0 2

fedest.com, questions and answers