Results 1 to 8 of 8

Thread: Binomial Theorem

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Binomial Theorem

    Just started doing binomial theorem and I am having a bit of a problem with my maths. The question is:

    (n) = 10
    (3)

    (Basically one big bracket) and I need to get n.

    This is what I have so far:

    (n) = 10
    (3)

    n! / ((n-3)!*3!) = 10

    n! / (n-3)! = 10 * 3!

    n! / (n-3)! = 60

    n(n-1)(n-2) = 60

    n(n2 - 2n - n + 3) = 6-

    n(n2 - 3n + 3) = 60

    n3 - 3n2 + 3n = 60

    n3 - 3n2 + 3n - 60 = 0

    Then using a graphical calculator to get a root I am getting 4.9 (roughly) which I know must be wrong as it is wrong in the back of the book. What am I doing wrong or forgetting?

  2. #2
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Re: Binomial Theorem

    2 * 1 = 2, not 3

    (n-1)(n-2) = n^2 - 3n + 2

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Binomial Theorem

    I knew that.... was just a test for everyone.... *cough*

    Thanks Nick!!!


    The funny thing is that 2 people have checked over my working for me and they both missed it.

  4. #4
    Head Hunted anhn's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    3,669

    Re: Binomial Theorem

    n(n-1)(n-2) = 60
    n(n2 - 2n - n + 2) = 60
    n(n2 - 3n + 2) = 60
    n3 - 3n2 + 2n = 60
    n3 - 3n2 + 2n - 60 = 0
    n = 5

    Edit: my bad, it's too late
    • Don't forget to use [CODE]your code here[/CODE] when posting code
    • If your question was answered please use Thread Tools to mark your thread [RESOLVED]
    • Don't forget to RATE helpful posts

    • Baby Steps a guided tour
    • IsDigits() and IsNumber() functions • Wichmann-Hill Random() function • >> and << functions for VB • CopyFileByChunk

  5. #5
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Binomial Theorem

    You can also look back at pascal's triangle and use the fact that its entries are actually binomial coefficients. Since the only 10 that appears in the third "column" [imagine the triangle to be a right triangle instead of isosceles, with the left-most entries lined up] is in the 5th row, you know that 5 choose 3 = 10, so n=5.
    Last edited by jemidiah; Jun 17th, 2008 at 07:45 PM.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  6. #6
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Binomial Theorem

    I wonder if you're really supposed to go about solving 3rd degree equations even with a calculator, I'd say not. Therefore jemidiah's suggestion about Pascal's triangle is probably the way to go. Quite often what it's all about is thinking of some clever solution rather than fooling around with correct yet cumbersome algebraic calculations.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Binomial Theorem

    We either use graphical calculators to get a root, or use a trial and error method when synthetically dividing to get the root.

  8. #8
    Head Hunted anhn's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    3,669

    Re: Binomial Theorem

    n(n-1)(n-2) = 60
    (n-2)(n-1)n = 22*3*5
    (n-2)(n-1)n = 3*4*5
    n = 5
    • Don't forget to use [CODE]your code here[/CODE] when posting code
    • If your question was answered please use Thread Tools to mark your thread [RESOLVED]
    • Don't forget to RATE helpful posts

    • Baby Steps a guided tour
    • IsDigits() and IsNumber() functions • Wichmann-Hill Random() function • >> and << functions for VB • CopyFileByChunk

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