Results 1 to 4 of 4

Thread: Need this formula re-arranged

  1. #1

    Thread Starter
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Need this formula re-arranged

    Hi folks, it's not like me to post questions, but here we go....

    I've got this formula:

    T = N * (B + [(N-1) * E]/2 )


    Unfortunately the variable I want to calculate is N, and no matter what I do I can't seem to get N on it's own

    How should it be?

    N = ????

  2. #2
    Frenzied Member nishantp's Avatar
    Join Date
    Jan 2001
    Location
    Where you least expect me to be
    Posts
    1,375
    Dude...its not that hard.

    Code:
    N = T / (B + [(N-1) * E]/2 )
    You just proved that sig advertisements work.

  3. #3

    Thread Starter
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    actually it is - you've still got N on the right hand side

    luckily it's been answered here tho:
    http://www.vbforums.com/showthread.php?threadid=259341

    thanks for your time

  4. #4
    Frenzied Member nishantp's Avatar
    Join Date
    Jan 2001
    Location
    Where you least expect me to be
    Posts
    1,375
    Lol. Sorry, wasn't paying attention.
    You just proved that sig advertisements work.

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