Quote:
Originally Posted by MistaMista 87 3595 I was not sure how to right this so i will also say it 87 radical 53595. I could do this with a calculator. |
First simplify a bit:
Now, there are many methods you could use to obtain a numerical approximation of

.
If you know calculus, you can use the Newton-Raphson method to find the zeros of the equation

.
Alternatively, try the Babylonian method: For

,
- Choose an arbitrary positive start value
(try to pick one close to the root). - Let
be the average of
and
, i.e.
. - Repeat steps 2 and 3 until you reach the desired accuracy.
When choosing your initial value, 77 makes a good choice:

. Good luck!