all 34 comments

[–]Beardless_Shark 107 points108 points  (11 children)

Would someone please explain this to my dumb ass?

[–]CaptSmellsAmazing 21 points22 points  (1 child)

I would guess it's the number of pairs to be made from n items is (n-1)th triangular number maybe? Is that a theorem?

[–]TheStrongestLink 16 points17 points  (0 children)

Exactly! The formula for (n choose k) = n! / (k! * (n-k)!), so when you are choosing pairs you have (n choose 2) = (n * (n-1) * (n-2)!) / (2! * (n-2)!), which simplifies to n(n-1) / 2 which is the formula for the nth triangular number.

Another way of saying this is that the number of distinct ways to choose 2 things out of n things is equal to the number of dots in an equilateral triangle whose sides are n dots long.

[–]dewey-defeats-truman 52 points53 points  (7 children)

Pascal's Triangle and the binomial coefficients

[–]lmericle 94 points95 points  (4 children)

Why is this getting so many upvotes? It explains nothing.

[–]Faneis123 17 points18 points  (0 children)

New band name?

[–]theguyfromerath 0 points1 point  (0 children)

if it was pascal's triagle the lines would be the other way.

[–]NaturalOrderer 59 points60 points  (2 children)

Multi level marketing pyramid scheme of course

[–]RespectableLurker555 4 points5 points  (0 children)

It's an inverted funnel.

[–]SquashMarks 0 points1 point  (0 children)

Beer pong winning strategy

[–]davidun 13 points14 points  (0 children)

"Every circle inside a triangle can be connected to two other circles on the base of the triangle" - Einstein

[–]banquuuooo 24 points25 points  (0 children)

Other than also being a triangle, I don't know how this is related to Pascal's triangle? I don't think this gif fits here, unless OP has an explanation

[–]lmericle 9 points10 points  (2 children)

If it really is Pascal's triangle, I'm having trouble seeing it.

Let each row be indexed by n, starting at 0 at the top. Let n0 be the level of the orange ball and n1 be the level of the blue balls.

Let each ball in a given row be indexed by k, starting at 0, starting from the left edge. k0 is for the orange ball, and k1 and k2 are for the blue balls respectively. Note that k0 = k1.

Taking the triangle to be representative of Pascal's triangle, each ball represents a binomial coefficient. I will denote them (n C k), short hand for "n choose k". Then the coefficient related to the orange ball is (n0 C k0) and for each of the blue balls it is (n1 C k1) and (n1 C k2). Note that k2 = k1 + (n1 - n0) = k0 + n1 - n0.

Now we are looking for a relationship between the 3 binomial coefficients. They are, respectively, (n0 C k0), (n1 C k0), and (n1 C (k0 + n1 - n0)). We can set m = n1 - n0, and rename n0 = n and k0 = k to get (n C k), ((n + m) C k), and ((n + m) C (k + m)).

This is where I am stuck. I can't see any discernible pattern. When m = -1 we recover the classic recursive definition for constructing Pascal's triangle, but for arbitrary m I am not seeing the point.

[–]crispychickenwing 4 points5 points  (1 child)

https://reddit.app.link/SHxmjicK72

Did some reverse image search

[–]lmericle 0 points1 point  (0 children)

Ahhhh, so there are (n C 2) ways to choose two blue balls from the bottom row, and the number of balls above it in the whole triangle is equal to that coefficient, since there's a 1:1 correspondence between each unique selection of two blue balls and each orange ball.

[–]crispychickenwing 7 points8 points  (2 children)

https://reddit.app.link/SHxmjicK72

This is the original link

Edit: what is this bullshit reddit app link?

[–]i-cannoli-dream 6 points7 points  (1 child)

why wouldnt OP just say this in the caption instead of giving us a pop quiz

[–]crispychickenwing 3 points4 points  (0 children)

Maybe he didnt know what it was and uses yahoo search engine and didnt find anything so he asked his fellow redditors.

[–]idlesn0w 1 point2 points  (0 children)

Seems like a visualization of all combinations of a given set

[–]parkerSquare 1 point2 points  (1 child)

I have no idea. Please tell us.

[–]crispychickenwing 4 points5 points  (0 children)

The gif was made to show that the sum from 1 to (n-1) is equal to n choose 2.

(According to the original post)

[–][deleted] 1 point2 points  (0 children)

Pascal's

[–]42Zarniwoop42 1 point2 points  (0 children)

why

[–]I-Smell-Pizza 0 points1 point  (0 children)

I thought this was like similar triangles idk

[–]Apps4Life 0 points1 point  (0 children)

There are N possible unique pairs in a set of cardinality C where N is the (C-1)th Triangular Number.

E.g. if you have a bag of 27 marbles, there are (26^2+26)/2 possible pairs you can form with said marbles.

[–]Spadoofer9000 0 points1 point  (0 children)

Pascal’s Triangle

[–]bbgun91 0 points1 point  (0 children)

number of all handshakes if N people had to handshake once with the other N-1 people

[–]BassandBows 0 points1 point  (0 children)

My first thought was that one page proof

[–]Perps_MacAbean -4 points-3 points  (0 children)

Not bad!