Results 1 to 3 of 3

Thread: pascal's triangle / expanding polynomial

  1. #1

    Thread Starter
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527

    pascal's triangle / expanding polynomial

    (ax+b)^n

    how do you expand that using pascal's triangle?

    i'm aware of the binomial theorem, but i've seen some questions relating to this too...


    Thanks

  2. #2
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571

    hehe

    my class is just doing in internal assessment on a similar thing...

    anyway:
    (ax + b) ^ n

    = sum(i = 0 to n): (ax)i * bn - i * nCi

    where nCi is the combination formula =
    n!
    -----
    i!(n-i)!

    which also happens to be the pascal's triangle number, nth row (starting from 0), ith column (starting from zero)
    sql_lall

  3. #3

    Thread Starter
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    thanks very much

    it's the coefficients!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width