PDA

Click to See Complete Forum and Search --> : Small puzzle


alkatran
Jun 23rd, 2003, 09:59 AM
Find the next number in the sequence.

385 911 903 199 636 60000


Hint: I'm breaking the rules a bit here.

sql_lall
Jun 24th, 2003, 04:47 AM
Are we allowed to use Lagrange Interplation to make up our own polynomial? :p

opus
Jun 24th, 2003, 06:21 AM
911 sounds like a Porsche
636 could be a Mazda, but the the others, I have no clue

alkatran
Jun 24th, 2003, 09:56 AM
Ha! I've stumped you all, and all I needed to do was cheat.

The formulae I'm using is n*a where n is the position (1 being the rightmost) and a the value. So:

385 =
3*3 + 8*2 + 5*1
9+16+5
30

911 =
9*3 + 1*2 + 1*1
27 + 3 + 1
30

Get the pattern yet? :D

si_the_geek
Jun 24th, 2003, 11:17 AM
so that's not a sequence at all then ;)

alkatran
Jun 24th, 2003, 11:18 AM
Instead of changing the number I changed the method, I said I broke the rules. :(

sql_lall
Jun 25th, 2003, 04:48 AM
I think u distinctly said:
"Find the next number"
Which, simply put, must mean that there is some relationship between the terms that allows you to find the next one.
However, you did not supply what the next term is.
But, whatever it is, it can be right, cos you can build a fuction for it.