Question 541670
<br><font face="Tahoma">Let's first set up an equation using x as our variable:<br>

{{{x+1/x=85/42}}}<br>

Then we just need to solve for x:<br>

{{{42x+42/x=85}}}<br>

{{{42x^2+42x/x=85x}}}<br>

{{{42x^2+42=85x}}}<br>

{{{42x^2-85x+42=0}}}<br>

Then we can use the quadratic formula to solve for x:<br>

*[invoke quadratic "x", 42, -85, 42]<br>

This gives us a good approximation to work with.<br>

Using an online factoring calculator, we find that our equation factors as:<br>

{{{(7x-6)(6x-7)=0}}}<br>

From this we can easily see that {{{x=6/7}}} or {{{x=7/6}}}<br>

It would take us a BIT of time to factor that equation properly and get the exact answer.<br>

I'm trying to think of other ways off the top of my head to solve this.<br>

I hope this helps!<br>