Results 1 to 5 of 5

Thread: solving for n (easy)

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715

    solving for n (easy)

    This used to be really easy for me, but after 1 month away from school I've seemed to forget it all

    I need to solve this for n:

    Code:
    y     n
    -- + --  = 5
    c      d

    thanks in advance,

    Dimava
    NXSupport - Your one-stop source for computer help

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    one more plz...


    solve for t:

    Code:
        t    
    -------- = s
     w+t

    thanks
    NXSupport - Your one-stop source for computer help

  3. #3
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    n = d (5 - y/c)

  4. #4
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Originally posted by dimava
    one more plz...

    solve for t:

    Code:
        t    
    -------- = s
     w+t
    t = s (w + t)
    t = sw + st
    t - st = sw
    (1 - s)t = sw
    t = sw/(1 - s)

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    thanks
    NXSupport - Your one-stop source for computer help

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