Results 1 to 4 of 4

Thread: Please Help

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    1

    Please Help

    Hi All,

    I am trying to work out this problem any help would be great.

    T4 = T to the power of 4

    T4+T=185

    Thanks in Advance
    Stifler

  2. #2
    Addicted Member TBeck's Avatar
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    254

    Re: Please Help

    I'm not sure if there is an easier method for this question, but I have always used this method to solve quartic equations

  3. #3
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Please Help

    For the amount of effort involved in trying to solve it algebraically, I'd use a numerical technique like Newton Raphson.

    T = 3.669590986
    Last edited by VBAhack; Mar 3rd, 2007 at 11:35 PM.

  4. #4
    PowerPoster Code Doc's Avatar
    Join Date
    Mar 2007
    Location
    Omaha, Nebraska
    Posts
    2,354

    Re: Please Help

    Use Excel's Solver Add-in tool.
    Enter the formula =T^4 + T into cell A1.
    The target value is 185.
    Choose any blank cell to show the result:
    3.669590987
    Doctor Ed

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