What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Cant get this math.

Cant get this math.
Author: Message:
somelauw
Junior Member
**

Avatar

Posts: 93
34 / Male / –
Joined: Jan 2006
RE: Cant get this math.
I solved them too by taking the formulas I know and then adjusting them to the ones similair by your sequences:
code:
1,3,6,10
y = (number/2) * (first + last)
y = (x/2)(x+1) = (x*x +x)/2

3, 6, 10, 15, 21
y = (x+1)(x+2)/2 = (x*x + 3x + 2)/2


1,2,4,8
y = g ** x
y = 2 ** (x - 1)

8, 16, 32, 64, 128
y = 2 ** (x + 2)

Edit: I assumed y(1) is the first value in both sequences.
Edit2: Power/multiplication typo. I prefer ** for powers.

This post was edited on 04-28-2008 at 06:20 PM by somelauw.
Please add one 6 to my postcount and I'm tha Beast!
This signature was written when my postcount was 66
04-28-2008 05:43 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Cant get this math. - by Baggins on 04-27-2008 at 11:07 AM
RE: Cant get this math. - by John Anderton on 04-27-2008 at 11:26 AM
RE: Cant get this math. - by Phillip on 04-27-2008 at 11:39 AM
RE: RE: Cant get this math. - by Pr0xY on 04-28-2008 at 07:21 PM
RE: Cant get this math. - by Th3rmal on 04-27-2008 at 11:41 AM
RE: Cant get this math. - by Baggins on 04-27-2008 at 11:43 AM
RE: Cant get this math. - by Th3rmal on 04-27-2008 at 11:47 AM
RE: Cant get this math. - by Baggins on 04-27-2008 at 11:59 AM
RE: Cant get this math. - by markee on 04-27-2008 at 12:11 PM
RE: Cant get this math. - by Baggins on 04-27-2008 at 12:22 PM
RE: Cant get this math. - by andrey on 04-27-2008 at 12:43 PM
RE: Cant get this math. - by markee on 04-27-2008 at 01:10 PM
RE: Cant get this math. - by Baggins on 04-27-2008 at 01:22 PM
RE: Cant get this math. - by foaly on 04-27-2008 at 01:30 PM
RE: Cant get this math. - by Volv on 04-27-2008 at 01:55 PM
RE: Cant get this math. - by John Anderton on 04-27-2008 at 03:45 PM
RE: Cant get this math. - by foaly on 04-27-2008 at 09:20 PM
RE: Cant get this math. - by markee on 04-28-2008 at 01:07 PM
RE: Cant get this math. - by foaly on 04-28-2008 at 01:21 PM
RE: Cant get this math. - by John Anderton on 04-28-2008 at 05:15 PM
RE: Cant get this math. - by Svip on 04-28-2008 at 05:20 PM
RE: Cant get this math. - by John Anderton on 04-28-2008 at 05:35 PM
RE: Cant get this math. - by somelauw on 04-28-2008 at 05:43 PM
RE: Cant get this math. - by John Anderton on 04-28-2008 at 05:57 PM
RE: Cant get this math. - by somelauw on 04-28-2008 at 06:24 PM
RE: Cant get this math. - by John Anderton on 04-28-2008 at 06:26 PM
RE: Cant get this math. - by foaly on 04-28-2008 at 08:16 PM
RE: Cant get this math. - by markee on 04-28-2008 at 08:51 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On