You are not logged in.
Pages: 1
Does anyone remember
this used for anything:
n ( n + 1) / 2
or seeing it come up anywhere.
Last edited by John E. Franklin (2010-02-01 13:05:06)
igloo myrtilles fourmis
Offline
Hi John;
For one thing it is:
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Oh, I was always wondering what those big parenthesis meant.
Can you give that expression a general name type?
igloo myrtilles fourmis
Offline
.; .
. .
. .
.
Offline
Thank you very much soroban!!
I greatly appreciate that.
I just got through adding all the numbers from 1 to 100 on
a pad of paper and noticed the same thing!!
Can someone tell me what those big parenthesis are
though that bobbym pointed out?
igloo myrtilles fourmis
Offline
Hi soroban;
Cool work, soroban
Hi John;
That big parentheses is big pain in the neck. That denotes the binomial. It is read n + 1 choose 2.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Danke! = Thank you!
Last edited by John E. Franklin (2010-02-03 06:01:07)
igloo myrtilles fourmis
Offline
The easier way of adding the first 100 numbers is to group them like this:
1+2+3+...+98+99+100 = (1+100) + (2+99) + (3+98) + ... = 101+101+101+... = 50*101 = 5050.
The legend goes that Gauss's teacher set the class this problem to keep them quiet for a while, but Gauss discovered that method and had it solved in under a minute.
Why did the vector cross the road?
It wanted to be normal.
Offline
Sweet for even numbers!
Now for odd numbers you can group with zero:
0 + 1 + 2 + 3 + 4 + 5 = (0 + 5) + (1 + 4) + (2 + 3) = 3 * 5 = 15
Either way the same formula comes out:
n(n+1)/2
igloo myrtilles fourmis
Offline
Pages: 1